# App:Recipes

**Page:** api/app-recipes

[Download Raw Markdown](./api/app-recipes.md)

---

## API Endpoints Summary

- **GET** `/api/v1/run/recipes` — List saved launch recipes
- **POST** `/api/v1/run/recipes` — Create a saved recipe
- **GET** `/api/v1/run/recipes/{name}` — Get a saved recipe
- **PATCH** `/api/v1/run/recipes/{name}` — Update a saved recipe
- **DELETE** `/api/v1/run/recipes/{name}` — Delete a saved recipe
- **POST** `/api/v1/run/recipes/{name}/search` — Search using a saved recipe
- **POST** `/api/v1/run/recipes/{name}/run` — Run using a saved recipe

## CLI

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