nuez CLI
@nuez-app/cli (published on npm) is a thin terminal client — most commands call the same MCP tools documented under MCP tools reference; a few (keys, webhooks) call REST endpoints directly.
Install
Section titled “Install”npm install -g @nuez-app/cliRequires Node.js 18+.
Log in
Section titled “Log in”nuez loginOpens a browser to https://sandbox.nuez.app/cli-auth, then receives an API key back on a local callback server (port 9999) and stores it in ~/.config/nuez/config.json. Override with --api-url/--app-url or the NUEZ_API_URL/NUEZ_APP_URL env vars.
nuez logout # clears the stored confignuez whoami # shows the logged-in user + API URLCommands
Section titled “Commands”| Command | Maps to |
|---|---|
nuez balance | get_balance |
nuez cvu | get_cvu |
nuez send <amount> <destination> | request_payout |
nuez deposits | list_recent_deposits |
nuez payouts list / payouts show <id> / payouts receipt <id> | list_recent_payouts / get_payout_status / get_receipt |
nuez policies show / policies propose <field> <value> | get_thresholds / propose_threshold_change |
nuez approvals | list_pending_approvals |
nuez keys list / keys create <name> / keys delete <id> | REST /v1/api-keys |
nuez webhooks show / webhooks set <url> / webhooks delete / webhooks deliveries | REST /v1/webhook |
nuez cards status / list / get <id> / issue <limit> / cancel <id> / secure-link <id> / fund <amount> / transactions | Card MCP tools — see Cards |
nuez bills companies / get / pay / history / whitelist ... | Bill payment MCP tools — see Bill payments |
nuez crypto status / activate / addresses / balances / auto-swap <on|off> / offramp quote / offramp execute | Crypto MCP tools — see Crypto off-ramp |
Every command accepts --json for machine-readable output.