For Developers
Add a Guuey agent
to what you already ship.
Hosted ggui server, SDK, dashboard. No infra, no pager. Bring your own LLM key or use hosted credits. Ship in an afternoon.
Hosted
No servers.
MCP endpoint at a hosted URL. Sessions persist, replay on reconnect, fan out to subscribers.
SDK
One import.
@ggui-ai/mcp-client + React SDK. Plug it into any agent runtime you already use.
Dashboard
Keys, usage, logs.
platform.guuey.com — real control plane. Create apps, rotate keys, watch invocations.
Install
Two lines. One connection.
npm install @ggui-ai/mcp-client
import { GguiClient } from "@ggui-ai/mcp-client";
const ggui = new GguiClient({ apiKey: process.env.GUUEY_KEY });
const response = await ggui.generate({
intent: "show me this month's expenses",
context: { userId },
});Get your key from platform.guuey.com. BYOK for LLM providers, or use hosted credits — swap per-app without redeploying.