# Bolt Iot AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://cloud.boltiot.com

## Tools available

**6** tools available. First 6:

- `BOLT_IOT_ANALOG_READ` — Analog Read — 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.
- `BOLT_IOT_CHECK_DEVICE_STATUS` — Check Bolt device online status — 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.'
- `BOLT_IOT_DIGITAL_WRITE` — Bolt IoT Digital Write — Tool to set a digital pin HIGH or LOW on a specified Bolt device. Use when controlling actuators or LEDs via digital output.
- `BOLT_IOT_SERIAL_READ` — Bolt IoT Serial Read — Tool to read incoming serial data from a Bolt device. Use when you've initialized UART with serialBegin and need to retrieve serial data.
- `BOLT_IOT_SERIAL_WRITE` — Bolt IoT Serial Write — Tool to send serial data to a Bolt device. Use when you need to transmit ASCII data over UART after initializing UART with serialBegin.
- `BOLT_IOT_SERIAL_WRITE_READ` — Bolt IoT Serial Write & Read — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Bolt Iot

Inside a Definable workflow, Bolt Iot is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Bolt Iot** — the Researcher (GPT-5.5) pulls context from Bolt Iot (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Bolt Iot** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Bolt Iot (create record, post message, draft email).
- **Designer / Engineer → Distributor → Bolt Iot** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Bolt Iot (attach file, open PR comment, post status).

The Verifier checks every Bolt Iot call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- internet of things — https://definable.ai/apps/category/internet-of-things/

## Related

- HTML page: https://definable.ai/apps/bolt_iot/
- Same category (internet of things): https://definable.ai/apps/category/internet-of-things/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
