How workflows work
- You create a workflow in the dashboard with a name, description, and detailed content.
- The agent sees available workflows as “skills” it can activate.
- When a user’s request matches a workflow, the agent uses the
generate_workflowtool to follow the defined steps.
Creating a workflow
Create a new workflow
Click New Workflow and fill in:
- Name — a short label the agent uses to identify the workflow (max 64 characters)
- Description — when the agent should activate this workflow (max 1024 characters)
- Content — the full step-by-step instructions (max 50K characters)
Example workflows
Refund request
Refund request
Guide the agent through collecting order details, verifying eligibility, and processing the refund via a custom action.
Onboarding
Onboarding
Walk new users through account setup, feature discovery, and initial configuration step by step.
Troubleshooting
Troubleshooting
Define a diagnostic flow: collect symptoms, check known issues, escalate if unresolved.
AI-assisted workflow generation
The dashboard includes an AI assistant that helps you draft workflow content. Describe what you want the workflow to do and the assistant generates the step-by-step instructions for you.Limits
| Resource | Limit |
|---|---|
| Workflows per project | 20 |
| Name length | 64 characters |
| Description length | 1024 characters |
| Content length | 50,000 characters |