Skip to main content
The nora CLI lets you manage Flows, Agents, and integrations from your terminal. It’s the same surface a coding agent uses through MCP.

Install

The script installs the nora binary to ~/.nora/bin and prints instructions to add it to your PATH.
Verify:

Sign in

A browser window opens for OAuth. Sign in with the same account you use at platform.nora.my. The CLI stores your credentials at:
  • macOS: ~/Library/Application Support/nora/credentials.json
  • Linux: ~/.config/nora/credentials.json
  • Windows: %APPDATA%\nora\credentials.json

Check status

Shows your active workspace, your saved workspaces, and a redacted token summary.

Pick a workspace

If you belong to multiple workspaces, switch between them:
The switch is persistent — subsequent commands act on the newly active workspace until you switch again.

Pin a Flow

Most commands operate on one Flow. Pin your working Flow so you don’t type the slug every time:
Now 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.