Skip to main content
A workflow connects multiple agents in a sequence. The output of one agent becomes the input of the next, letting you automate complex, multi-step processes.

What workflows can do

Use workflows to automate processes like:
  • research → summarize → send email
  • monitor news → filter by topic → post to Slack
  • receive form submission → enrich lead → add to CRM
  • pull calendar → draft agenda → send to team

Build a workflow

1

Open Workflows

Click Workflows in the sidebar and then New Workflow.
2

Add steps

Add steps and assign an agent to each one.
3

Define the flow

Configure how each step connects to the next.
4

Save and run

Save the workflow. Run it manually or attach a trigger to automate it.

Example: daily news briefing

StepAgentAction
1MonitorSearches for news on a topic
2SummarizerCondenses results into bullet points
3SenderPosts the summary to Telegram

Workflows vs teams

WorkflowsTeams
StructureLinear (step A → step B)Collaborative
Task routingFixed, pre-definedDynamic, based on goal
Best forRepeatable processesTasks requiring judgment
Specialise each agent for its step — a focused agent performs better than a general one.

Next steps