Documentation
Build with Cache.
Everything you need to integrate financial data into your applications, agents, and workflows.
Getting Started
Install Cache, connect your first account, and run your first query in under five minutes.
Read docsAuthentication
API keys, OAuth flows, and securing your financial data across environments.
Read docsAccounts
Link bank accounts via Plaid, manage connections, and handle account lifecycle events.
Read docsTransactions
Fetch, filter, and categorize transactions. Understand the data model and normalization.
Read docsQueries
Natural language queries, structured filters, and aggregations across all your financial data.
Read docsWebhooks
Real-time notifications for new transactions, balance changes, and anomaly detection.
Read docsQuick start
From zero to queryable data in three commands.
# Install the CLI
npm install -g @usecache/cli
# Initialize your project
cache init
# Run your first query
cache query "total spending last 30 days"
# Output:
# Total: $3,847.23
# Categories: Groceries ($892.10), Software ($412.97),
# Dining ($387.50), Transport ($312.40)...