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

# Toorow Documentation

> Technical documentation for toorow, the sovereign MCP control plane for governed marketing analytics and AI agents.

Welcome to the **toorow** technical documentation. toorow is a sovereign marketing data platform engineered for artificial intelligence agents and platform engineers, utilizing the **Model Context Protocol (MCP)**.

***

## 📚 Product & AI Agent Documentation

Explore how toorow unifies marketing data, enforces semantic governance, and exposes governed FastMCP tools for AI agents.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Product overview, key capabilities, and strategic direction.
  </Card>

  <Card title="Supported Connectors" icon="grid-2" href="/supported-connectors">
    Explore the 37 pre-built connector modules (GA4, Meta, Shopify, Stripe, etc.).
  </Card>

  <Card title="MCP Host Integration" icon="network-wired" href="/mcp-host-integration">
    Connect external LLM host clients (Claude Desktop, Cursor, Antigravity).
  </Card>

  <Card title="FastMCP Agent Tools" icon="wrench" href="/agent-tools">
    Exhaustive API reference for FastMCP data tools exposed to AI agents.
  </Card>

  <Card title="MCP App Use Cases" icon="layer-group" href="/use-cases-library">
    Interactive workflows rendering embedded React/TypeScript UI widgets.
  </Card>

  <Card title="Agent Context & Metadata" icon="database" href="/agent-context">
    Dynamic schema discovery and business context event annotations.
  </Card>

  <Card title="Universal Datastreams" icon="arrows-rotate" href="/universal-datastreams">
    Real-data ingestion pipelines across APIs, BigQuery, and managed feeds.
  </Card>

  <Card title="File-Source Ingestion" icon="file-spreadsheet" href="/file-source-ingestion">
    Ingesting media plans, audience panels, and TGI extracts.
  </Card>

  <Card title="Semantic Layer & Marts" icon="cubes" href="/semantic-layer">
    Canonical daily fact surface (`fact_daily_kpi`) and dbt ratio views.
  </Card>

  <Card title="Anomaly Detection" icon="chart-line" href="/anomaly-detection-method">
    Surveillance methodology, baseline stats, and z-score alert thresholds.
  </Card>

  <Card title="Agentic Daily Insights" icon="sparkles" href="/agentic-daily-insights">
    Automated morning briefings and narrative insights synthesis.
  </Card>

  <Card title="Agent Rules" icon="scroll" href="/agent-rules">
    System instructions and behavioral invariants for LLMs.
  </Card>
</CardGroup>

***

## 🛠️ Self-Hosted & Infrastructure (Tab: Self-Hosted)

Deploy and operate toorow on your own infrastructure or cloud environment.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install and run toorow locally in under 5 minutes.
  </Card>

  <Card title="Prerequisites" icon="list-check" href="/prerequisites">
    Cloud accounts, GCP infrastructure, and local dev tooling.
  </Card>

  <Card title="Self-Hosting Guide" icon="server" href="/self-hosting">
    Production deployment steps and complete `.env` variable reference.
  </Card>

  <Card title="Cloud Hosting" icon="cloud" href="/cloud-hosting">
    Maintainers' production GCP Cloud Run architecture and scale-to-zero settings.
  </Card>

  <Card title="Platform Constraints" icon="shield-check" href="/constraints">
    Security checklists, zero-telemetry rules, and architectural invariants.
  </Card>

  <Card title="Adding a Connector" icon="plug" href="/adding-a-connector">
    Scaffold a new connector module with step-by-step Mailgun walkthrough.
  </Card>

  <Card title="Repository Boundary" icon="folder-tree" href="/repository-boundary">
    Public application projection vs. private workspace rules.
  </Card>
</CardGroup>
