nodes.add
Add workflow nodes to Circuitry's visual platform for creating flowcharts, diagrams, and data visualizations. Specify node type, position, and configuration.
Instructions
Add a new node to the workflow.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Node type to create (start, agent, code, datagrid, text, image, chart, condition, loop, then, trigger, action, sticky, flow, web, terminal, scene3d) | |
| position | No | Position {x, y} on canvas | |
| name | No | Display name for the node | |
| config | No | Node-specific configuration |