Documentation
Build against Edge Node in minutes
Edge Node exposes OpenAI- and Anthropic-compatible endpoints backed by GPUs in your region. Keep your existing SDKs and tools — just swap the base URL and API key.
Quickstart
Point Claude Code, Codex, or any OpenAI-compatible tool at your endpoint in under a minute.
OpenAI & Anthropic compatible
Drop-in replacement — keep your existing SDKs and just swap the base URL and key.
Scoped API keys
Keys are provisioned instantly on subscription and can be rotated or revoked at any time.
Endpoint & Auth
All requests go through your regional gateway. Authenticate by passing your key as a bearer token.
https://qwen3-coder.edge-node.ai/v1Authorization: Bearer YOUR_API_KEYDon't have a key yet? See what one looks like or join the waitlist.
Quickstart
Connect your favorite coding tools. Each tab shows the exact steps for that tool.
Anthropic's official CLI for agentic coding
Export shell variables
export ANTHROPIC_API_KEY="YOUR_API_KEY" export ANTHROPIC_BASE_URL="https://qwen3-coder.edge-node.ai/v1"
Run Claude Code
claude
(Optional) Persist via config
claude config set apiBaseUrl https://qwen3-coder.edge-node.ai/v1