Quickstart
Three ways to connect — the CLI, an MCP client, or an AI assistant. Pick one and start asking for what you want.
All three reach the same workspace, the same approvals, and the same credit balance.
Signing up lands you in a working workspace on the free tier — no card, no clock — with a one-time grant of 5,000 credits. Sending, publishing, and managed infrastructure need a paid plan; everything else on the free tier is yours to use.
From the CLI
Requires Node.js >=22.22.0 and npm >=10.9.0.
npm install -g @oxygen-agent/cli
oxygen loginoxygen login opens your browser and shows a confirmation code — approve the terminal there and it connects. No browser? Create a token under Settings → CLI and MCP and run the oxygen login --token <token> command it shows.
Now describe what you want. The CLI ships its own discovery, so you do not need to memorise commands:
oxygen capabilities search "find companies hiring sales reps" --json
oxygen commands search "import a csv" --jsonEvery command is in the CLI reference.
From an MCP client
Point any MCP-capable client at the hosted server:
https://oxygen-agent.com/mcpAuthenticate with OAuth in the client, or a bearer token from Settings → CLI and MCP. Then ask for what you want in plain language — the client picks the tools.
A fresh connection sees a core tool set. To reveal a domain's full tool list, reconnect with ?toolset=<pack>, or ?toolset=full for everything. Every tool is in the MCP reference.
Client-specific setup: Claude Code, Claude Desktop, Claude Cowork, Codex, Cursor, any other client.
With an AI assistant
Same connection as above, with the assistant driving.
claude mcp add --transport http oxygen https://oxygen-agent.com/mcpThen talk to it:
Build me a list of Seed-stage B2B SaaS companies in the US that are hiring their first AE, find work emails, and show me what it will cost before you run anything.
The assistant plans the work, previews the spend, and asks before anything paid or outbound happens. You approve or you don't.
Anything that spends credits or reaches a real person previews first. Read the preview, then approve it on purpose — --approved with --max-credits <n> from the CLI, or the button in the app.
Choose a Recipe or Blueprint
Connected, and not sure what to run? Browse the catalogs and choose the outcome that fits your workspace.
oxygen recipes list --json
oxygen blueprints list --jsonRecipes transfer the operating judgment for a proven business case. Blueprints describe installable Tables, Workflows, and other workspace resources. Inspect the selected item before applying or running it; paid work and external actions still require their own preview and approval.
Next
The guides walk the whole journey: source leads, enrich them, set up sending, launch a sequence, handle replies, and track deals.