create_scene
Create a Session scene at a specified index. Plan the change with a dry run, then confirm with a token to execute.
Instructions
Plan or create a Session scene at an exact insertion index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Scene name. | |
| index | No | ||
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |