Skip to main content
The Kualia API is a REST API that gives you full read and write access to your budget — transactions, accounts, merchants, categories, and monthly envelope assignments. Use it to build scripts, sync data into spreadsheets, or connect Kualia to your own tools. Base URL

Quick start

1. Create an API key. In the web app, go to Settings → API Keys and click Create Key. Copy the key when it’s shown — it’s only displayed once. 2. Find your workspace id.
3. Fetch your transactions.

Response format

Every successful response wraps its payload in a data object:
Errors return a matching error object — see Errors.

Conventions

Endpoints at a glance

Prefer talking to your budget from an AI assistant instead of code? Kualia also ships a hosted MCP server with OAuth — no API keys needed.