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
AvailableConnect to 10,000+ financial institutions. Real-time balance updates and transaction sync.
Stripe
AvailablePull revenue data from your Stripe account. See income alongside expenses in one view.
Claude Code
AvailableQuery your financial data directly from Claude. Ask questions in natural language.
OpenAI Codex
AvailableBuild programmatic analysis with Codex. Your money becomes queryable from any script.
CSV / OFX Import
AvailableUpload bank statements manually. Works with exports from any financial institution.
REST API
AvailableFull API access to all your data. Build custom dashboards, alerts, and automations.
Webhooks
AvailableGet notified when transactions arrive, anomalies are detected, or summaries are ready.
PostgreSQL
AvailableSync your data to a Postgres database you control. Full SQL access to your finances.
Coming soon
QuickBooks
SoonTwo-way sync with QuickBooks Online for business expense tracking.
Xero
SoonConnect your Xero account for seamless accounting integration.
Notion
SoonPush financial summaries and alerts directly to your Notion workspace.
Zapier
SoonConnect 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.