nora CLI lets you manage Flows, Agents, and integrations from your terminal. It’s the same surface a coding agent uses through MCP.
Install
- macOS / Linux
- Homebrew
- From source (Rust)
nora binary to ~/.nora/bin and prints instructions to add it to your PATH.Sign in
- macOS:
~/Library/Application Support/nora/credentials.json - Linux:
~/.config/nora/credentials.json - Windows:
%APPDATA%\nora\credentials.json
Check status
Pick a workspace
If you belong to multiple workspaces, switch between them:Pin a Flow
Most commands operate on one Flow. Pin your working Flow so you don’t type the slug every time:nora flows publish, nora agents list, etc. all target that Flow.
Environment overrides
For scripts and CI, override without touching stored config:
Or use the global flags:
--base-url, --workspace, --flow.
Next
Auth commands
Manage tokens, workspaces, and sign-in.
Working with Flows
List, edit, publish, and roll back.