Skip to content

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.

Terminal window
npm install -g @nuez-app/cli

Requires Node.js 18+.

Terminal window
nuez login

Opens 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.

Terminal window
nuez logout # clears the stored config
nuez whoami # shows the logged-in user + API URL
CommandMaps to
nuez balanceget_balance
nuez cvuget_cvu
nuez send <amount> <destination>request_payout
nuez depositslist_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 approvalslist_pending_approvals
nuez keys list / keys create <name> / keys delete <id>REST /v1/api-keys
nuez webhooks show / webhooks set <url> / webhooks delete / webhooks deliveriesREST /v1/webhook
nuez cards status / list / get <id> / issue <limit> / cancel <id> / secure-link <id> / fund <amount> / transactionsCard 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 executeCrypto MCP tools — see Crypto off-ramp

Every command accepts --json for machine-readable output.