This operation provisions an agent by creating an API key. In token-based flows it also binds the agent to an owner.
Supply token to use the pairing code from the Cobo Agentic Wallet app (token-based provisioning). If token is omitted, provisioning runs in agent-first mode and returns an active agent credential.
Request payload for agent provisioning.
The pairing code from the Cobo Agentic Wallet app. If provided, runs token-based provisioning and binds the agent to the owner immediately. If omitted, runs agent-first provisioning and returns an active agent credential.
An optional invitation code to apply during provisioning.
An optional display name for the provisioned agent. Defaults to 'Provisioned Agent' if omitted.
Already exists (idempotent). Successful Response
Provisioning result for both token and agent-first modes.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.