Use the Console
read as.mdThe Console, at platform.guuey.com, is where you create and operate the agents you host on Guuey. Whether an agent was created here or deployed from code with the CLI, it shows up here — with its deployments, sessions, logs, tools, design, users, domains, and billing.
Sign in with your Guuey account — the same one you use in Portal. A scope switcher in the top bar moves you between your personal space and any workspace you’re a member of; everything below (agents, registries, usage, billing, settings) is read in the active scope.
The sidebar map
Section titled “The sidebar map”The main sidebar has six sections:
| Section | What’s there |
|---|---|
| Home | Your agents as cards, with a jump into each |
| Agents | The full agent list and the create form — see Agents & deployments |
| MCP Registries | Workspace MCP server catalog, your hosted servers, and hosting billing — see Tools & MCP |
| Usage | Generations used this month, per agent — see Billing & workspaces |
| Billing | The wallet’s control tower: next invoice, invoice history, payment methods, credits, and every agent’s plan at a glance — see Billing & workspaces |
| Settings | Your profile, API keys, and workspace management — see Billing & workspaces |
An external link at the bottom of the sidebar opens these docs.
Inside an agent
Section titled “Inside an agent”Opening an agent swaps the sidebar for that agent’s own navigation, grouped the way you work:
- Agent — Overview and Playground → Agents & deployments
- Configure — Behavior, Tools, Design, Users → Agents & deployments, Tools & MCP, Design & distribution
- Distribute — Distribution, Embed, Domains → Design & distribution
- Monitor — Sessions, Deployments, Logs → Agents & deployments
- General — Billing and Agent Settings → Billing & workspaces, Agents & deployments
A dropdown above the navigation switches between your agents without going back to the dashboard.
Console and the CLI
Section titled “Console and the CLI”Two doors onto the same platform:
- The Console is where no-code agents are created — describe the agent and it deploys — and the shared operations surface for every agent (deployments, sessions, billing, domains, design).
- The CLI is the code path:
guuey deployships an agent defined inguuey.json(see Agents as code). The Console’s Redeploy button re-runs your most recent deploy; new configuration still comes from your project.
Truthful by policy
Section titled “Truthful by policy”Where a control isn’t built yet, the Console says so: sections that aren’t live render a labelled “coming soon” panel — often naming the CLI command or file that does the job today — rather than a form that silently does nothing. Editable controls are wired; where one saves a field the runtime doesn’t read yet (the Generated UI preset picker, the Adapters labels), the panel says so right beside it.
Platform health
Section titled “Platform health”Platform health lives at status.guuey.com — live checks on the Console, the CLI API, agent endpoints, and the MCP gateway. If the Console misbehaves, look there first.