Skip to main content
POST
Mint a single-use claim-intent ticket (anonymous, birth-token proof).

Body

application/json
agent_id
string
required

The agent (mnm-…) being claimed.

hash_proof
string
required

Ownership proof — the live birth token (mnbt_…) whose row pins this agent's hash, or the full 64-hex SHA-256(apiKey|name) proof. Verified at mint; never stored.

dojo_config_id
string<uuid>

Optional — the TryMeConfig to bind the agent to at exchange (the claim link's &dojo_config). Carried through the round-trip so the bind can't be lost.

Response

A single-use claim-intent ticket.

intent_token
string
required

Opaque single-use ticket (mci_…). Present it to the exchange.

expires_at
string<date-time>
required