logo

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.

Endpoint & Auth

All requests go through your regional gateway. Authenticate by passing your key as a bearer token.

https://qwen3-coder.edge-node.ai/v1
Authorization: Bearer YOUR_API_KEY

Don'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

1

Export shell variables

bash
export ANTHROPIC_API_KEY="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://qwen3-coder.edge-node.ai/v1"
2

Run Claude Code

bash
claude
3

(Optional) Persist via config

bash
claude config set apiBaseUrl https://qwen3-coder.edge-node.ai/v1