Learn to create multi-step AI workflows with the visual editor
Variables allow you to make your workflows dynamic, passing data between steps and receiving input from the user.
Input variables are created in the Start node. They are requested from the user before the workflow execution.
Buffers store the output of a step to reuse it later. A buffer becomes available from the node immediately following the connected one.
User input, defined in the Start node
Output from previous steps, available in subsequent nodes
Tip: Drag variables directly into the prompt text to insert them in the correct position.