Project Templates
Built-in and workspace-authored project scaffolding templates.
3 tools
# list_project_templates
List available project templates (built-in + workspace-authored).
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
# create_project_template
Create a new workspace project template, optionally seeded from an existing one.
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| slug | string | ● | URL-safe slug (lowercase, alphanumeric, hyphens) |
| name | string | ● | Human-readable name |
| description | string | — | Optional description |
| based_on | string | — | Source to copy initial files from (e.g. builtin:default). Defaults to builtin:default. |
# delete_project_template
Delete a workspace-authored project template. Built-in templates cannot be deleted.
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| slug | string | ● | Template slug |