Dashboard
Openhttps://dash.<domain> to manage the platform without leaving the browser. The dashboard covers the work you normally do with zomg: create boxes, inspect running boxes, open consoles, manage services, publish web UIs, attach data, and jump into code tools for a selected box.
- Boxes — create boxes, see status, inspect resources, open browser consoles, and launch code workflows.
- Apps — discover web UIs exposed by services running in a box.
- Services — start, deploy, publish, unpublish, and inspect long-running processes.
- Data — create persistent data volumes and attach them to boxes.
- Bases — manage reusable root filesystem templates for new boxes.
Logging and observability
The observability app is built in. It searches logs, traces, and deployment metrics across the selected environment, including telemetry from agent sessions. Claude Code and Codex runs export OpenTelemetry by default inside boxes, so you can audit what happened after a run instead of guessing from terminal scrollback.- Which box or service emitted an error?
- What did an agent run during the last hour?
- Which trace contains the slow span?
- Are logs, metrics, and traces reaching the observability stack?
Built-in core apps
Zomg ships the operational apps with the platform rather than treating them as separate add-ons.- Dashboard at
https://dash.<domain>for boxes, services, apps, data, bases, and settings. - Observability inside the dashboard for logs, traces, metrics, and agent run inspection.
- Agent chat at
https://agents.<domain>for browser-based agents that work inside real boxes. - Developer profile in dashboard settings for syncing Codex, Claude Code, and environment secrets into project user homes.
- Protected internal app access for dashboard routes, API routes, unpublished box URLs, and published apps when you enable Zomg auth.
Keep going
Internal apps
Protect dashboard, API, box URLs, and published apps with Google sign-in.
Coding agent auth
Use the developer profile to keep Codex and Claude Code signed in.
Development
Connect editors and agents, and read their traces.
Agent sandboxes
Give agents disposable boxes with real Linux environments.