create_section
Creates a canvas-level container to group and label regions of a page (e.g., flows or screen sets). Sections nest in pages or other sections, not in frames.
Instructions
Create a section: a canvas-level container for grouping and labelling regions of a page (e.g. flows or screen sets). Sections sit on a page or nest inside another section, but not inside a frame; for a UI container or auto-layout use create_frame instead. Returns { ok, nodeId, name, type }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position in the parent | |
| y | No | Y position in the parent | |
| name | No | Section name | |
| width | No | Width in px | |
| height | No | Height in px | |
| parentId | No | Parent page or section id (default: current page) |