bitpilot Documentation
Bitcoin-only wallet & mempool SDK for agents and humans — v0.4.1
Guides
- Quickstart — install, create a wallet, check balance, propose a payment
- Wallet —
Wallet,Balance, HD key derivation, encrypted storage, sync - Policy Engine —
Policy, rules, approval flows, circuit breaker - Fee Estimation —
FeeEstimator,FeeEstimate, mempool.space integration - Watcher —
Watcher, mempool state, anomaly detection, provider backends - Lightning —
LightningWallet, L402 auto-pay client (L402Client) - Agent Adapters — OpenAI, LangChain, and MCP tool factories
- CLI Reference — every
bitpilotsubcommand with options - Errors — public exception hierarchy and when each is raised
- AI/Agent Usage — deterministic call order, error codes, test helpers
- Migration Notes — v0.3 to v0.4 breaking changes
Machine-Readable API (for agents)
/docs/api/public_api.json— all public SDK symbols with module, kind, and summary/docs/api/cli_commands.json— all CLI commands with options
Operations
- Operations — CI/CD pipeline, Netlify deploy, secrets, rollback procedure