Install in one command
Auto-configures Claude Code, Cursor, Cline, and all Anthropic-compatible tools.
Quick Install
Sets ANTHROPIC_BASE_URL + ANTHROPIC_API_KEY. Updates ~/.claude/settings.json.
Run the install command above
Paste your API key, copy the command, and run it in your terminal.
Restart your terminal
Run source ~/.bashrc or source ~/.zshrc
Close and reopen PowerShell to apply changes.
Start using Claude Code
You're all set!
$ claude
Manual Setup
Prefer to configure manually? Follow these steps.
1. Set environment variables
Add to ~/.bashrc or ~/.zshrc:
export ANTHROPIC_API_KEY=""
Run in PowerShell (Admin):
[Environment]::SetEnvironmentVariable("ANTHROPIC_API_KEY", "", "User")
2. Update settings.json
Edit ~/.claude/settings.json:
Edit %USERPROFILE%\.claude\settings.json:
{
"env": {
"ANTHROPIC_BASE_URL": "",
"ANTHROPIC_API_KEY": ""
},
"disableLoginPrompt": true
}
Uninstall
Remove EzAI proxy configuration and restore default API settings.
Or run the same install script without a key — it will show a menu where you can choose to uninstall. Your other settings are preserved.
Need help? Check the documentation or contact support.