Learn to create multi-step AI workflows with the visual editor
The editor provides different types of nodes to build your workflow:
Color: Green
The entry point of the workflow. Here you can define input variables that will be requested from the user before execution.
Color: Blue
The main processing node. Contains a prompt that will be sent to the AI. You can use variables and buffers within the prompt by dragging them from the properties panel on the right.
Color: Yellow
Allows adding notes and comments to the workflow, like a post-it. Useful for documenting parts of the flow or leaving reminders.
Color: Purple
Allows connecting external servers to the workflow. You can make HTTP calls to API endpoints and use the responses in subsequent nodes.
Color: Cyan
Allows searching and extracting data from websites. Useful for integrating external information into the processing flow.
Tip: You can delete a node by right-clicking on it and selecting "Delete" from the context menu.