OXYGENOxygen/ Docs
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 forUse CLI/MCP for
Browsing tables and cellsCreating tables, importing files, adding columns
Inspecting run timelines, failed items, and provider summariesTriggering runs and retries
Reviewing paid or external-write scope before live workBuilding the dry-run or preview
Editing workspace context with a formResolving context for an agent task
Managing team membership, billing, and integrationsRunning table, tool, and workflow commands

Inspectable CLI/MCP responses include a web_url field. Open it to inspect the same state visually.

ResourceURL pattern
Tableoxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>
Runoxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>/runs/<run-id>
Workflowoxygen-agent.com/workspaces/<workspace-id>/workflows/<workflow-id>
Workflow runoxygen-agent.com/workspaces/<workspace-id>/workflows/<workflow-id>/runs/<run-id>
Contextoxygen-agent.com/context
Integrationsoxygen-agent.com/connections
Billingoxygen-agent.com/billing
Observabilityoxygen-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 --json

Environments

Most users should use production:

EnvironmentURLCLI
Productionhttps://oxygen-agent.comoxygen
Developer testinghttps://dev.oxygen-agent.comoxygen-dev

oxygen-dev is for Oxygen developers and dev workspaces. Customer-facing work should use oxygen.

On this page