DocsIDE IntegrationsClaude Code

Claude Code

IDE Integrations

Official Anthropic coding agent (CLI + VS Code extension). Prefer the Russian guide on this page for the full walkthrough.

Provider: Anthropic. Base URL without /v1. See Choose provider.

Required values

  • ANTHROPIC_BASE_URL = https://api.zukko.pro (no /v1 suffix)
  • ANTHROPIC_AUTH_TOKEN = your fetch_... key from API Keys

Permanent setup (~/.claude/settings.json)

bash
{
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
  "env": {
    "ANTHROPIC_BASE_URL": "https://api.zukko.pro",
    "ANTHROPIC_AUTH_TOKEN": "fetch_...",
    "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4.8",
    "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-5",
    "ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-sonnet-5",
    "DISABLE_TELEMETRY": "1",
    "DISABLE_ERROR_REPORTING": "1"
  }
}

Then run claude. Use ANTHROPIC_AUTH_TOKEN, not ANTHROPIC_API_KEY.

Claude Code · Zukko