Flows chain multiple apps together.
Why flows?
Some tasks need multiple steps:
code
1Generate image → Upscale → Remove background → ResizeInstead of running each manually, create a flow that does all four.
How flows work
code
1Input → App A → App B → App C → OutputEach app's output becomes the next app's input.
Creating flows
Use the visual editor:
- Drag apps onto the canvas
- Connect outputs to inputs
- Run the whole thing
Flows as tools
Once created, a flow can be:
- Run directly from the workspace
- Added as an agent tool
- Deployed as a standalone app
Next
→ Agents