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 for | Use the CLI or 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 |
| Reading and editing Knowledge Graph pages | Resolving context for an agent task |
| Managing team membership, billing, and connections | Running table, tool, and workflow commands |
Deep-links
Inspectable CLI and MCP responses carry a web_url. Open it to see the same state visually.
| Resource | URL pattern |
|---|---|
| Table | oxygen-agent.com/workspaces/<workspace-id>/tables/<table-id> |
| Table run | oxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>/runs/<run-id> |
| Record | oxygen-agent.com/workspaces/<workspace-id>/tables/<table-id>/records/<row-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> |
| Knowledge Graph | oxygen-agent.com/knowledge, one page at /knowledge/pages/<slug> |
| Connections | oxygen-agent.com/connections |
| Billing | oxygen-agent.com/billing |
| Observability | oxygen-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.
| 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 work uses oxygen.