WebInvolve Elite AI
Documentation
Everything you need to integrate WebInvolve Elite AI into your workflow. One key. Every Claude model.
export ANTHROPIC_BASE_URL="https://clients-involveai.0psc8x.easypanel.host/v1"
export ANTHROPIC_API_KEY="sk-wi-team-name-2026-..."
claude
Features
Drop-in Compatible
Works with Claude Code, Cursor, any SDK
Per-Key Budgets
Control spend per team member
Zero-Latency Streaming
SSE streaming with no overhead
Full Claude Lineup
Opus, Sonnet, and Haiku models
Prerequisites
Node.js 18+ (for Claude Code CLI)
WebInvolve Elite API key (get from /admin)
Supported IDE: Claude Code, Cursor, VS Code, Windsurf, Cline, or Roo Code
Quick Start — 3 Steps
Get Your Key
Generate an API key from the Admin Panel or request one from your admin.
Set Environment
Add the API endpoint and your key to your shell profile or IDE settings.
Start Building
Run claude and start using any Claude model. No code changes needed.
Installation
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm https://webinvolve.cloud/setup.ps1 | iex
curl -fsSL https://webinvolve.cloud/setup.sh | bash
Claude Code Setup
Claude Code Settings
Add to ~/.claude/settings.json
{
"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 as OpenAI-compatible provider
https://clients-involveai.0psc8x.easypanel.host/v1claude-sonnet-4-6@defaultVS Code (Cline / Roo Code)
Add to VS Code settings.json
{
"cline.apiProvider": "anthropic",
"cline.anthropicBaseUrl": "https://clients-involveai.0psc8x.easypanel.host",
"cline.apiKey": "YOUR_API_KEY"
}Available Models
claude-opus-4-7@defaultComplex tasks200K tokens$0.005/1Kclaude-sonnet-4-6@defaultSpeed & coding200K tokens$0.003/1Kclaude-haiku-4-5@20251001Fast & cheap200K tokens$0.001/1KBuilt-in Tools
Web Search
POST /tools/web_search
Real-time web search. No additional installation needed.
Image Analysis
POST /tools/understand_image
Analyze images up to 18MB. JPEG, PNG, WebP supported.
Troubleshooting
Connection errors?
Check your API key status at /check. Ensure you have an active key.
Model not found?
Use exact model IDs from the models list above. Check for typos.
Rate limited?
Check your 5-hour usage window. Wait for reset or contact admin for higher limits.
Changes not applying?
Restart your IDE after changing settings. Claude Code may need a fresh start.
Cursor/Windsurf routing issues?
Ensure you include /v1 at the end of the base URL.
Ready to get started?
Generate your API key and start building with Claude in minutes.