Public beta preview — you're seeing the sneak peek
Build an agent. Guuey runs it
Bring a system prompt, a model, and the MCP servers your agent needs. Guuey hosts it on isolated, always-on infrastructure, streams every conversation in real time, and puts it in front of users — no agent loop, no polling, no servers to babysit.
Get started
Getting startedZero to a deployed, live agent in minutes — no code required.
Tutorials
Your first agentic appScaffold a code-mode agent, run the whole stack locally, and deploy it — step by step with real output.
Ship a product shellThe agentic-app template: your product's pages with an agent rail built into the sidebar, and a QR straight to mobile.
Start from TrimlyFork the open-source app behind the live salon demo and re-brand it into your own.
Build with code
CLIThe code path: scaffold locally, bring your own framework code, guuey deploy.
Agents as codeKeep guuey.json in your repo and converge the hosted agent from CI — one idempotent apply, hashes to gate on, provenance you can read back.
Run
Hosting & runtimeAn isolated runtime per app, always-on pods, SSE streaming, persisted conversations.
State & memoryManaged history, a per-user KV store, per-user files, consent-gated profiles — durable storage rolling out per environment.
Plans & billingPer-app plans and the 7-day trial, pod sizes and scaling, metered usage, and spending caps.
Distribute
Embed & shareOne script tag puts the chat widget on your own site; share links give anyone a hosted chat page.
Your own domainServe your agent from a hostname you own — one CNAME for a subdomain (root domains work too), automatic verification and TLS.
Chat surfaces
Drop-in chat UIMount @guuey/chat and get the transcript UI Guuey's own surfaces use — streaming, tools, generative-UI cards, every failure state designed.
Build your own surfaceThe @guuey/agent-client SDK: streaming, status, and continuity for a fully custom chat UI.
Identity & sign-in
Identity & sign-inHow visitors sign into your agent — Guuey sign-in out of the box, your own identity endpoint, or a redirect to your identity provider.
Concepts
How hosting worksThe machine underneath your app: one long-running pod per app, fixed sizes, per-user pinning, pause and resume. More concepts in the sidebar.
How billing worksPer-app subscriptions, the trial state machine, the four usage meters, and what the spending cap does and does not bound.
Product
Use the ConsoleOperate every agent you host — deployments, sessions, logs, tools, design, users, and billing in one place.
Use PortalThe agent App Store and universal chat client where users find and talk to your agent.
Reference
Generative UI (ggui)Agents that keep the default MCP server reply with interactive screens, not just text.
Security & isolationHow Guuey isolates workloads, guards credentials, and deletes data — the mechanisms.
API & contract stabilityWhat you can build on today, and the compatibility posture Guuey's contracts take at general availability.
What wraps your promptThe exact text the platform adds around your system prompt — published verbatim, checked against source on every build.
Where things live: guuey.com is the platform — the Console, Portal, hosting, these docs. 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, or see the machine-readable surface.