开发者概览

API 调用(今日)
0
API 调用(本月)
0
活跃 API Keys
0
Webhooks
0

快速开始

# 合规扫描 API
curl -X POST https://api.crebee.com/v1/compliance/scan \
  -H "Authorization: Bearer cbk_team_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"text": "这是最好的产品"}'

MCP 连接

# Claude Desktop MCP 配置
{
  "mcpServers": {
    "crebee": {
      "url": "https://mcp.crebee.com/mcp",
      "transport": "streamable-http"
    }
  }
}