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.
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. On Nagent, Bolt Iot is exposed as a fully-configurable internet of things integration that any agent can call — 6 actions, and API key authentication. No code is required to wire Bolt Iot into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Bolt Iot to automate the kinds of tasks internet of things teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Bolt Iot into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Bolt Iot, with input parameters and output schema. Drop these into any step of an agent built in Helix.
BOLT_IOT_ANALOG_READTool 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.
Input parameters
Analog input pin to read. Valid values: 'A0', 'A1', 'A2', 'A3'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BOLT_IOT_CHECK_DEVICE_STATUSTool 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.'
Input parameters
Unique identifier of the Bolt IoT device. Must be in the format 'BOLTXXXXXXX'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BOLT_IOT_DIGITAL_WRITETool to set a digital pin HIGH or LOW on a specified Bolt device. Use when controlling actuators or LEDs via digital output.
Input parameters
The digital pin number to set (e.g., '0', '1', etc.).
Desired digital output state for the pin: 'HIGH' or 'LOW'.
The name or ID of the Bolt device as shown in your Bolt IoT account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BOLT_IOT_SERIAL_READTool to read incoming serial data from a Bolt device. Use when you've initialized UART with serialBegin and need to retrieve serial data.
Input parameters
ASCII value of the character up to which data should be read. If omitted, reads until newline (ASCII 10).
The name or ID of the Bolt device as shown in your Bolt IoT account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BOLT_IOT_SERIAL_WRITETool to send serial data to a Bolt device. Use when you need to transmit ASCII data over UART after initializing UART with serialBegin.
Input parameters
Data string to transmit as ASCII characters over UART.
The name or ID of the Bolt device as shown in your Bolt IoT account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BOLT_IOT_SERIAL_WRITE_READTool 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.
Input parameters
ASCII string to transmit over UART.
The name or ID of the Bolt device as shown in your Bolt IoT account.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 44 agents privately built on Nagent that already use Bolt Iot.
Build on Nagent
Connect Bolt Iot to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Bolt Iot, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Bolt Iot is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Bolt Iot is connected, you configure its 6 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Bolt Iot steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Bolt Iot event fires, the agent kicks off automatically.
Every Bolt Iot action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Bolt Iot ships with 6 pre-built internet of things actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Bolt Iot together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Bolt Iot-based workflows tailored to your business.