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.
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 agent-card id.
Response Body
application/json
curl -X GET "https://example.com/api/agent-cards/string/marketplace-install"{
"install": {
"property1": null,
"property2": null
}
}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.
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.