Build
Build multi-step workflows agents can execute
Design structured workflows where agents handle each step. Some tasks need more than a single query — they need a process. Define the steps, what the agent does at each stage, what tools it calls, and what comes next. You design the flow; the agent executes it.
Build agent-led user journeys for specific tasks
Build agent-led workflows for onboarding, compliance, coaching, and approval routing. Define what happens at each step — what the agent asks, what tools it calls, what the user sees, and what triggers the next step. Deploy them in chat or via API.
Agentic workflow step types
Define what happens at each step. Add tools so agents can search, fetch data, generate content, or call external APIs. Build conditional logic — if the user answers X, go to step 2; if Y, skip ahead. You decide the structure; the agent executes the flow.
Variables
Carry context across steps with variables. Capture the user's goal in step 1, pass it to step 2's search, reference it in step 3's recommendation. You control what data flows between steps.
Publish to chat
Surface workflows in chat as action cards. Users see available workflows — "Generate contract summary," "Run financial analysis" — and trigger them with one click. You control which workflows are discoverable.
Preview
Preview the full workflow in real-time before deploying. See each step execute, watch the agent's reasoning, and spot issues before users do.