Get Started
Connect your tools to ClaudMax in under a minute.
Available Models
claude-opus-4-7claude-opus-4-6claude-opus-4-5claude-opus-4-1claude-opus-4claude-sonnet-4-6claude-sonnet-4-5claude-sonnet-4claude-haiku-4-5Troubleshooting
Auth conflict: Both a token (apiKeyHelper) and an API key (ANTHROPIC_API_KEY) are setRun 'claude /logout' to clear the old Anthropic login, then restart Claude Code. If it asks to approve an API key, select No.
claude /logoutConnection refused / ECONNREFUSEDCheck that ANTHROPIC_BASE_URL is set correctly and the server is reachable.
echo $ANTHROPIC_BASE_URL
# Should print: https://claudmax.pro401 UnauthorizedYour API key may be invalid or expired. Check that ANTHROPIC_API_KEY starts with 'cmx_' and matches a key from your admin panel.
echo $ANTHROPIC_API_KEYEnv vars not picked up by VS Code extensionThe extension inherits env vars from the process that launched VS Code. On macOS, use 'launchctl setenv' for system-wide vars, or launch VS Code from terminal with 'code .'
launchctl setenv ANTHROPIC_BASE_URL https://claudmax.pro