Agent signup

Creates an organization with no users, an access key for the agent, a claim link, a default tool pack and an Agent registered user, so the agent can call tools right away. Show the claim link to a human whenever you want them to take ownership; the key keeps working before and after they do. Rate limited per IP.

Response

claim_urlstringformat: "uri"
Link a human opens to take ownership of the organization.
claim_expires_atdatetime

After this the link stops working; call POST /agent/claim/ for a new one.

api_keystring

Raw access key with runtime:all and management:all. Returned only here.

organizationobject
tool_pack_idstringformat: "uuid"

Default tool pack with a curated starter set of connectors; use it as {tool_pack_id} in the MCP URL.

registered_user_idstringformat: "uuid"

Production registered user named Agent; use it as {registered_user_id} in the MCP URL.

next_stepstring

One-line instruction for what to run next, with a link to the agent quickstart guide.