Experiment on the canvas
Build workflows on the Gen Canvas, try different models and prompts, batch variations, compare outputs, and keep iterating.
Publish a runner
Turn a workflow into a reusable page. User Input nodes become form fields, User Result nodes become outputs, and public workflows can charge a creator fee.
How workflows work
1
Build a workflow
Open the workflow canvas, add nodes, connect handles, and configure the model, prompt, file, tool, or utility settings each step needs.
2
Run and compare
Run one node while designing, or run the whole workflow. Use batches and choice nodes to test multiple prompts, models, files, or outputs side by side.
3
Expose inputs and results
Add User Input nodes for values people should fill in later, and User Result nodes for outputs the workflow should return.
4
Publish when it is reusable
Review the workflow, choose visibility and pricing, add examples, then publish a runner page. If you need automation, use the generated API reference.
Core concepts
Canvas
The workspace where you add nodes, wire handles, run experiments, and shape a reusable workflow.
Inputs and results
User Inputs become runner form fields. User Results become returned output fields.
Lists & single values
How one value, many values, batches, selections, and LLM list outputs change how often downstream nodes run.
Output parts
How completed runs return text, image, video, file, and JSON parts.
Optional API
Every published workflow has an API surface. Use it when the workflow should run outside the Blend AI UI.Build your first workflow
The canvas, nodes, handles, data types, and runnable chains.
API Reference
Full endpoint reference with request/response schemas and a live playground.