Coming Soon
◆
Claude Code
Anthropic's CLI agent
The ONE integration for Claude Code routes the CLI's Anthropic API calls through ONE's decentralized network. Your $ONE stake covers the inference; you keep Claude Code's full agentic capabilities.
What the integration will enable
- —Run Claude Code sessions on ONE's community GPU network
- —Use your included-lane credits for free daily agentic compute
- —Dedicated lane package for uninterrupted long-running sessions
- —Full Claude Code feature parity: file edits, shell, MCP tools
Manual setup
works todayONE speaks the OpenAI-compatible API — you can connect any tool that supports a custom base URL right now.
1Set the Anthropic base URL to ONE's gateway
export ANTHROPIC_BASE_URL=https://api.onecompute.xyz export ANTHROPIC_API_KEY=<your ONE session key> claude # runs as normal, requests go through ONE
2Or per-session with the --base-url flag
claude --base-url https://api.onecompute.xyz
Official integration in progress
The first-class Claude Code plugin is being built. Follow @onecomputexyz for updates.