All systems operational

WebInvolve Elite AI
Documentation

Everything you need to integrate WebInvolve Elite AI into your workflow. One key. Every Claude model.

Quick Setup (macOS / Linux)
# WebInvolve API Endpoint

export ANTHROPIC_BASE_URL="https://clients-involveai.0psc8x.easypanel.host/v1"

# Your API Key (from /admin)

export ANTHROPIC_API_KEY="sk-wi-team-name-2026-..."

# Start

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

1

Node.js 18+ (for Claude Code CLI)

2

WebInvolve Elite API key (get from /admin)

3

Supported IDE: Claude Code, Cursor, VS Code, Windsurf, Cline, or Roo Code

Quick Start — 3 Steps

01

Get Your Key

Generate an API key from the Admin Panel or request one from your admin.

02

Set Environment

Add the API endpoint and your key to your shell profile or IDE settings.

03

Start Building

Run claude and start using any Claude model. No code changes needed.

Installation

Windows
PowerShell
PS C:\>

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

irm https://webinvolve.cloud/setup.ps1 | iex

macOS / Linux
Terminal
$

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

Base URL:https://clients-involveai.0psc8x.easypanel.host/v1
Model:claude-sonnet-4-6@default

VS 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

ModelIDUse CaseContextPrice
Opus 4.7claude-opus-4-7@defaultComplex tasks200K tokens$0.005/1K
Sonnet 4.6claude-sonnet-4-6@defaultSpeed & coding200K tokens$0.003/1K
Haiku 4.5claude-haiku-4-5@20251001Fast & cheap200K tokens$0.001/1K

View full model documentation →

Built-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.

View full tools documentation →

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.