Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
6 tools available
Bolt IoT is an integrated platform that enables users to build IoT projects by connecting sensors and actuators to the internet, offering cloud-based control and monitoring capabilities.
Connect Bolt Iot to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Bolt Iot's 6 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Bolt Iot action below is a callable tool any Definable persona can invoke.
Tool to read the analog value from a specified pin on a Bolt device. Use when you need sensor readings (0–1023) after confirming the device is online.
Tool to check whether a specified Bolt device is online. Use when you need to verify device connectivity before sending commands (e.g., control signals). Example: 'Check if device BOLT1234567 is online.'
Tool to set a digital pin HIGH or LOW on a specified Bolt device. Use when controlling actuators or LEDs via digital output.
Tool to read incoming serial data from a Bolt device. Use when you've initialized UART with serialBegin and need to retrieve serial data.
Tool to send serial data to a Bolt device. Use when you need to transmit ASCII data over UART after initializing UART with serialBegin.
Tool to send serial data and read the response on a Bolt device. Use when you need to transmit ASCII data over UART and capture its reply immediately.
Anything Bolt Iot exposes through its API. Common internet of things workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 6 Bolt Iot tools directly, then chain the result into another integration without you writing code.
Bolt Iot uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 6 Bolt Iot tools. You only need a separate Bolt Iot subscription if Bolt Iot itself charges per seat or per API call.
Every call from a persona to Bolt Iot is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Bolt Iot, and connect via OAuth or API key. You can immediately attach Bolt Iot to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 6 Bolt Iot actions as callable tools — including `Analog Read`, `Check Bolt device online status`, `Bolt IoT Digital Write`, plus 3 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.