npm.io
0.1.0 • Published 3d agoCLI

@advizrclient/cli

Licence
UNLICENSED
Version
0.1.0
Deps
4
Size
82 kB
Vulns
0
Weekly
0

@advizrclient/cli

The command line for your Advizr workspace. Run your deployed agents, watch runs as they happen, approve work your agents parked for you, and ask your workspace brain questions — without opening the app.

Install

npm install -g @advizrclient/cli

Or run it without installing:

npx @advizrclient/cli login your-workspace

Node 20 or newer.

Sign in

advizr login your-workspace

Your terminal shows a short word code and opens the browser. Check the code matches, choose what the key may do, and approve. The key lands in ~/.config/advizr/config.toml — it never appears in the browser.

On CI or a server, use a key from Settings → API & CLI instead:

advizr login your-workspace --with-key

Everyday commands

advizr agent list                     # your agents
advizr agent run lead-qualifier --input "..." --watch
advizr run watch <run-id>             # live progress until it settles
advizr inbox                          # work waiting for your OK
advizr proposal approve <id>          # approve from the terminal
advizr brain ask "what did we decide about pricing?"
advizr api get /agents                # raw API passthrough
advizr mcp                            # connect Claude Code / Codex

Every command takes --json for scripts. Exit codes are stable: 0 success, 1 failed, 3 auth, 4 not found, 8 still running.

Connect an AI tool

advizr mcp prints ready-to-paste commands for Claude Code, Codex, and Claude Desktop. Once connected, those tools can list your agents, start runs, search your brain, and approve proposals — with the scopes your key allows and nothing more.

Where things live

  • Keys and the request log: Settings → API & CLI in your workspace
  • Full documentation: Docs → Developers in your workspace
  • Every API error prints its fix and a Request-Id you can look up in the request log

Built by Advizr.

Keywords