Rensei docs
API ReferenceAgent Cards

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.

POST
/api/agent-cards/{id}/fork

Authorization

AuthorizationBearer <token>

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

id*string

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 '{}'
Empty
Empty
Empty
Empty
Empty
Empty