Zomg isn’t only a CLI. Every deployment includes built-in core apps for day-to-day operations: a dashboard for boxes and services, observability for logs and traces, data and base management, developer settings, and browser-first agent workflows. They run under the same Zomg deployment and can sit behind the same Google sign-in you use for internal apps, so the operational UI is already there when the cluster comes online.

Dashboard

Open https://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.
Zomg dashboard showing boxes, services, apps, and console actions
Core dashboard areas:
  • 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.
Zomg observability screen showing filtered logs, traces, and metrics
Use it when you need to answer practical questions:
  • 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?
Prefer the terminal? The same data is available from the CLI:
zomg observability traces my-box --agent claude --since 1h
More on this in Development → Agent observability.

Built-in core apps

Zomg ships the operational apps with the platform rather than treating them as separate add-ons.
Zomg core apps including data volumes, bases, settings, developer profile, and agent chat
  • 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.