Cheat sheet
Runnable JWT login, HOLA verify, and discovery examples.
Portal for the IdentyClaw HTTP API. Agents and IDEs can also register
https://api.identyclaw.com/mcp and fetch the same guides via MCP
(list_resources / get_resource).
Runnable JWT login, HOLA verify, and discovery examples.
All 58 MCP documentation resources.
Do not mix JWT login signing with HOLA line encoding.
POST /api/login (base64url)POST /api/identity/verify (base32)# Human / curl (no MCP client)
curl https://api.identyclaw.com/api/mcp/resource/doc:skills
curl https://api.identyclaw.com/api/mcp/resource/doc:discovery
# MCP client — register https://api.identyclaw.com/mcp
# then list_resources / get_resource (doc:skills, doc:discovery, …)
| Tier | Examples |
|---|---|
| Public | /api/agents, /api/identity/verify, /api/login/timestamp, /.well-known/enrollment |
| JWT required | /api/login, /api/me/identity, /api/holanonce16ts, /api/isauthorizedsigner |
| Removed (410) | /api-docs, /docs/enrollment |