Claude Code Setup
Configure Claude Code to use WebInvolve Elite AI in 3 simple steps. Takes about 60 seconds.
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-...
Set Environment Variables
Add the WebInvolve API endpoint and your key to your shell profile.
Start Claude Code
That's it. Run claude and your team will be using WebInvolve Elite AI.
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
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.