Manual Building
Full control over every node, connection, and execution flow.
The canvas is your visual workspace for building workflows.
Nodes
Boxes representing workflow steps. Click to configure.
Edges
Lines connecting nodes. Show data flow direction.
Data Flow Legend
green = incoming
blue = outgoing
Zoom controls
Bottom-left (+ / − and fit to screen)
CATEGORY
Trigger
Data sources
Logic
Output
Integrations
Exchanges
Drag from a node's output port (right side) to another node's input port (left side). Each connection creates an edge with a label (e.g., "data1", "trigger").
Click any node to open its configuration panel.
Nodes
Custom name for identification.
f(x) Toggle
Switch a field between static value and dynamic expression.
Expand Button
Opens larger editor for prompts and code.
Use Template
Pre-built code snippets (Function nodes).
Description
Optional note about the node’s purpose.
Custom name for identification.
Expression Format
{node_label.field.path}
Execution timestamp
Current price
{price_data.data.prices[0].current}
Array of positions
{portfolio.positions}
LLM response text
{llm_analysis.output}
Function return value
{my_function.result}
Generated chart URL
{chart.chartUrl}
Running Workflows
Click any node to open its configuration panel.
Run Now
Execute immediately
Auto-run Toggle
Enable or disable scheduled execution
Execution Logs
View run history, inputs, outputs, and errors