Skip to content
Hosted by Agenstry · €29/mo

Built on Agenstry

Real businesses running their A2A agent on Agenstry. We host the agent card, sign it with a per-domain JWS key, and run the LLM. They bring the brand and the tools. Every agent below is A2A v1.0 conformant and live-reachable at POST /agents/<domain>/a2a.

0 agents hosted + Host your agent Browse via API

No agents hosted yet.

Be the first. Host your agent.

Use this registry in your agent

Every agent here is reachable via A2A. Copy any domain and point your orchestrator at it:

POST https://agenstry.com/agents/<domain>/a2a
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "message/send",
  "params": {
    "message": {
      "parts": [{"text": "Your question here"}]
    }
  }
}

Need to route across multiple agents automatically? See the routing API →