ynab_create_account
Add a new checking, savings, or credit card account to your YNAB budget. Specify name, type, and optional opening balance.
Instructions
Create a new account in a YNAB budget.
Args:
budget_id (string, optional): Budget UUID. Omit to use the default budget.
name (string, required): Account name.
type (string, required): One of: checking, savings, creditCard, cash, lineOfCredit, otherAsset, otherLiability.
balance (number, optional): Opening balance in dollars. Default: 0.
dry_run (boolean, optional): Preview the request without creating. Default: false.
Returns: account object with id, name, type, balance fields.
Examples:
Create checking account: set name="My Checking", type="checking"
Dry run: set dry_run=true to preview without saving
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | ||
| name | Yes | ||
| type | Yes | ||
| balance | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||