Install and use the Nora CLI
Install @noraai/cli, authenticate against your Nora instance with a workspace API key, and manage agents, monitoring, and control-plane health from the terminal.
The Nora CLI (nora) is a thin client for the public REST API. It covers the day-to-day operator loop — list and manage agents, read monitoring events, run the control-plane health check — and doubles as the launcher for the MCP server via nora mcp.
Install
Authenticate
Create a workspace API key in the dashboard (Workspace → API Keys) with the scopes you need, then save your host and key:~/.nora/config.json. Environment variables override the stored config per invocation:
| Variable | Purpose |
|---|---|
NORA_HOST | Nora origin, e.g. https://nora.example.com |
NORA_TOKEN | API key (nora_…) |
NORA_WORKSPACE_ID | Override the active workspace |
Commands
--help, e.g. nora agents --help.
Examples
Scopes
API keys carry scopes; the CLI surfaces the backend’smissing_scope errors directly. Typical setups: agents:read, monitoring:read for read-only dashboards, plus agents:write for lifecycle control. nora doctor requires a key whose issuing user is a platform admin.

