v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Agent

Create a browser claim link

Mints an opaque, single-use link an agent can hand to a human to complete the email-confirmation upgrade in a browser. Authenticated by the agent's own API key. claim_url is null when the API host cannot resolve a web origin to build the link.

post/agent/claim/link

Headers

Idempotency-Keystring

Optional client-supplied idempotency key. Retrying a request with the same key returns the original result instead of performing the action a second time; if omitted the server derives one from the canonical payload hash. Safe to retry network failures without duplicating side effects.

Request body

object required

No fields; an empty object is accepted.

Response

Claim link created

successtrue required