A Brew is one full run of the agent pipeline against your inputs. Each brew has: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.
| Field | Type | Notes |
|---|---|---|
id | uuid | Primary key |
user_id | uuid | Owner — RLS scoped |
title | text | Human-friendly name |
brew_type | enum | research | prompt | strategy | cleanse | critique |
goal | text | What good output looks like |
context | text | Raw leaves (notes, links) |
tone | text | e.g. calm, precise |
output_format | text | bullets, report, json, etc. |
status | enum | steeping | ready |
final_output | jsonb | Output of the Pour stage |
tea_score | int | 0–100 quality score from the Critic |
Lifecycle
Leaves → (skip Steep) → Taste → Pour → Archive.