IDE Integration
Claudexia works with any tool that supports a custom OpenAI or Anthropic base URL. Below is an overview of supported tools and their setup pages.
Supported tools
| Tool | Type | Base URL | Guide |
|---|---|---|---|
| Cursor | IDE | https://api.claudexia.tech/v1 | Cursor setup |
| Claude Code | CLI | https://api.claudexia.tech (no /v1) | Claude Code setup |
| Continue | VS Code extension | https://api.claudexia.tech/v1 | VS Code extensions |
| Cline | VS Code extension | https://api.claudexia.tech/v1 | VS Code extensions |
| Roo Code | VS Code extension | https://api.claudexia.tech/v1 | VS Code extensions |
| OpenCode | CLI | https://api.claudexia.tech/v1 | OpenCode setup |
Base URL formats
Different tools expect different base URL formats:
| Format | URL | Used by |
|---|---|---|
| OpenAI compatible | https://api.claudexia.tech/v1 | Cursor, Continue, Cline, Roo Code, OpenCode |
| Anthropic native | https://api.claudexia.tech | Claude Code |
Important: Claude Code uses the Anthropic native URL (without /v1). All other tools use the OpenAI-compatible URL with /v1.
API key
All tools use the same Claudexia API key from Dashboard > API Keys. One key works across all integrations.
Next steps
Choose your tool from the sidebar to see the detailed setup guide.