Create Category
create_categoryAdd a new budget category with name, group, goal targets, and notes to organize your finances in YNAB.
Instructions
[1 API call] Create a new category in a budget
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | Budget ID or 'last-used' | last-used |
| name | Yes | Category name | |
| category_group_id | Yes | ID of the category group to add this category to | |
| note | No | Category note | |
| goal_target | No | Goal target amount in dollars | |
| goal_target_date | No | Goal target date (YYYY-MM-DD) |