Client integration guides
Choose the row that matches how you run the client. CC Switch uses the service root; direct OpenAI-compatible clients use the /v1 base URL.
| Client | Setup | Base URL | Guide |
|---|---|---|---|
| CC Switch | Manage Claude and Codex providers in one app | https://api.relyven.com |
CC Switch setup |
| Claude Code | Direct Anthropic-compatible setup | https://api.relyven.com |
Claude Code custom API |
| Codex | Direct Responses provider | https://api.relyven.com/v1 |
Codex custom provider |
| Cline | Custom OpenAI-compatible provider | https://api.relyven.com/v1 |
Cline custom provider |
API development
Section titled “API development”For SDKs and applications, start with the API quickstart and API overview. Current models and prices are available in the dashboard.
- Authentication
- Responses API
- Anthropic Messages
- Chat Completions
- Image generation and edits
- Error handling
You can share these links with a teammate or coding assistant. Each person still needs their own Relyven key. Never put a real key in a URL or prompt.