Claude Code Configuration Overview
Claude Code connects to the Coding Plan through the Anthropic Messages protocol, currently providing two configuration entry points: Terminal and VS Code.
| Entry Point | Configuration Guide |
|---|---|
| Terminal / CLI | Claude Code Terminal Configuration |
| VS Code | Claude Code for VS Code Configuration |
¶ Common Configuration
- Base URL:
https://api.ai.moses.day - API Token: Obtain from the Coding Application and configure via
ANTHROPIC_AUTH_TOKENin the guide - Model ID: Select from the real-time model directory
- After modifying the configuration: Restart Claude Code; VS Code users need to reload the window
Do not keep the old ANTHROPIC_API_KEY simultaneously, and do not write the real Token into team-shared files.
Return to the Coding Plan Configuration Center.