Skip to main content
An agent registration creates a persistent identity in your org. No credentials are issued at registration — you issue them separately after the agent is registered.

Dashboard

Developers → Agents → Register an agent After registration, you land on the agent detail page which links directly to issuing the first credential.

API

Body

Fields

Response

Errors


Listing agents

Query parameters

Response


Retrieving a single agent


Updating agent settings

Updatable fields: name, description, capabilities, default_expiry_hours, default_revocation_policy, allowed_scope_types. Emits agent.metadata_updated on any actual change.

Archiving an agent

Archiving immediately revokes all active credentials (with kill policy) and prevents new credentials from being issued.
Returns the IDs of all revoked credentials. Archived agents can be reactivated:
Reactivation does not restore previously revoked credentials.