create_account
Create a new budget account with name, optional off-budget type, and initial balance. Instantly receive the account ID to attach transactions without extra steps.
Instructions
Create a new budget account (on-budget or off-budget). Returns the new account ID so transactions can target it right away.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Account name | |
| offBudget | No | Whether the account is off-budget (tracked but outside the budget, e.g. a loan or investment). Defaults to false. | |
| initialBalance | No | Opening balance in human amounts (e.g. 1500.50, not cents). Creates the "Starting Balance" transaction. |