> ## 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.

# Introduction

> Green Teagentic is a calm, agentic workspace for turning messy ideas into useful outputs.

<Frame>
  <img src="https://mintcdn.com/greenteagentic/WlFPIgVhzXFIHp9r/images/hero-terminal.png?fit=max&auto=format&n=WlFPIgVhzXFIHp9r&q=85&s=21c56de01e5b5c3f2a5896e4019c98d9" alt="Green Teagentic — a workflow orchestration platform" width="1920" height="814" data-path="images/hero-terminal.png" />
</Frame>

## What is Green Teagentic?

Green Teagentic is an **agentic research and context-brewing workspace**. Instead of dropping you into a blank chat box, it gives you a small set of structured workflows — **Brews** — that turn raw inputs (notes, links, tasks, drafts, goals) into calm, well-organized outputs.

Think of it as a **tea ceremony for agentic AI**: each brew steeps through five named stages, owned by specialized agents, and pours out a polished result you can refine, rerun, share, or save as a reusable **Recipe**.

## Why brews instead of chat?

Plain chat is great for exploration, but bad at:

* consistent structure
* repeatable workflows
* separating *drafting* from *critique* from *polish*
* carrying context between sessions

Brews fix this by enforcing:

1. A **typed input** (title, goal, context, tone, format)
2. A **deterministic five-stage pipeline** (Leaves → Steep → Taste → Pour → Archive)
3. A **typed JSON output** per brew type
4. A persistent **Cellar** of memory that compounds across brews
5. A reusable **Recipe** or **public share link** at the end

## The five brews

| Brew                | Use it when…                                      |
| ------------------- | ------------------------------------------------- |
| **Research Brew**   | You need a structured report on a topic           |
| **Prompt Brew**     | You want to generate and compare prompt variants  |
| **Strategy Brew**   | You're weighing options and need a recommendation |
| **Context Cleanse** | You have messy notes and want AI-ready context    |
| **Critique Brew**   | You have a draft and want it sharper, fast        |

## Wallet-native sign-in

Green Teagentic uses **Solana wallet sign-in** (Phantom, Solflare, and other Wallet Standard wallets). No email, no password — connect your wallet, sign a one-time message, and your Cellar follows you across sessions.

## What compounds over time

* **The Cellar** — durable facts, preferences, patterns, and glossary terms auto-distilled from every finished brew, then re-injected into future brews.
* **Recipes** — saved brew configurations you can re-run with new context.
* **Public share links** — read-only URLs for any finished brew, perfect for sharing with collaborators who don't have an account.

## What's next?

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Brew your first cup in under 2 minutes.
  </Card>

  <Card title="Brews explained" icon="mug-hot" href="/concepts/brews">
    Deep dive on the brew model.
  </Card>

  <Card title="The pipeline" icon="diagram-project" href="/concepts/pipeline">
    How Leaves → Steep → Taste → Pour → Archive works.
  </Card>

  <Card title="Architecture" icon="layer-group" href="/reference/architecture">
    Stack, routing, and server functions.
  </Card>
</CardGroup>
