Bolt Iot
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.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Bolt Iot authenticates with an API key. Generate the credential in your Bolt Iot account, then paste it into FlyMyAI the first time an agent uses a Bolt Iot action.
Get your Bolt Iot credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Bolt API Key | The API key for authenticating requests to the Bolt IoT Cloud. (required) |
Bolt Device ID | The unique identifier for your Bolt IoT device. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
BOLT_IOT_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. | pin |
BOLT_IOT_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. | pin, deviceName, state |
BOLT_IOT_CHECK_DEVICE_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.' | deviceID |
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. | pin, deviceName, state |
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. | deviceName |
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. | data, deviceName |
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. | data, deviceName |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Bolt Iot!