← All integrations

Bolt IoT

7 operations0 webhooks

IoT platform for connecting devices, sensors, and hardware to cloud dashboards.

Supported operations

  • Analog ReadRead-only

    Read the analog value (0-1023) from a specified pin on a Bolt device

  • Check StatusRead-only

    Check whether a specified Bolt device is online

  • Digital ReadRead-only

    Read the status of a digital pin on a specified Bolt device

  • Digital WriteWrite

    Set a digital pin HIGH or LOW on a specified Bolt device

FAQ

Install corsair and @corsair-dev/boltiot, add the Bolt IoT plugin, and connect with an API key. Then call methods like corsair.boltiot.api.device.analogRead() from your app. Corsair syncs data per tenant.

Yes. Bolt IoT requires an API key from your Bolt IoT 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 Bolt IoT, GitHub, Notion, Stripe, and the rest. Trigger Bolt IoT from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for iot platform for connecting devices, sensors, and hardware to cloud dashboards. Common builds include sync jobs, admin tooling, and agents that call Bolt IoT APIs from your backend. Local DB entities let you query synced Bolt IoT 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 Bolt IoT 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/boltiot in the open repo. When Bolt IoT 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 Bolt IoT data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Bolt IoT data on your behalf.