> ## Documentation Index
> Fetch the complete documentation index at: https://greenteagentic.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipes

> Save a brew configuration once, reuse it forever.

A **Recipe** is a saved brew configuration. After a brew finishes, you can archive its inputs (title, goal, tone, format, context template) as a recipe — then re-run with new context anytime.

## Shape

| Field           | Type                                                             |
| --------------- | ---------------------------------------------------------------- |
| `id`            | uuid                                                             |
| `user_id`       | uuid                                                             |
| `name`          | text                                                             |
| `brew_type`     | enum                                                             |
| `description`   | text                                                             |
| `recipe_config` | jsonb — `{ title, goal, tone, output_format, context_template }` |

## When to save one

* The brew produced exactly what you wanted and you'll repeat it
* You want a team-shareable workflow (e.g. "Weekly competitive scan")
* You want to standardize tone/format across many brews
