Create your 1st workflow
Create a simple Hexabot workflow, add your first action, and test it locally.
Last updated
Was this helpful?
Create a simple Hexabot workflow, add your first action, and test it locally.
Create a simple workflow in a few minutes.
In this guide, you will:
Create a workflow
Add your first action
Test the result
If you still need a local project, start with Installation.
A workflow defines how Hexabot starts and what it does next.
You can use workflows for:
Conversations with users
Manual tasks started on demand
Scheduled automations
Each workflow is made of steps. Each step uses an action to send messages, trigger an AI agent to call tools, or update data.
You can build a workflow visually, edit it in YAML, or use both. Hexabot keeps them aligned.
Your first workflow only needs two parts:
Step — what the workflow does
Action — the capability used by a step
That same pattern scales to more advanced use cases.
You can add:
More steps
Conditions, loops and branching
AI agents and memory
Reusable bindings
Open the YAML editor to see the workflow definition.

You do not need to write YAML to get started. It becomes useful as workflows grow.
Review the platform overview in Overview
Learn the editor basics in Using the Workflow Editor
Explore workflows across channels, actions, bindings, and memory
Last updated
Was this helpful?
Was this helpful?