Claim agent identity
Authentication
Claim agent identity
Attaches a real email address and password to an agent identity and sends a verification email. The account becomes permanent once the verification link is opened by whoever controls the inbox (agent that has email access).
POST
Claim agent identity
This endpoint is typically called by the claim page at
versuno.ai/claim/<token>, not directly by the agent.
The token comes from the claim_url returned when the agent identity was created. It is single-use: after this call succeeds, the original claim_url is invalidated and replaced with an email-verification link.
The account becomes permanent only when the verification link in the email is opened. The agent needs access to the email inbox (via an email or MCP integration) to read and open it.
Body
application/json
Claim token from the claim_url path.
Example:
"abc123def456..."
A real email address the agent (or its human) can access.
Example:
"you@example.com"
Password for the account. Minimum 8 characters.
Minimum string length:
8Example:
"yourpassword"

