Adding a node
Toolbar pills at the top:+ agent, + data, + action, + condition, + approval. Click one to add a node of that type. It appears at the bottom of the current graph and is auto-selected.
Selecting a node
Click any node on the canvas. The Inspector panel on the right shows its config.Node configs (Inspector)
Connecting nodes
Drag from a node’s bottom handle to another node’s top handle. Xura executes edges in the order they were created.Deleting a node
Select the node → Delete node pill (bottom-right of the toolbar, red). Also removes any edges connected to it.Interpolation in action args
Action node args can reference the previous step’s output using{{prev.field}} syntax:
Iteration (
{{prev.rows[*]}}) is a planned feature. For now, actions run once per node with scalar substitution — for true fan-out (N emails, N tickets), you need one action node per target, or a forEach wrapper (roadmap).