| Parameter | Value | Notes |
|---|---|---|
| API Key | sk-xxxxxxxxxxxxxxxx | The key from your console |
| Base URL | https://platform.dataeyes.ai | Do NOT include the /v1 suffix |
Claude Code successfully installed! in green text.Y and press Enter:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserclaude.claude returns a "command not found" error, the installation directory was not automatically added to your PATH.C:\Users\YourUsername\.local\bin to the Path variable under the current user, then restart PowerShell.$env:ANTHROPIC_AUTH_TOKEN="sk-your-dataeyes-key"
$env:ANTHROPIC_BASE_URL="https://platform.dataeyes.ai"
claudeclaude to work every time you open a terminal without re-entering the variables:ANTHROPIC_AUTH_TOKEN (your key) and ANTHROPIC_BASE_URL (https://platform.dataeyes.ai). Restart your terminal after saving.export statements to your ~/.zshrc or ~/.bashrc file, then run source ~/.zshrc.claude:Not logged in · Please run /login message will no longer appear.> prompt directly.Write a Hello World program in Python.Your credit balance is too low to access the Anthropic APIsk-... key you entered may be exhausted. Top up your account to resolve this.gpt-5.4 with any model supported by your console.)Not logged in / Please run /login?ANTHROPIC_AUTH_TOKEN./v1?https://platform.dataeyes.ai — without /v1./login?/login is used to log into an official Anthropic account. If you are using DataEyes, do not use this command. If you accidentally entered the login flow, keep pressing Esc to exit — the system will automatically fall back and read your environment variables.