Rensei docs
API ReferenceAgent Cards

Preview the update from an installed agent-card pin to the current source version.

Returns version metadata, normalized payload and prompt deltas, capability-manifest changes, and the local overlay keys that are preserved or conflict.

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

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/update"
{
  "update": {
    "property1": null,
    "property2": null
  }
}
Empty
Empty
Empty
Empty