A2A (Agent-to-Agent) JSON-RPC endpoint (message/send, tasks/get, tasks/cancel).
A2A (Agent-to-Agent) JSON-RPC endpoint (message/send, tasks/get, tasks/cancel). - Rensei REST API operation reference.
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/a2a" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "string" }'{
"jsonrpc": "2.0",
"id": "string",
"result": null,
"error": {
"code": 0,
"message": "string",
"data": null
}
}A2A peer-discovery AgentCard
Fully unauthenticated (public) per the A2A spec. Two modes: - No query param: platform-level AgentCard (`scope='system'` rows). - `?org=<slug>`: per-org AgentCard (`scope='org'` cards with `trust.publish_to_a2a=true`). `Cache-Control: no-store` on all responses.
List registered A2A agents for the org
List registered A2A agents for the org - Rensei REST API operation reference.