IdentyClaw API

API documentation

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).

Cheat sheet

Runnable JWT login, HOLA verify, and discovery examples.

Two lanes

Do not mix JWT login signing with HOLA line encoding.

  • API session → POST /api/login (base64url)
  • HOLA proof → 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, …)

Public vs protected endpoints

TierExamples
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