Install the tool first
Pick the app you want to connect, install it from its official source, then paste the CorvusLLM base URL and key. Start with the first-class setup that matches your tool; use Cursor and Windsurf only when their current build exposes a custom provider override.
| Environment | What to install first | Where setup continues |
|---|---|---|
| HTTP / curl / fetch | A terminal with curl, or a fetch-capable runtime. | API overview |
| OpenAI SDKs | Python or Node.js, then the official SDK package. | OpenAI SDK setup |
| Claude Code | Claude Code from the official Claude setup guide. | Claude Code setup |
| Open WebUI | Docker Desktop or another supported Open WebUI install path. | Open WebUI setup |
| ChatBox | ChatBox desktop app or web app. | ChatBox setup |
| n8n | n8n Cloud or local n8n with a supported Node.js version. | n8n setup |
| Cursor | Cursor desktop app, then verify custom provider settings exist. | Cursor setup |
| Windsurf | Windsurf IDE, then verify custom provider settings exist. | Windsurf setup |
git --version Crawlable setup map
This static map mirrors the live environment table so crawlers, search engines, and LLM ingestion can see every supported setup without executing JavaScript.
| Environment | Base URL | Auth field | Starter model | Full guide |
|---|---|---|---|---|
| HTTP / curl / fetch first-class |
https://base.corvusllm.com/v1 |
Authorization: Bearer YOUR_CORVUSLLM_KEY | gpt-5.5 |
API overview |
| OpenAI SDKs first-class |
https://base.corvusllm.com/v1 |
apiKey / Authorization header | gpt-5.5 |
OpenAI SDKs |
| Claude Code first-class |
https://base.corvusllm.com/anthropic |
ANTHROPIC_AUTH_TOKEN | claude-opus-4-7 |
Claude Code |
| Open WebUI first-class |
https://base.corvusllm.com/v1 |
OpenAI-compatible API key field | gpt-5.5 |
Open WebUI |
| ChatBox first-class |
https://base.corvusllm.com/v1 |
API Key field | gpt-5.5 |
ChatBox |
| n8n first-class |
https://base.corvusllm.com/v1 |
Bearer auth in HTTP Request node | gpt-5.5 |
n8n |
| Cursor conditional |
https://base.corvusllm.com/v1 |
Custom OpenAI-compatible provider or override field | gpt-5.5 |
Cursor |
| Windsurf conditional |
https://base.corvusllm.com/v1 |
Custom OpenAI-compatible provider field, if available | gpt-5.5 |
Windsurf |
Environment table
| Environment | Recommended path | Where the key goes | Best first slug | Notes |
|---|
Pick your setup page
Best first stop for code, scripts, backend services, and raw debugging.
Claude Code →Use this if the tool itself expects Anthropic-native configuration.
Open WebUI →OpenAI-compatible connection path for self-hosted chat UIs.
ChatBox →Desktop and mobile setup using one custom provider entry.
n8n →Recommended HTTP Request node path with exact payload examples.
Cursor →Conditional setup for builds that expose a custom OpenAI-compatible endpoint.
Windsurf →Conditional setup for builds that expose a custom OpenAI-compatible endpoint.
The one base URL rule that matters
Use https://base.corvusllm.com/v1 for OpenAI-compatible tools and https://base.corvusllm.com/anthropic for Claude Code. Most broken setups come from pasting the wrong path into the right tool.