agent-bank
0 Finance CLI for automated banking workflows.
Install
curl -fsSL https://zerofinance.ai/install | bash
Or with Bun:
bun add -g agent-bank
The CLI binary is finance (aliases: 0, zero).
Quick start
finance auth connect
finance balance
finance invoices create \
--recipient-email client@example.com \
--amount 1000 \
--currency USD \
--description "Consulting services"
finance invoices send --invoice-id inv_xxx
Common commands
finance auth connect — browser-based login
finance auth login — store API key manually
finance balance — check USDC balance
finance bank transfers propose — propose a bank transfer
finance invoices create — create an invoice
finance savings positions — idle + earning balance breakdown
Local development
Run the CLI without publishing:
bun install
bun --cwd packages/cli run dev -- auth connect --no-browser
To see the resolved base URL and request path:
finance --debug auth whoami
Docs
Notes
Transfers and withdrawals create proposals that require dashboard approval.