Surfaces
Web app
The visualization, approval, and team-management surface at oxygen-agent.com.
The web app at https://oxygen-agent.com is the visual companion to the CLI and MCP. Use CLI/MCP to execute GTM work; use the web app to inspect, approve, retry, edit, and explain the resulting workspace state.
What the web app is for
| Use the web for | Use CLI/MCP for |
|---|---|
| Browsing tables and cells | Creating tables, importing files, adding columns |
| Inspecting run timelines, failed items, and provider summaries | Triggering runs and retries |
| Reviewing paid or external-write scope before live work | Building the dry-run or preview |
| Editing workspace context with a form | Resolving context for an agent task |
| Managing team membership, billing, and integrations | Running table, tool, and workflow commands |
Deep-links
Inspectable CLI/MCP responses include a web_url field. Open it to inspect the same state visually.
| Resource | URL pattern |
|---|---|
| Table | oxygen-agent.com/workspaces/<workspace-id>/tables/<table-id> |
| Run | oxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>/runs/<run-id> |
| Workflow | oxygen-agent.com/workspaces/<workspace-id>/workflows/<workflow-id> |
| Workflow run | oxygen-agent.com/workspaces/<workspace-id>/workflows/<workflow-id>/runs/<run-id> |
| Context | oxygen-agent.com/context |
| Integrations | oxygen-agent.com/connections |
| Billing | oxygen-agent.com/billing |
| Observability | oxygen-agent.com/observability |
Authentication
The web app uses the same user identity and organizations as the CLI and MCP connector. Organizations created in the web app are the same organizations returned by:
oxygen orgs list --jsonEnvironments
Most users should use production:
| Environment | URL | CLI |
|---|---|---|
| Production | https://oxygen-agent.com | oxygen |
| Developer testing | https://dev.oxygen-agent.com | oxygen-dev |
oxygen-dev is for Oxygen developers and dev workspaces. Customer-facing work should use oxygen.