Ynab
Overview
SLUG: YNAB
Description
YNAB (You Need A Budget) is a budgeting tool helping users track expenses, plan finances, and gain control over spending to reduce debt
Authentication Details
OAuth2
Connecting to Ynab
Create an auth config
Use the dashboard to create an auth config for the Ynab toolkit. This allows you to connect multiple Ynab accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Ynab Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Ynab toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
YNAB_CREATE_ACCOUNT
Tool Name: Create a new account in a budget
Description
Action Parameters
Action Response
YNAB_CREATE_SCHEDULED_TRANSACTION
Tool Name: Create Scheduled Transaction
Description
Action Parameters
Action Response
YNAB_DELETE_SCHEDULED_TRANSACTION
Tool Name: Delete Scheduled Transaction
Description
Action Parameters
Action Response
YNAB_GET_ACCOUNT_BY_ID
Tool Name: Get Account by ID
Description
Action Parameters
Action Response
YNAB_GET_BUDGET_BY_ID
Tool Name: Get Budget By ID
Description
Action Parameters
Action Response
YNAB_GET_BUDGET_MONTH
Tool Name: Get Budget Month
Description
Action Parameters
Action Response
YNAB_GET_BUDGET_SETTINGS
Tool Name: Get Budget Settings
Description
Action Parameters
Action Response
YNAB_GET_CATEGORY_BY_ID
Tool Name: Get Category by ID
Description
Action Parameters
Action Response
YNAB_GET_MONTH_CATEGORY_BY_ID
Tool Name: Get Month Category By ID
Description
Action Parameters
Action Response
YNAB_GET_PAYEE_BY_ID
Tool Name: Get Payee by ID
Description
Action Parameters
Action Response
YNAB_GET_SCHEDULED_TRANSACTION_BY_ID
Tool Name: Get Scheduled Transaction by ID
Description
Action Parameters
Action Response
YNAB_GET_TRANSACTION_BY_ID
Tool Name: Get Transaction by ID
Description
Action Parameters
Action Response
YNAB_GET_USER
Tool Name: Get Authorized User
Description
Action Parameters
Action Response
YNAB_LIST_ACCOUNTS
Tool Name: List Accounts
Description
Action Parameters
Action Response
YNAB_LIST_BUDGETS
Tool Name: List Budgets
Description
Action Parameters
Action Response
YNAB_LIST_CATEGORIES
Tool Name: List Categories
Description
Action Parameters
Action Response
YNAB_LIST_MONTHS
Tool Name: List Budget Months
Description
Action Parameters
Action Response
YNAB_LIST_PAYEE_LOCATIONS
Tool Name: List Payee Locations
Description
Action Parameters
Action Response
YNAB_LIST_PAYEE_LOCATIONS_BY_PAYEE
Tool Name: List Payee Locations by Payee
Description
Action Parameters
Action Response
YNAB_LIST_PAYEES
Tool Name: List payees in a budget
Description
Action Parameters
Action Response
YNAB_LIST_SCHEDULED_TRANSACTIONS
Tool Name: List Scheduled Transactions
Description
Action Parameters
Action Response
YNAB_LIST_TRANSACTIONS
Tool Name: List Transactions
Description
Action Parameters
Action Response
YNAB_LIST_TRANSACTIONS_BY_ACCOUNT
Tool Name: List Transactions by Account
Description
Action Parameters
Action Response
YNAB_LIST_TRANSACTIONS_BY_CATEGORY
Tool Name: List Transactions by Category
Description
Action Parameters
Action Response
YNAB_LIST_TRANSACTIONS_BY_PAYEE
Tool Name: List Transactions by Payee
Description
Action Parameters
Action Response
YNAB_UPDATE_PAYEE
Tool Name: Update Payee
Description
Action Parameters
Action Response
YNAB_UPDATE_SCHEDULED_TRANSACTION
Tool Name: Update Scheduled Transaction
Description
Action Parameters
Action Response