💡 Tip: If you already have Node.js version ≥ 18.0 installed, you can skip this step.
npm to install globally:| Key | Description | How to obtain |
|---|---|---|
| ANTHROPIC_AUTH_TOKEN | API authentication token | Obtain from the API Token page after registering (starts with sk-) |
| ANTHROPIC_BASE_URL | API service address | Use https://api.key4u.shop |
📝 Token creation tips: Name: any name you prefer Quota: select unlimited Group: select az pure or switch from the main version to Claude 3 Keep other fields as default
cd your-project-folder
$env:ANTHROPIC_BASE_URL = "https://api.key4u.shop"
$env:ANTHROPIC_AUTH_TOKEN = "sk-..."
$env:API_TIMEOUT_MS = "300000"
claudeANTHROPIC_AUTH_TOKEN and ANTHROPIC_BASE_URL been set?sk- in the correct format?Ctrl + C)claude command