batch_add_nodes
Add multiple workflow nodes in a single operation to reduce API calls and streamline workflow creation.
Instructions
Add multiple nodes at once. More efficient than multiple add_node calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | ||
| connections | No | Edges to create: [{source_idx|source_id, target_idx|target_id, source_handle?, target_handle?}] |