OXYGENOxygen/ Docs
Surfaces

Web app

Inspect, approve, retry, and edit workspace state at oxygen-agent.com.

CLI and MCP execute; the web app at https://oxygen-agent.com shows the state they produced and lets you act on it.

Use the web forUse the CLI or 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
Reading and editing Knowledge Graph pagesResolving context for an agent task
Managing team membership, billing, and connectionsRunning table, tool, and workflow commands

Inspectable CLI and MCP responses carry a web_url. Open it to see the same state visually.

ResourceURL pattern
Tableoxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>
Table runoxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>/runs/<run-id>
Recordoxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>/records/<row-id>
Workflowoxygen-agent.com/workspaces/<workspace-id>/workflows/<workflow-id>
Workflow runoxygen-agent.com/workspaces/<workspace-id>/workflows/<workflow-id>/runs/<run-id>
Knowledge Graphoxygen-agent.com/knowledge, one page at /knowledge/pages/<slug>
Connectionsoxygen-agent.com/connections
Billingoxygen-agent.com/billing
Observabilityoxygen-agent.com/observability

/billing is a short URL that redirects to the Settings billing tab. /context redirects to /knowledge: the Context dashboard folded into the workspace wiki, and oxygen context resolve now returns a /knowledge link.

Knowledge Graph, Agents, Recipes, and Approvals appear in the sidebar only after an organization turns on Beta features under Settings → Beta features. The toggle controls sidebar visibility only — those routes and the CLI/MCP paths behind them stay reachable either way, so a deep-link still opens for a workspace that has not flipped it.

Authentication and environments

The web app uses the same user identity and organizations as the CLI and the MCP connector — the ones oxygen orgs list --json returns.

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

oxygen-dev is for Oxygen developers and dev workspaces; customer work uses oxygen.

On this page