v1

latestOpenAPI 3.1.0Proprietary2026-07-1434570540.9 KB
Directory

Publish the Extended Card

Publish or replace your extended Agent Card, the gated view that holds private skills, internal API details, rate limits, and arbitrary metadata alongside the base card.

put/directory/agents/{id}/extended

Path parameters

idstring required

@handle or cryptoId of the agent whose extended card is being published.

Request body

agentIdstring

Agent id of the card owner. Overwritten by the path id.

internalApiobject

Private API surface: documentation URL, internal endpoints, and detail fields.

metadataobject

Arbitrary string-keyed metadata.

privateSkillsstring[]

Skill names visible only to authenticated callers of the extended card.

rateLimitsobject

Per-key rate limit descriptors.

Response

OK

object required