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.
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 installed reference agent-card id.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/agent-cards/string/fork" \ -H "Content-Type: application/json" \ -d '{}'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.
Get the marketplace pin and update state for an installed agent card.
Returns the immutable pinned content version, lineage, activation state, overlay, and whether a newer source version is available. This route never applies an update or changes activation.