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 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"
}Mint a new rsk_ API key
Creates a new `rsk_live_*` token. The full token is returned **once** and is never stored in plaintext. - `projects: "all"` requires `org_keys:write` scope or org admin/owner role. - `projects: [...]` requires project membership for all listed project IDs. Canonical endpoint (supersedes deprecated `POST /api/org/api-keys`).
List registered A2A agents for the org
List registered A2A agents for the org - Rensei REST API operation reference.