---
title: Build an agent. Guuey runs it.
description: Guuey is an agent-hosting platform. Bring a system prompt, a model, and MCP servers — Guuey runs your agent on isolated infrastructure, streams conversations live, and puts it in front of users.
---

import { CardGrid, LinkCard } from "@astrojs/starlight/components";

<p class="guuey-eyebrow">Start here</p>

<CardGrid>
  <LinkCard
    title="Getting started"
    description="Zero to a deployed, live agent in minutes — no code required."
    href="/getting-started/"
  />
  <LinkCard
    title="Studio"
    description="The no-code builder: describe your agent, pick a model, deploy in one click."
    href="/studio/"
  />
  <LinkCard
    title="CLI"
    description="The code path: scaffold locally, bring your own framework code, guuey deploy."
    href="/cli/"
  />
</CardGrid>

<p class="guuey-eyebrow">Run</p>

<CardGrid>
  <LinkCard
    title="Hosting & runtime"
    description="Isolated sandboxes, scale-to-zero pods, SSE streaming, persisted conversations."
    href="/hosting/"
  />
  <LinkCard
    title="State & memory"
    description="Managed history, a per-user KV store, durable home directories, consent-gated profiles."
    href="/state-and-memory/"
  />
</CardGrid>

<p class="guuey-eyebrow">Distribute</p>

<CardGrid>
  <LinkCard
    title="Portal"
    description="The agent App Store and universal chat client where users find and talk to your agent."
    href="/portal/"
  />
  <LinkCard
    title="Generative UI (ggui)"
    description="Agents that keep the default MCP server reply with interactive screens, not just text."
    href="/protocol/"
  />
</CardGrid>

---

**Where things live:** [guuey.com](https://guuey.com) is the platform — Studio, Portal, hosting, these docs. [docs.ggui.ai](https://docs.ggui.ai) documents the open **ggui** generative-UI protocol and its SDKs; this site documents the platform.

Reading these docs as an LLM? Every page is also raw markdown at the same slug — start at [`/llms.txt`](/llms.txt), or see the [machine-readable surface](/agents/).