instantiate_template_assets
Turn template assets into scene entity hierarchies by instantiating them. Use to add template-based objects, returning summaries of created entities.
Instructions
Instantiate template assets into the scene, creating entity hierarchies from them. Returns the created entity summaries. When NOT to use: for non-template assets (only type="template" assets can be instantiated) or to build an entity from scratch (use create_entities).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Template asset ids to instantiate | |
| index | No | Insertion index under the parent | |
| parentId | No | Parent entity resource_id; defaults to the scene root |