Skip to main content
The A-Identity CLI is a thin wrapper over the same read-only endpoints the SDK and MCP server use. It is handy for scripts, CI checks, and quick lookups. Like everything read-only, it needs no keys and moves no funds.
The CLI is in preview. Today it calls the local MCP HTTP server (npm run start:http in the mcp package). Hosted endpoints arrive with the public launch.

Install (coming soon)

Commands

Output

Every command prints JSON by default, so it pipes cleanly into jq or a script:
Point the CLI at a different server with A_IDENTITY_MCP_URL:
Anything that moves value still goes through the app, where a human approves it. The CLI stays on the read side of that line.