Skip to main content

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

Or run it without installing:
Requires Node 24+.

Authenticate

Create a workspace API key in the dashboard (Workspace → API Keys) with the scopes you need, then save your host and key:
Credentials are stored in ~/.nora/config.json. Environment variables override the stored config per invocation:

Commands

Each command prints its subcommands with --help, e.g. nora agents --help.

Examples

Scopes

API keys carry scopes; the CLI surfaces the backend’s missing_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.

See also