Back to Documentation

Claude Code Setup

Configure Claude Code to use WebInvolve Elite AI in 3 simple steps. Takes about 60 seconds.

01

Get Your API Key

Request a key from your admin or generate one in the Admin Panel. Keys look like: sk-wi-team-name-2026-...

macOS / Linux
# Generate a key at: https://dashboard.ai.webinvolve.cloud/admin
PS
Windows (PowerShell)
02

Set Environment Variables

Add the WebInvolve API endpoint and your key to your shell profile.

macOS / Linux
export ANTHROPIC_BASE_URL="https://clients-involveai.0psc8x.easypanel.host/v1"
export ANTHROPIC_API_KEY="sk-wi-your-key-..."
PS
Windows (PowerShell)
$env:ANTHROPIC_BASE_URL="https://clients-involveai.0psc8x.easypanel.host/v1"
$env:ANTHROPIC_API_KEY="sk-wi-your-key-..."
03

Start Claude Code

That's it. Run claude and your team will be using WebInvolve Elite AI.

macOS / Linux
claude
PS
Windows (PowerShell)
claude

Claude Code Settings (Optional)

Add to ~/.claude/settings.json for persistent config

{
  "env": {
    "ANTHROPIC_BASE_URL": "https://clients-involveai.0psc8x.easypanel.host/v1",
    "ANTHROPIC_API_KEY": "sk-wi-your-key-...",
    "ANTHROPIC_MODEL": "claude-opus-4-7@default",
    "ANTHROPIC_SMALL_FAST_MODEL": "claude-sonnet-4-6@default"
  }
}

Cursor & Windsurf

Add this URL in your IDE settings under AI provider base URL

https://clients-involveai.0psc8x.easypanel.host/v1

Troubleshooting

Claude Code says "Invalid API key"

Double-check your ANTHROPIC_API_KEY. Make sure you copied the full key from /admin.

Getting rate limit errors

Your hourly token limit may be reached. Check your usage at /check.

No response from the AI

Check that the gateway is online at /status. If issues persist, contact your admin.