1. 获取 API Key
打开 Ace Data Cloud 应用列表,进入可用的应用并复制 API Key。
2. 安装 CC Switch
从 CC Switch Releases 下载,macOS 也可以运行:3. 添加 Provider
打开 CC Switch,选择 Claude Code → Add Provider → Custom,填写:
如需使用 JSON 编辑器,配置为:
ANTHROPIC_API_KEY。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Claude Code 集成指南 - Ace Data Cloud
brew install --cask cc-switch
| 字段 | 值 |
|---|---|
| Name | Ace Data Cloud |
| Base URL | https://api.acedata.cloud |
| API Key | 刚刚复制的 API Key |
| API Format | Anthropic Messages |
{
"env": {
"ANTHROPIC_BASE_URL": "https://api.acedata.cloud",
"ANTHROPIC_AUTH_TOKEN": "{token}"
}
}
ANTHROPIC_API_KEY。
