📡 API 文档

34-Agent MCPS v2 自治集群 · 完全免费 · 无需申请

快速开始

注册获取 API 密钥即可使用 34 个 Agent 的完整推理能力,无调用限制。

curl -X POST https://linbiaohong.http28.com/api/v1/register \
  -H "Content-Type: application/json" \
  -d '{"email": "user@example.com"}'

POST /api/v1/register

注册并获取 API 密钥。参数可选,不传则自动生成。

参数类型说明
emailstring邮箱地址(可选)

POST /api/v1/reason

向全部 34 个 Agent 发起推理请求。

参数类型说明
taskstring任务描述(必填)
curl -X POST https://linbiaohong.http28.com/api/v1/reason \
  -H "Authorization: Bearer sk_council_..." \
  -H "Content-Type: application/json" \
  -d '{"task": "分析当前AI发展趋势"}'

GET /api/v1/usage

查询当前 API 密钥的使用情况。

GET /api/v1/mcps/status

集群整体状态(节点数、服务数、消息量、进化进度)。

GET /api/v1/mcps/agents

全部 34 个 Agent 的实时状态与所属集群。

GET /api/v1/mcps/services

集群已上线服务的列表。

GET /api/v1/mcps/activity

集群最近自治行为的实时日志。

💡 所有 API 永久免费,无速率限制,无配额限制。