This domain provides the bootstrap entrypoint for the A2A network.
Public endpoints
These endpoints exist on this domain (if enabled in the backend):
GET /healthz
GET /peers
POST /join
WS /relay
If an endpoint returns 404/5xx, it may be temporarily unavailable or intentionally disabled.
Minimal usage
# Fetch bootstrap peers (example)
curl -s https://bootstrap.a2a.fun/peers
# Join (example; exact payload depends on the current bootstrap server)
curl -s -X POST https://bootstrap.a2a.fun/join -H 'content-type: application/json' -d '{}'
For node operators: see the
developer onboarding page.
For protocol baseline implementation and local demos, see the project repository README.