Overview
Note: Workflows are in Preview The Workflows API is currently in a preview state. This means it is stable and usable, but there may be breaking changes in future releases as we gather feedback and refine the developer experience.
Build powerful, type-safe AI workflows. Go from a simple chain of functions to a complex, multi-step process that combines your code, AI models, and conditional logic with ease.
What are Workflows?
A workflow is a chain of steps. Each step does something and passes its result to the next step.
workflow = step1 → step2 → step3 → result
That's it. The power comes from what each step can do: run code, call AI, make decisions, run in parallel.