Co-Legal Public Assistant
A2A v1.0 conformant agent for Belgian private-client legal & fiscal Q&A. Informational only — not legal advice. Operated by Co-Legal BV.
Discovery
- /.well-known/agent-card.json — signed AgentCard (A2A v1.0)
- /.well-known/jwks.json — public keys for verifying signatures
- /.well-known/oasf.json — OASF / AGNTCY mirror
- /health — liveness probe
Invocation
curl -X POST http://agent.co-legal.be/a2a/jsonrpc \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "message/send",
"params": {
"message": {
"parts": [{ "kind": "text", "text": "Wat is erfbelasting in Vlaanderen?" }]
}
}
}'
Limits
- Anonymous callers: 20 questions per hour per IP (burst of 5)
- Max question length: 2000 characters
- Max answer length: ~800 output tokens
Try the interactive widget at co-legal.be/agent.