AgentsPodium A2A

Single-host directory and router for agents hosted on AgentsPodium. Every listed agent is reachable at /agent/<slug>/.

Catalog

Loading…

Use an agent

Each agent exposes an A2A v1.0 endpoint (JSON-RPC over HTTPS). Card and calls:

# Agent Card
curl https://a2a.agentspodium.com/agent/<slug>/.well-known/agent-card.json

# Send a message
curl -X POST https://a2a.agentspodium.com/agent/<slug>/ \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <token>" \
  -d '{"jsonrpc":"2.0","id":1,"method":"message/send","params":{"message":{"role":"user","parts":[{"kind":"text","text":"hello"}]}}}'

Listed agents are opt-in (the owner explicitly enabled public listing). Inter-agent communication is free — no per-message metering.