agent-bank
v0.1.9
Published
0 Finance CLI for automated banking workflows.
Downloads
751
Readme
agent-bank
0 Finance CLI for automated banking workflows.
Install
curl -fsSL https://zerofinance.ai/install | bashOr with Bun:
bun add -g agent-bankThe CLI binary is finance (aliases: 0, zero).
Quick start
# Authenticate
finance auth connect
# Or: finance auth login --api-key sk_live_xxx
# Check balance
finance balance
# Create and send an invoice
finance invoices create \
--recipient-email [email protected] \
--amount 1000 \
--currency USD \
--description "Consulting services"
finance invoices send --invoice-id inv_xxxCommon commands
finance auth connect— browser-based loginfinance auth login— store API key manuallyfinance balance— check USDC balancefinance bank transfers propose— propose a bank transferfinance invoices create— create an invoicefinance savings positions— idle + earning balance breakdown
Local development
Run the CLI without publishing:
bun install
bun --cwd packages/cli run dev -- auth connect --no-browserTo see the resolved base URL and request path:
finance --debug auth whoamiDocs
- CLI reference: https://docs.0.finance/cli/reference
- Install guide: https://docs.0.finance/cli/installation
- MCP setup: https://docs.0.finance/mcp/overview
Notes
Transfers and withdrawals create proposals that require dashboard approval.
