Cache

Integrations

Connect everything. Query anything.

Cache connects to your banks, syncs with your tools, and exposes your data wherever you need it. One layer, infinite possibilities.

Available now

Plaid
Available
Connect to 10,000+ financial institutions. Real-time balance updates and transaction sync.
Stripe
Available
Pull revenue data from your Stripe account. See income alongside expenses in one view.
Claude Code
Available
Query your financial data directly from Claude. Ask questions in natural language.
OpenAI Codex
Available
Build programmatic analysis with Codex. Your money becomes queryable from any script.
CSV / OFX Import
Available
Upload bank statements manually. Works with exports from any financial institution.
REST API
Available
Full API access to all your data. Build custom dashboards, alerts, and automations.
Webhooks
Available
Get notified when transactions arrive, anomalies are detected, or summaries are ready.
PostgreSQL
Available
Sync your data to a Postgres database you control. Full SQL access to your finances.

Coming soon

QuickBooks
Soon
Two-way sync with QuickBooks Online for business expense tracking.
Xero
Soon
Connect your Xero account for seamless accounting integration.
Notion
Soon
Push financial summaries and alerts directly to your Notion workspace.
Zapier
Soon
Connect Cache to thousands of apps through Zapier automations.

Build your own

The API is the integration.

Every feature in Cache is built on the same API you have access to. If we can build it, you can build it. Query transactions, pull balances, create alerts, and sync data to anywhere.

Full documentation, TypeScript types, and example code for every endpoint. Your agents can be querying your data within minutes.

API Example
GET /api/v1/transactions
?category=software&from=2026-01-01
Response:
{
"transactions": [
{ "merchant": "GitHub", "amount": -4.00 },
{ "merchant": "Vercel", "amount": -20.00 },
{ "merchant": "Linear", "amount": -8.00 }
],
"total": -32.00
}

Ready to connect your stack?

Start with Plaid connections in Pro, or import statements with the open-source core. Your data, your way.