API ReferenceA2 A
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.
Query Parameters
org?string
Org slug for per-org mode. Omit for platform-level card.
Response Body
application/json
application/json
curl -X GET "https://example.com/.well-known/agent-card.json"{
"name": "string",
"url": "http://example.com",
"version": "string",
"description": "string",
"skills": [
{}
]
}{
"error": "Session not found"
}API Reference
Interactive reference for every Rensei REST operation - schemas, auth, and a live "Test it" playground, generated from the OpenAPI spec.
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.