Install in one command

Auto-configures Claude Code, Cursor, Cline, and all Anthropic-compatible tools.

Recommended

Quick Install

Sets ANTHROPIC_BASE_URL + ANTHROPIC_API_KEY. Updates ~/.claude/settings.json.

View source:

1

Run the install command above

Paste your API key, copy the command, and run it in your terminal.

2

Restart your terminal

3

Start using Claude Code

You're all set!

$ claude

Manual Setup

Prefer to configure manually? Follow these steps.

1. Set environment variables

2. Update 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.