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.Documentation Index
Fetch the complete documentation index at: https://greenteagentic.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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