Skip to content

Quickstart

Get connected to 211API in five minutes: sign up, create a key, follow the guide for your tool, and start coding with top-tier AI tools.

Prerequisites

  • Node.js 18 or later installed locally (all three CLI tools ship via npm).

If Node.js is missing, download the LTS release from nodejs.org, then verify:

bash
node -v   # should print v18 or higher
npm -v

Step 1 · Sign up & create an API Key

  1. Open the 211API console and register.
  2. Create an API Key (starts with sk-).
  3. Keep the key safe — one key works across Claude Code, CodeX and Gemini CLI.

Step 2 · Remember the endpoint

All tools send their requests to the 211API relay:

https://www.211api.com/v1

Claude Code uses the root address https://www.211api.com; CodeX and Gemini CLI use the /v1 address. Each guide states the exact value.

Step 3 · Pick a tool and follow its guide

ToolBest forGuide
Claude CodeCoding / review / refactoringClaude Code setup
CodeXTask orchestration / automationCodeX setup
Gemini CLIHigh-frequency light callsGemini CLI setup

Note

Available model names and channel multipliers are listed in the console under "Models". Every call's routing, token usage and multiplier details are visible there, entry by entry.

Console · Guides · www.211api.com