← All integrations

Borneo

153 operations0 webhooks

Borneo plugin for Corsair

Supported operations

  • Get Cloud Account By IdRead-only

    Get cloud account by id

  • Post Accounts With Filter And Sort OptionsRead-only

    Post accounts with filter and sort options

  • Retrieve Account Details By IdRead-only

    Retrieve account details by id

FAQ

Install corsair and @corsair-dev/borneo, add the Borneo plugin, and connect with an API key or OAuth. Then call methods like corsair.borneo.api.accounts.getCloudAccountById() from your app. Corsair stores tokens, and keeps each tenant isolated.

Yes. Borneo supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Borneo developer console, then paste into Corsair or connect through managed auth in Hub.

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

Teams use Corsair for borneo plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Borneo APIs from your backend.

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 Borneo 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/borneo in the open repo. When Borneo 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 Borneo data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Borneo data on your behalf.