Welcome to Brain ðŸ§
AI that runs finance for you. Brain is the financial intelligence layer for businesses, transforming financial activity into memory, intelligence, and autonomous execution.
How Brain Is Organized
Layer
Job
What Brain Is Not
A First Integration
import { Brain } from "@brainfinance/sdk";
const brain = new Brain({ apiKey: process.env.BRAIN_API_KEY!, environment: "sandbox" });
// Ask a grounded question about a tenant's money.
const answer = await brain.ask("acme", "What's our cash position right now?");
// Propose a payment. Brain runs policy and the pre-execution gate before any settlement.
const action = await brain.pay("acme", { invoiceId: "inv_8231" });
// Get a verifiable record of what just happened.
const proof = await brain.proof(action.intent.id!);Who Brain Is For
You're building
You use Brain to
What You Can Build
In an afternoon
What it looks like
What Brain Handles for You
You don't write
Because Brain handles
Integration Surfaces
Surface
Best for
Reference
A First Request
Next Steps
Last updated
