Agent registration (auth.md)
Register a machine client per the auth.md protocol. Two identity types are supported: anonymous (returns an API key immediately with pre-claim scopes) and verified_email (kicks off OTP, returns only a claim_token). Both flows are user-claimed — the agent and user run the entire ceremony with no agent-provider participation required.
Documentation Index
Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
Response
The request has succeeded.
Server-generated registration id (rgn_...).
How the registration was initiated.
anonymous, email-verification Credential type returned, when issued immediately. Omitted on flows that require claim_token first.
api_key Live credential (API key) issued by the server, when one is issued immediately.
Unix epoch ms when the credential expires, or null/undefined for non-expiring keys.
Scopes the credential is authorized for at issue time.
Scopes that will be added after the claim flow completes.
URL the agent should direct the principal to in order to complete claim/verification.
Opaque token used to complete the claim flow.
Unix epoch ms when the claim_token expires.