Apply recipe
apply_recipeInstantiate a built-in TouchDesigner recipe by ID to create a complete, tested node network inside a parent COMP in one call, with auto-layout, verification, and preview.
Instructions
Instantiate a built-in recipe by id (from list_recipes) inside a COMP — a tested, ready-made network you can build in one call, then tweak. Creates a new baseCOMP under parent_path, adds and wires every node the recipe declares, exposes its controls, then auto-layouts, verifies, and previews. Returns a summary plus a JSON block with the container path, all created node paths, the output path, the recipe id, exposed controls, any node errors, warnings, and an inline preview image. Returns a friendly error listing available ids if id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recipe id to build (see list_recipes). | |
| parent_path | No | COMP to build the recipe inside. | /project1 |