Skip to main content
Corsair is the go-to way to add any integration to your app or agent. Auth, token refresh, data storage, webhooks, rate limits — all handled. You write the part that’s unique to your use case, not the plumbing you’ve already written a hundred times.
corsair.ts
import { createCorsair, slack, github, gmail, linear } from 'corsair';

export const corsair = createCorsair({
    plugins: [slack(), github(), gmail(), linear()],
    database: db,
    kek: process.env.CORSAIR_KEK!,
});
Connect it to your agent and start prompting:
Invite Jim to next Thursday's sales call. Tell him over Slack too so he
can accept it. Let me know when he does.
One prompt, four integrations — Corsair handles the rest.

Get started

Quick start

Install, migrate, and run your first integration in minutes.

MCP adapters

Connect your agent framework and start prompting across every plugin.

Browse plugins

Slack, Linear, Gmail, GitHub, HubSpot, Stripe, and hundreds more.