Get one agent card, including editor-prefill content.
Returns a single agent card with the rich list fields plus an editor-prefill `content` object (systemPrompt, responsibilities, outputContract, nonGoals, partials, tools, modelRef). Returns 404 - never 403 - for a card in a different org or one the caller has no access to.
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Path Parameters
The agent card id.
Response Body
application/json
curl -X GET "https://example.com/api/agent-cards/string"{
"card": {
"id": "string",
"name": "string",
"scope": "string",
"content": {
"property1": null,
"property2": null
},
"property1": null,
"property2": null
}
}List agent cards visible to the caller (system + org + optional project).
Returns agent cards resolved by scope (system + the caller org + an optional project scope). `format=full` returns rich `cards`; the default `format=autocomplete` returns lightweight `options`. Bearer-reachable for human principals (user token or browser session) - rsk_* API keys and BYOA OAuth-agent tokens are rejected 403; never surfaces another org's cards. This is also the read backing the tenant Marketplace screen (format=full, scope=all).
Fork an installed reference agent card into a new owned identity.
Creates a new project-owned fork from an installed reference pin. The fork has a new content item and version identity and never receives source updates.