create_component_instance
Create an instance of a Figma component by specifying position and optional parent or component identifiers.
Instructions
Create an instance of a component in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position | |
| y | Yes | Y position | |
| parentId | No | Optional parent node ID to append the instance to | |
| componentId | No | Node ID of a local component to instantiate | |
| componentKey | No | Key of the component to instantiate (for published components) |