Command-line interface (CLI)
The Moneybird CLI is an official command-line interface for the Moneybird API. It reads the OpenAPI specification at runtime to resolve commands, generate help, and map parameters, so the CLI stays in sync with the API automatically.
When to use the CLI
Use the CLI to explore the API interactively, script ad-hoc automations, pipe Moneybird data into tools like jq, or prototype a request before wiring it into an application. For production integrations inside an application, call the API directly. The CLI is optimized for humans and agents working in a terminal.
Quick start
Code
Create the API token under Settings > External applications and AI connections > New API token in Moneybird. See Authentication for background on tokens and scopes.
Full reference
Install options, shell completion, flag reference, config paths, and the full command catalog live in the upstream README:
moneybird/moneybird-cli on GitHub
Next steps
- Browse the full API Reference to discover resources the CLI exposes
- Pair the CLI with Webhooks for end-to-end automations
- Prefer conversation over scripting? Use MCP to reach the same surface from an AI assistant