# Exec:Templates

**Page:** api/exec-templates

[Download Raw Markdown](./api/exec-templates.md)

---

## API Endpoints Summary

- **GET** `/api/v1/exec/templates/list` — List Templates
- **GET** `/api/v1/exec/templates/preview` — Preview Template
- **POST** `/api/v1/exec/templates/generate` — Generate From Template
- **POST** `/api/v1/exec/templates/create-custom` — Create Custom Template
- **PUT** `/api/v1/exec/templates/update-custom/:name` — Update Custom Template
- **DELETE** `/api/v1/exec/templates/delete-custom/:name` — Delete Custom Template

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```