← All integrations

Basin

26 operations0 webhooks

Form backend service for collecting submissions without writing server-side code.

Supported operations

  • ListRead-only

    List custom domains configured in the account

FAQ

Install corsair and @corsair-dev/basin, add the Basin plugin, and connect with an API key. Then call methods like corsair.basin.api.domains.list() from your app. Corsair syncs data per tenant.

Yes. Basin requires an API key from your Basin account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Basin, GitHub, Notion, Stripe, and the rest. Trigger Basin from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for form backend service for collecting submissions without writing server-side code. Common builds include sync jobs, admin tooling, and agents that call Basin APIs from your backend. Local DB entities let you query synced Basin 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 Basin 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/basin in the open repo. When Basin 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 Basin data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Basin data on your behalf.