Brex
86 operations0 webhooks
Corporate card and spend management platform for startups and growing businesses.
Supported operations
- Get CashRead-only
Get a cash account by ID
- Get Cash PrimaryRead-only
Get the primary cash account
- List CardRead-only
List card accounts
- List Card StatementsRead-only
List finalized primary card statements
- List CashRead-only
List cash deposit accounts
- List Cash StatementsRead-only
List finalized cash account statements
FAQ
Install corsair and @corsair-dev/brex, add the Brex plugin, and connect with an API key or OAuth. Then call methods like corsair.brex.api.accounts.getCash() from your app. Corsair stores tokens, and syncs data per tenant.
Yes. Brex supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Brex developer console, then paste into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Brex, GitHub, Notion, Stripe, and the rest. Trigger Brex from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for corporate card and spend management platform for startups and growing businesses. Common builds include sync jobs, admin tooling, and agents that call Brex APIs from your backend. Local DB entities let you query synced Brex records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Brex API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/brex in the open repo. When Brex ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Brex data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Brex data on your behalf.