API Reference
The Reach Dog AI Agent Platform exposes an A2A (Agent-to-Agent) JSON-RPC 2.0 API. All agent endpoints accept the same request format and return structured responses with evidence citations.
Sections
- Authentication -- API key setup, rate limit tiers, response headers
- Endpoints -- Full endpoint table with request/response examples
- JSON-RPC Format -- Message format, task lifecycle, streaming
Base URL
https://rd-gap-agent-64739540958.us-east1.run.app
Protocol
All agent endpoints use A2A JSON-RPC 2.0 with method message/send. Requests and responses are JSON objects with a standard envelope.