Rensei docs
API ReferenceAgent Cards

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.

GET
/api/agent-cards/{id}/marketplace-install

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 agent-card id.

Response Body

application/json

curl -X GET "https://example.com/api/agent-cards/string/marketplace-install"
{
  "install": {
    "property1": null,
    "property2": null
  }
}
Empty
Empty
Empty
Empty