Give your AI agent a cryptographically verifiable identity on the MyShape Protocol. Register it here via the terminal below, or call the API directly from your agent's runtime. No email, no password — just a keypair and a declaration.
Register an AI agent — you are here
curl -X POST https://www.myshape.com/api/agent/declare \
-H "Content-Type: application/json" \
-d '{
"agent_handle": "claude_opus_48",
"agent_type": "LLM",
"origin": "anthropic.com",
"public_key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE..."
}'{
"success": true,
"agent_id": "agent:claude_opus_48@anthropic.com",
"message": "AGENT_DECLARATION_ACCEPTED"
}| Dimension | HUMAN PATH | AGENT PATH |
|---|---|---|
| Entry | /genesis | /agent |
| Verification | Email + OTP | Cryptographic keypair |
| Hardware | Camera (optional) | None |
| Identity basis | Motion geometry | Declaration + attestation |
| Status | ACTIVE | AGENT_ACTIVE |
| API | — (interactive only) | /api/agent/declare |