An online sticky note whiteboard making meetings, brainstorms, and creative projects more productive and effective.
An online sticky note whiteboard making meetings, brainstorms, and creative projects more productive and effective. On Nagent, Stormboard is exposed as a fully-configurable productivity integration that any agent can call — 41 actions, and API key authentication. No code is required to wire Stormboard into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Stormboard to automate the kinds of tasks productivity 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 Stormboard 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 Stormboard, with input parameters and output schema. Drop these into any step of an agent built in Helix.
STORMBOARD_ACCEPT_A_STORM_INVITETool to accept a Storm invitation and join the Storm. Use when a user wants to accept an invitation to join a Storm.
Input parameters
The unique identifier of the Storm invitation to accept.
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
STORMBOARD_ADD_A_FAVORITE_STARTool to add a favorite star to a Storm on the Dashboard. Use when you need to mark a Storm as a favorite.
Input parameters
The unique identifier of the Storm to add to favorites.
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
STORMBOARD_CHECK_AUTHENTICATIONTool to verify API key authentication validity. Use when you need to test if the API credentials are valid and properly configured.
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
STORMBOARD_CLOSE_A_STORMTool to close an open Storm, making it read-only. Use when you need to prevent further changes to a Storm. Only the Storm creator or a Storm administrator can close a storm.
Input parameters
The unique identifier of the storm to close. You must be the Storm creator or a Storm administrator to close a storm.
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
STORMBOARD_CREATE_A_LINE_CONNECTORTool to create a line connector between two ideas. Use when you need to establish a connection between a pair of ideas on the Storm board.
Input parameters
The unique identifier of the destination idea where the connector ends.
The unique identifier of the source idea where the connector originates.
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
STORMBOARD_CREATE_A_NEW_CHAT_MESSAGESTool to create a new chat message in a Stormboard storm. Use when you need to post a message to a specific storm's chat.
Input parameters
The content of the chat message to be posted.
The unique identifier of the storm where the chat message will be created.
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
STORMBOARD_CREATE_A_NEW_STORMTool to create a new Storm in Stormboard for interactive planning and collaboration. Use when you need to create a digital workspace for brainstorming, planning, or team collaboration.
Input parameters
Storm type. Must be one of: 'personal', 'student', 'educator', or 'team'. If 'team' is selected, teamId must also be provided.
The title of the Storm. This is a required field.
The team's unique id. Required if the 'plan' parameter is set to 'team'. You must be a Storm Administrator on this team to create Storms.
Show where each user is in realtime on the Storm wall with an avatar and name. Optional boolean flag.
The description or goals of the Storm. Optional field to provide context about the Storm's purpose.
Show the idea creator's avatar on the corner of the idea. Optional boolean flag.
Number of votes per user. Must be between 0 and 100. Defaults to 10 if not specified.
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
STORMBOARD_CREATE_A_NEW_TAGTool to create a new tag in a Storm without any data related to Ideas. Use when you need to add a new tag to a Storm's tag collection.
Input parameters
The name of the tag to create.
The unique identifier of the Storm to create a tag in.
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
STORMBOARD_CREATE_A_NEW_USERTool to create a new user account in Stormboard. An email will be sent to the newly created user asking them to verify their account. Use when you need to add a new user to the system.
Input parameters
The email address for the new user. Must be a valid email format. An email will be sent to this address asking the user to verify their account.
The last name of the new user.
The password for the new user account. Should meet security requirements.
The username for the new user account. Must be unique.
The first name of the new user.
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
STORMBOARD_CREATE_AN_IDEATool to create a new idea in an existing Stormboard storm. Use when you need to add ideas, notes, or items to a storm with specific content and details.
Input parameters
The content or description of the idea.
The name or title of the idea.
Optional type of the idea. Must be one of: text, document, image, indexcard, video, whiteboard.
Optional color for the idea (e.g., hex color code or color name).
The Storm ID where the idea will be created. This is the unique identifier of the storm.
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
STORMBOARD_CREATE_TAG_DATA_FOR_AN_IDEATool to update tag data for an idea. Any tag not in the change list remains unchanged. Tags not found in the Storm are created automatically with the provided tag data applied.
Input parameters
Dictionary of tag key-value pairs to apply to the idea. Tags not in this list remain unchanged. Tags not found in the Storm will be created automatically.
The unique identifier of the idea to update tags for.
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
STORMBOARD_DECLINE_A_STORM_INVITETool to decline a Storm invitation and remove it from your list. Use when a user wants to reject an invitation to join a Storm.
Input parameters
The unique identifier of the Storm invitation to decline.
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
STORMBOARD_DELETE_A_CONNECTOR_BETWEEN_IDEASTool to delete a line connector between two ideas. Use when you need to remove a connection between a pair of ideas on the Storm board.
Input parameters
The unique identifier of the destination idea where the connector ends.
The unique identifier of the source idea where the connector originates.
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
STORMBOARD_DELETE_A_SPECIFIC_CONNECTORTool to delete a line connector using the connector ID. Use when you need to remove a specific connector from the Storm board.
Input parameters
The unique identifier of the connector to delete.
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
STORMBOARD_DETAILSTool to retrieve detailed information about a specific Storm. Use when you need to get complete Storm details including metadata, settings, and configuration.
Input parameters
The unique identifier of the Storm to retrieve.
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
STORMBOARD_DUPLICATE_A_STORMTool to duplicate an existing Storm. Use when you need to create a copy of a Storm with all its content.
Input parameters
The unique identifier of the Storm to duplicate.
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
STORMBOARD_GET_A_LIST_OF_CONNECTORS_IN_A_STORMTool to retrieve a list of connectors within a specific Storm. Use when you need to access relationship data between ideas or elements in a Storm.
Input parameters
The unique identifier of the Storm to retrieve connectors from.
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
STORMBOARD_GET_A_LIST_OF_IDEASTool to retrieve all ideas from a Storm. Returns a list of ideas, but Files, Images, and Whiteboards do not contain their corresponding data at this time. Use when you need to get an overview of all ideas in a Storm.
Input parameters
The unique identifier of the Storm to retrieve ideas from.
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
STORMBOARD_GET_A_LIST_OF_PARTICIPANTSTool to retrieve a list of all participants in a Storm. Use when you need to see who has access to a specific Storm and their roles.
Input parameters
The unique identifier of the Storm to retrieve participants from.
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
STORMBOARD_GET_A_LIST_OF_STORMS_INVITESTool to retrieve a list of storms that you have been invited to. Use when you need to see pending storm invitations for the authenticated user.
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
STORMBOARD_GET_A_LIST_OF_TAGS_IN_THE_STORMTool to retrieve the list of tags that have been created in a Storm. Use when you need to view all tags available in a specific Storm. Note that tag data for individual ideas is not available through this endpoint.
Input parameters
The unique identifier of the Storm to retrieve tags from.
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
STORMBOARD_GET_A_LIST_OF_YOUR_STORMSTool to retrieve a list of storms from Stormboard. Use when you need to browse or access available storms in the user's 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
STORMBOARD_GET_AUTHENTICATION_INFOTool to retrieve authentication information and API token for the authenticated user. Use when you need to get authentication details or verify API access credentials.
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
STORMBOARD_GET_CHAT_MESSAGESTool to retrieve a list of chat messages from a Stormboard storm. Use when you need to view the chat history for a specific storm.
Input parameters
The unique identifier of the storm to retrieve chat messages from
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
STORMBOARD_GET_IDEA_DATATool to retrieve detailed data and metadata for a specific idea. Use when you need to fetch information about an idea including its content, position, creator, votes, comments, and associated task details.
Input parameters
The unique identifier of the idea to retrieve
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
STORMBOARD_GET_INFO_ABOUT_YOUR_USERTool to retrieve authenticated user profile information. Use when you need to get the current user's details like name, email, or account metadata.
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
STORMBOARD_GET_MY_STORM_ACCESSTool to check if the authenticated user has access to a Storm and retrieve their permission level. Use when verifying user permissions for a specific Storm. Returns 401 error if user lacks access.
Input parameters
The unique identifier of the Storm to check access for.
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
STORMBOARD_GET_STORM_TEMPLATETool to retrieve template data for a Storm including all sections and subsections. Use when you need to get the organizational structure and template configuration of a Storm.
Input parameters
The unique identifier of the Storm to retrieve template data from.
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
STORMBOARD_GET_TAG_DATA_FOR_AN_IDEATool to retrieve tag data for a specific idea in Stormboard. Use when you need to view all tags associated with a particular idea.
Input parameters
The unique identifier of the idea to retrieve tags for.
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
STORMBOARD_GET_UNREAD_CHAT_MESSAGESTool to retrieve unread chat messages from a specific Storm. Use when you need to check for new messages in a Storm's chat.
Input parameters
Unique identifier of the Storm to retrieve unread chat messages from
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
STORMBOARD_INVITE_PARTICIPANTSTool to invite people to join a Storm by email. Use when you need to add new participants to a Storm.
Input parameters
The unique identifier of the Storm to invite participants to.
List of email addresses of participants to invite to the Storm.
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
STORMBOARD_JOIN_A_STORMTool to join a Storm using its ID and access key. Use when a user wants to add themselves to a Storm's participant list.
Input parameters
The unique identifier of the Storm to join.
The access key required to join the Storm.
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
STORMBOARD_MARK_CHAT_MESSAGES_AS_READTool to mark all chat messages as read in a Storm. Use when you need to mark all unread chat messages in a specific Storm as read.
Input parameters
The unique identifier of the Storm whose chat messages should be marked as read.
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
STORMBOARD_REMOVE_A_FAVORITE_STARTool to remove a favorite star from a Storm on the Dashboard. Use when you need to unmark a Storm as a favorite.
Input parameters
The unique identifier of the Storm to remove from favorites.
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
STORMBOARD_RE_OPEN_A_STORMTool to reopen a closed Storm. Use when you need to reopen a previously closed Storm. Note: You must be a Storm administrator or the team owner to perform this action.
Input parameters
The unique identifier of the Storm to reopen. You must be a Storm administrator or the team owner to reopen a Storm.
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
STORMBOARD_UPDATE_A_LINE_CONNECTORTool to update a specific line connector between two ideas. Use when you need to modify the label or style properties of an existing connector.
Input parameters
Updated label text for the connector
Style configuration for the line connector
Unique identifier of the connector to update
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
STORMBOARD_UPDATE_NOTIFICATIONSTool to update user notification preferences. Use when you need to enable or disable email notifications for the authenticated user.
Input parameters
Enable or disable email notifications. Set to true to enable email notifications, false to disable them.
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
STORMBOARD_UPDATE_SECTION_IN_STORMTool to update a section's title, description, and/or character in a Storm. Use when you need to modify section properties. Note: You must be a Storm administrator to perform this action.
Input parameters
The new name/title for the section.
The unique identifier of the storm containing the section. You must be a Storm administrator to update sections.
The character attribute for the section.
The updated description for the section.
The index position or identifier of the section to update.
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
STORMBOARD_UPDATE_STORM_LEGENDTool to update the color labels of the legend for a storm. Use when you need to customize the legend labels for storm items. You must be the storm creator or a storm administrator to perform this action.
Input parameters
Custom label for the red color in the legend
Custom label for the blue color in the legend
Custom label for the green color in the legend
Custom label for the orange color in the legend
Custom label for the purple color in the legend
Custom label for the yellow color in the legend
Unique ID of the storm to update the legend for. You must be the storm creator or a storm administrator.
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
STORMBOARD_UPDATE_YOUR_PROFILETool to update your user profile information. Use when you need to modify the authenticated user's first name or last name.
Input parameters
The user's last name to update.
The user's first name to update.
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
STORMBOARD_VERIFY_YOUR_ACCOUNTTool to verify a Stormboard account using a verification code. Use when you need to confirm account ownership or complete the account verification process.
Input parameters
The verification code received for account verification
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 95 agents privately built on Nagent that already use Stormboard.
Build on Nagent
Connect Stormboard 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 Stormboard, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Stormboard is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Stormboard is connected, you configure its 41 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Stormboard 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 Stormboard event fires, the agent kicks off automatically.
Every Stormboard 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 Stormboard ships with 41 pre-built productivity actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Stormboard together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Stormboard-based workflows tailored to your business.