Workflows
Enterprise+Multi-step prompt chains for complex tasks
Why this matters
Chain multiple prompts together into automated workflows. The output of one step feeds into the next -- turning complex, multi-step tasks into a single click.
How it works
A workflow is an ordered sequence of prompt steps. Each step has its own prompt template, provider, and model. When you run a workflow, each step executes in sequence with the previous step's output available as context.
Creating a workflow
1. Go to Workflows from the sidebar.
2. Click "New Workflow".
3. Add steps, each with a name and prompt.
4. Use {{previous_output}} to reference the prior step's result.
5. Save and run.
Example: Research to Report
Step 1: "Summarize the key points from this article: {{input}}"
Step 2: "Based on this summary, identify 3 actionable insights: {{previous_output}}"
Step 3: "Write an executive brief with these insights for the leadership team: {{previous_output}}"
One click turns raw research into a polished executive brief.
Ready to try workflows?
Start Free