Claude Setup
Get API Key
- Visit Anthropic Console
- Log in
- Go to "API Keys" page
- Create a new API Key
Add Channel in CCX
Messages Endpoint (Recommended)
| Field | Value |
|---|---|
| Name | Claude |
| Service Type | claude |
| Base URL | https://api.anthropic.com |
| API Keys | Your Anthropic API Key (sk-ant-...) |
Steps
- Go to CCX admin console, select Messages endpoint
- Click "Add Channel"
- Set service type to
Claude - Set Base URL to
https://api.anthropic.com - Paste your API Key
- Save
Chat Endpoint (Protocol Translation)
If your client uses OpenAI Chat protocol, you can add a Claude channel under the Chat endpoint — CCX handles protocol translation automatically:
- Select Chat endpoint
- Set service type to
claude - Same Base URL and API Key
Available Models
| Model | Description |
|---|---|
claude-opus-4-7 | Opus 4.7, most capable |
claude-sonnet-4-6 | Sonnet 4.6, balanced |
claude-haiku-4-5-20251001 | Haiku 4.5, fast |
claude-3-5-sonnet-20241022 | Claude 3.5 Sonnet |
Notes
- Claude API Keys start with
sk-ant- - Messages endpoint uses Claude native protocol with full feature support (thinking, tool_use, etc.)
- Chat endpoint supports Claude via protocol translation — some advanced features may be limited
- Use the "Proxy URL" field if you need a proxy to access Anthropic API