CLI
Manage AuthSpoke from your terminal — the same APIs as the console, scriptable.
On the roadmap. The AuthSpoke CLI is coming. Everything you can do in the console will be possible from the terminal.
The CLI calls the same public APIs as the UI — there is never special backend logic for the CLI. That keeps every client consistent.
Anticipated commands:
authspoke agent create --name invoice-reconciler --model anthropic/claude-opus-4
authspoke agent list --risk critical
authspoke mcp register --name github-mcp --endpoint https://mcp.company.com/github
authspoke audit export --since 24h
authspoke token rotate <id>
Until it ships, you can script the API directly — see Quick Start — or generate a client from the OpenAPI spec.