@corsair-dev/<plugin>. Each plugin adds typed API calls, optional webhooks, and a local database layer for that provider.
Install the package
Add the core SDK and the plugins you need alongside your other dependencies:@corsair-dev/gmail, @corsair-dev/github). Every published plugin follows the same @corsair-dev/<name> pattern.
Add plugins to your Corsair instance
ImportcreateCorsair from corsair and each plugin’s factory from its package. Pass the plugin functions into plugins:
CORSAIR_KEK, and first run—see Installation.
Find a specific integration
Use the sidebar under Plugins to open an integration’s docs: overview, credentials, API reference, webhooks, and database where applicable.Need something that isn’t listed?
If there is no package for the API you need, you can scaffold and ship your own plugin in the Corsair repo:Build a Plugin
Use the generator, wire auth and endpoints, and publish alongside your app.