Authorize Inbox
Authorizes the AgentID sign-in a client is already waiting in, for the inbox in the path, and returns the pending public key it will activate. A repeat for the same token, inbox, and bearer returns the same key.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Token identifying one pending AgentID sign-in, read from the sign-in action on exactly https://auth.agentid.com.
Accept the provider’s disclosure on the agent’s behalf, skipping the
first-use disclosure page. Requires provider_share_owner when owner
scopes are involved.
Response
The bearer API key that created the credential. Provenance only; the credential outlives it.
Caller-chosen alias for a public key, unique within the organization and
reusable after deletion. Accepted in place of api_key_id on get, update,
and delete. Registration is idempotent on it: the same alias returns the
existing key, a conflicting one returns 409. URL-safe; no slash or @.
Registered public key material and its server-computed RFC 7638 thumbprint.
Lifecycle of a sign-in key: pending until the client finishes
creating it on the AgentID page, active once it can sign in as the
inbox. Absent on a registered key.
