Skip to main content

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.

A Brew is one full run of the agent pipeline against your inputs. Each brew has:
FieldTypeNotes
iduuidPrimary key
user_iduuidOwner — RLS scoped
titletextHuman-friendly name
brew_typeenumresearch | prompt | strategy | cleanse | critique
goaltextWhat good output looks like
contexttextRaw leaves (notes, links)
tonetexte.g. calm, precise
output_formattextbullets, report, json, etc.
statusenumsteeping | ready
final_outputjsonbOutput of the Pour stage
tea_scoreint0–100 quality score from the Critic

Lifecycle

created → steeping → (stages run) → ready
                                  ↘ refined  (new brew_outputs row)
                                  ↘ rerun    (steps reset, status → steeping)
                                  ↘ archived as recipe
                                  ↘ shared   (public read-only /b/<slug>)
                                  ↘ distilled into Cellar (memory entries)
Critique Brews skip the Steep stage — your supplied draft is the draft. The pipeline runs Leaves → (skip Steep) → Taste → Pour → Archive.

Output shapes

Each brew type has a typed JSON output schema. See Pipeline for per-type schemas.