add_multiple_steps
Add an ordered batch of steps to a flow in one call, with a single undo entry. Avoids per-step round trips when recording multiple steps at once.
Instructions
Add a whole ordered batch of steps to a flow in one call/one undo entry -- same placement rules as add_step (end of the array by default, parentPath for a Conditional/Repeat/Iterate body), but avoids an add_step-per-step round trip when recording several steps at once, e.g. from a live exploration session where each live_run_step action gets a matching recorded step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | ||
| steps | Yes | ||
| flowId | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| parentPath | No |