Rensei docs

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.

GET
/.well-known/agent-card.json

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"
}