记录所有 API 接口,按模块分类。
| 模块 | 端点 | 方法 | 功能 |
|---|---|---|---|
| 成员 | /api/members |
GET/POST | 成员列表/创建 |
| 成员 | /api/members/[id] |
GET/PUT/DELETE | 成员详情/更新/删除 |
| 任务 | /api/tasks |
GET/POST | 任务列表/创建 |
| 任务 | /api/tasks/[id] |
GET/PUT/DELETE | 任务详情/更新/删除 |
| 任务 | /api/tasks/[id]/logs |
GET | 任务操作日志 |
| 任务 | /api/tasks/[id]/comments |
GET/POST | 任务评论 |
| 项目 | /api/projects |
GET/POST | 项目列表/创建 |
| 项目 | /api/projects/[id] |
GET/PUT/DELETE | 项目详情/更新/删除 |
| 文档 | /api/documents |
GET/POST | 文档列表/创建 |
| 文档 | /api/documents/[id] |
GET/PUT/DELETE | 文档详情/更新/删除 |
| 交付 | /api/deliveries |
GET/POST | 交付列表/创建 |
| 交付 | /api/deliveries/[id] |
GET/PUT/DELETE | 交付详情/审核/删除 |
| 定时任务 | /api/scheduled-tasks |
GET/POST | 定时任务列表/创建 |
| 定时任务 | /api/scheduled-tasks/[id] |
GET/PUT/DELETE | 定时任务详情/更新/删除 |
| 聊天会话 | /api/chat-sessions |
GET/POST | 聊天会话列表/创建 |
| 聊天会话 | /api/chat-sessions/[id] |
GET/PUT/DELETE | 会话详情/更新/删除 |
| 聊天消息 | /api/chat-messages |
GET/POST | 聊天消息列表/发送 |
| 聊天消息 | /api/chat-messages/[id] |
DELETE | 删除消息 |
| 聊天回复 | /api/chat-reply |
POST | AI 聊天回复 |
| 聊天上下文 | /api/chat-context |
POST | 获取聊天上下文 |
| 聊天动作 | /api/chat-actions |
POST | 执行对话信道 Actions |
| OpenClaw | /api/openclaw-status |
GET/POST | OpenClaw 状态 |
| OpenClaw | /api/openclaw-status/[id] |
PUT/DELETE | 状态更新/删除 |
| MCP | /api/mcp |
POST | MCP 工具调用(内部) |
| MCP | /api/mcp/external |
POST | MCP 工具调用(外部认证) |
| SSE | /api/sse |
GET | 服务器推送事件 |
| Gateway | /api/gateway/config |
GET/POST/DELETE | Gateway 配置管理 |
| Gateway | /api/gateway/request |
POST | Gateway 代理请求 |
| Gateway | /api/gateway/reconnect |
POST | Gateway 重连 |
| 健康检查 | /api/health |
GET | 服务健康状态 |
| 里程碑 | /api/milestones |
GET/POST | 里程碑列表/创建 |
| 里程碑 | /api/milestones/[id] |
GET/PUT/DELETE | 里程碑详情/更新/删除 |
| 任务刷新 | /api/tasks/refresh |
POST | 手动刷新任务列表 |
| 任务日志 | /api/task-logs |
GET | 任务操作日志列表 |
| 任务日志 | /api/task-logs/[id] |
GET | 任务日志详情 |
| 任务评论 | /api/comments |
GET/POST | 评论列表/创建 |
| 任务评论 | /api/comments/[id] |
GET/PUT/DELETE | 评论详情/更新/删除 |
| OpenClaw | /api/openclaw-status/check-stale |
POST | 检查并重置超时 Agent 状态 |
| OpenClaw Workspace | /api/openclaw-workspaces |
GET/POST | Workspace 列表/创建 |
| OpenClaw Workspace | /api/openclaw-workspaces/[id] |
GET/PUT/DELETE | Workspace 详情/更新/删除 |
| OpenClaw Files | /api/openclaw-files |
GET/POST | 文件列表/同步 |
| OpenClaw Files | /api/openclaw-files/[id] |
GET/PUT/DELETE | 文件详情/更新/删除 |
| OpenClaw Conflicts | /api/openclaw-conflicts |
GET | 冲突列表 |
| OpenClaw Conflicts | /api/openclaw-conflicts/[id]/resolve |
POST | 解决冲突 |
| SOP 模板 | /api/sop-templates |
GET/POST | SOP 模板列表/创建 |
| SOP 模板 | /api/sop-templates/[id] |
GET/PUT/DELETE | SOP 模板详情/更新/删除 |
| SOP 模板 | /api/sop-templates/[id]/export |
GET | 导出 SOP 模板 |
| SOP 模板 | /api/sop-templates/import |
POST | 导入 SOP 模板 |
| SOP 阶段 | /api/tasks/[id]/sop-advance |
POST | SOP 阶段推进(start/confirm/reject/skip) |
| 渲染模板 | /api/render-templates |
GET/POST | 渲染模板列表/创建 |
| 渲染模板 | /api/render-templates/[id] |
GET/PUT/DELETE | 渲染模板详情/更新/删除 |
| 调试 | /api/debug |
GET/POST | 系统诊断/修复 |
| 认证 | /api/auth/login |
POST | 用户登录 |
| 认证 | /api/auth/register |
POST | 用户注册 |
| 认证 | /api/auth/logout |
POST | 用户登出 |
| 认证 | /api/auth/me |
GET | 获取当前用户 |
| 用户 | /api/users |
GET | 用户列表(仅管理员) |
| 用户 | /api/users |
POST | 创建用户(仅管理员) |
| 用户 | /api/users/[id] |
GET/PUT/DELETE | 用户详情/更新/删除 |
| 用户 Token | /api/user-mcp-tokens |
GET | 获取当前用户的 MCP Token |
| 用户 Token | /api/user-mcp-tokens |
POST | 创建 MCP Token |
| 用户 Token | /api/user-mcp-tokens/[id] |
PUT/DELETE | 更新/删除 MCP Token |
| 审计日志 | /api/audit-logs |
GET | 审计日志列表 |
| 模板 | /api/templates |
GET | 获取模板列表 |
| 管理 | /api/admin/reset-init |
POST | 重置初始化状态 |
| 初始化 | /api/init |
GET | 检查初始化状态 |
| Landing | /api/landing |
GET | Landing 页面数据 |
| 心跳 | /api/heartbeat/start |
POST | 启动心跳 |
| 任务推送 | /api/task-push |
POST | 推送任务到 Agent |
| 批量任务 | /api/batch-task-push |
POST | 批量推送任务 |
| SOP 统计 | /api/sop-stats |
GET | SOP 执行统计 |
| 定时历史 | /api/scheduled-task-history |
GET/POST | 定时任务执行历史 |
| 成员配置 | /api/members/[id]/quick-setup |
POST | 成员快速配置 |
| 用户验证 | /api/users/verify-security-code |
GET/POST | 验证安全码 |
| OpenClaw 文件 | /api/openclaw-files/[id]/push |
POST | 推送文件到 Agent |
| OpenClaw 文件 | /api/openclaw-files/[id]/pull |
POST | 从 Agent 拉取文件 |
| OpenClaw 文件 | /api/openclaw-files/[id]/rollback |
POST | 回滚文件版本 |
| OpenClaw 文件 | /api/openclaw-files/[id]/versions |
GET | 获取文件版本历史 |
| OpenClaw 工作区 | /api/openclaw-workspaces/[id]/sync |
POST | 手动同步工作区 |
| OpenClaw 工作区 | /api/openclaw-workspaces/[id]/scan |
POST | 扫描工作区文件 |
| OpenClaw 工作区 | /api/openclaw-workspaces/[id]/status |
GET | 获取工作区同步状态 |
| Skill | /api/skills |
GET/POST | Skill 列表/注册(v3.1) |
| Skill | /api/skills/[id] |
GET/PUT/DELETE | Skill 详情/更新/删除(v3.1) |
| Skill | /api/skills/[id]/submit |
POST | 提交 Skill 发布审批(v3.1) |
| Skill | /api/skills/[id]/approve |
POST | 批准 Skill 发布(v3.1) |
| Skill | /api/skills/[id]/reject |
POST | 拒绝 Skill 发布(v3.1) |
| Skill | /api/skills/[id]/trust |
POST | 信任/取消信任 Skill(v3.1) |
| Skill | /api/skills/[id]/snapshots |
GET | 获取 Skill 快照历史(v3.1) |
| Skill | /api/skills/discover |
POST | 从 Gateway 发现已安装 Skill(v3.1) |
| Skill | /api/skills/install |
POST | 安装 Skill 到 Agent(v3.1) |
| 审批 | /api/approval-requests |
GET/POST | 审批请求列表/创建(v3.1) |
| 审批 | /api/approval-requests/[id] |
GET | 审批请求详情(v3.1) |
| 审批 | /api/approval-requests/[id]/approve |
POST | 批准审批请求(v3.1) |
| 审批 | /api/approval-requests/[id]/reject |
POST | 拒绝审批请求(v3.1) |
| 审批 | /api/approval-requests/[id]/cancel |
POST | 取消审批请求(v3.1) |
成功响应:
{
"data": { ... },
"error": null
}错误响应:
{
"data": null,
"error": "错误信息"
}| 状态码 | 说明 |
|---|---|
| 200 | 成功 |
| 201 | 创建成功 |
| 400 | 请求参数错误 |
| 404 | 资源不存在 |
| 429 | 请求过于频繁 |
| 500 | 服务器内部错误 |
- 大部分 API 不需要认证(本地开发)
/api/mcp/external需要 Bearer Token 认证:Authorization: Bearer <token>
获取所有成员列表
响应:
[
{
"id": "member-xxx",
"name": "Alex",
"type": "human",
"email": "alex@example.com",
"online": false,
"createdAt": 1700000000000,
"updatedAt": 1700000000000
}
]创建成员
请求体:
{
"name": "Scout",
"type": "ai",
"email": "scout@example.com",
"openclawName": "scout",
"openclawEndpoint": "ws://localhost:18789",
"openclawApiToken": "xxx"
}响应:返回创建的成员对象
获取单个成员详情
更新成员信息
请求体:需要更新的字段
注意:
openclawApiToken会自动加密存储- 响应中
openclawApiToken会被脱敏为***
删除成员(级联删除关联数据)
获取任务列表
查询参数:
| 参数 | 类型 | 说明 |
|---|---|---|
| projectId | string | 按项目筛选 |
| status | string | 按状态筛选 |
| assigneeId | string | 按负责人筛选 |
创建任务
请求体:
{
"title": "任务标题",
"description": "任务描述",
"projectId": "project-xxx",
"assignees": ["member-xxx"],
"priority": "high",
"deadline": 1700000000000
}获取任务详情
更新任务
请求体:需要更新的字段
允许更新的字段:
- title, description, status, progress
- priority, deadline, assignees
- checkItems, attachments
删除任务(级联删除日志和评论)
获取项目列表
创建项目
请求体:
{
"name": "项目名称",
"description": "项目描述"
}获取项目详情
更新项目
删除项目(级联删除关联任务和文档)
获取文档列表
查询参数:
| 参数 | 类型 | 说明 |
|---|---|---|
| projectId | string | 按项目筛选 |
| type | string | 按类型筛选 |
创建文档
请求体:
{
"title": "文档标题",
"content": "# 文档内容\n\n...",
"projectId": "project-xxx",
"type": "note"
}获取文档详情
更新文档
删除文档
MCP 工具调用(内部使用)
外部 MCP 调用(需要认证)
认证:
Authorization: Bearer <TEAMCLAW_API_TOKEN>
请求体:
{
"tool": "update_task_status",
"parameters": {
"task_id": "task-xxx",
"status": "completed"
}
}批量调用:
{
"batch": [
{ "tool": "update_task_status", "parameters": { "task_id": "xxx", "status": "completed" } },
{ "tool": "add_comment", "parameters": { "task_id": "xxx", "content": "完成" } }
]
}可用工具:
| 工具 | 功能 | 必填参数 |
|---|---|---|
update_task_status |
更新任务状态 | task_id, status |
add_task_comment |
添加评论 | task_id, content |
create_check_item |
创建检查项 | task_id, text |
complete_check_item |
完成检查项 | task_id, item_id |
create_document |
创建文档 | title, content |
update_document |
更新文档 | document_id, content |
get_document |
获取文档 | document_id 或 title |
search_documents |
搜索文档 | query |
deliver_document |
提交交付 | title, platform |
review_delivery |
审核交付 | delivery_id, status |
list_my_deliveries |
获取我的交付物 | - |
get_delivery |
获取交付详情 | delivery_id |
update_status |
更新 AI 状态 | status |
set_queue |
设置任务队列 | queued_tasks |
set_do_not_disturb |
免打扰模式 | interruptible |
list_my_tasks |
获取我的任务 | - |
get_task |
获取任务详情 | task_id |
get_project |
获取项目详情 | project_id |
get_project_members |
获取项目成员 | project_id |
create_schedule |
创建定时任务 | title, task_type, schedule_type |
list_schedules |
列出定时任务 | - |
update_schedule |
更新定时任务 | schedule_id |
delete_schedule |
删除定时任务 | schedule_id |
register_member |
AI 自注册 | name, endpoint |
get_template |
获取模板 | template_name |
list_templates |
列出模板 | - |
create_milestone |
创建里程碑 | title, project_id |
list_milestones |
获取里程碑列表 | - |
update_milestone |
更新里程碑 | milestone_id |
delete_milestone |
删除里程碑 | milestone_id |
服务器推送事件流
响应:
Content-Type: text/event-stream
event: task_updated
data: {"taskId": "task-xxx"}
event: member_updated
data: {"memberId": "member-xxx"}
事件类型:
task_created/task_updated/task_deletedmember_created/member_updated/member_deleteddocument_created/document_updated/document_deleted- Gateway 事件(服务端代理模式):
gateway_event/gateway_agent_update/gateway_session_updategateway_chat_event/gateway_cron_update/gateway_config_updategateway_status_update
获取当前 Gateway 配置
响应:
{
"data": {
"id": "abc123",
"url": "ws://localhost:18789",
"mode": "server_proxy",
"status": "connected"
},
"error": null
}保存 Gateway 配置
请求体:
{
"url": "ws://localhost:18789",
"token": "your-gateway-token",
"mode": "server_proxy"
}参数说明:
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| url | string | 是 | Gateway WebSocket URL (ws:// 或 wss://) |
| token | string | 是* | Gateway Token(新配置必填,更新时留空保持不变) |
| mode | string | 否 | 连接模式:server_proxy(默认)或 browser_direct |
响应:
{
"data": { "id": "abc123", "mode": "server_proxy" },
"error": null
}删除 Gateway 配置
代理请求到 Gateway(仅服务端代理模式)
请求体:
{
"method": "agents.list",
"params": {}
}响应:
{
"data": { "agents": [...] },
"error": null
}注意:
- 仅在服务端代理模式下可用
- 浏览器直连模式应直接连接 Gateway
获取里程碑列表
查询参数:
| 参数 | 类型 | 说明 |
|---|---|---|
| projectId | string | 按项目筛选 |
创建里程碑
请求体:
{
"title": "Sprint 1",
"description": "第一个迭代",
"projectId": "project-xxx",
"status": "active",
"dueDate": 1700000000000
}获取里程碑详情
更新里程碑
删除里程碑
处理聊天回复,解析 Actions
获取聊天上下文
执行对话信道 Actions
获取 OpenClaw 状态
获取定时任务列表
创建定时任务
获取交付记录列表
以下工具通过
/api/mcp或/api/mcp/external调用
推进 SOP 到下一阶段。若当前阶段为 ai_with_confirm 且 waiting_confirm,拒绝直接推进。
{ "tool": "advance_sop_stage", "parameters": { "task_id": "xxx" } }AI 请求人工确认当前阶段产出,触发 sop_confirm_request SSE 事件。
{ "tool": "request_sop_confirm", "parameters": { "task_id": "xxx", "confirm_message": "请确认", "stage_output": "内容" } }获取 SOP 执行上下文(阶段信息、知识库分层内容、前序产出)。
{ "tool": "get_sop_context", "parameters": { "task_id": "xxx" } }保存阶段产出但不推进(保留已有 status)。
{ "tool": "save_stage_output", "parameters": { "task_id": "xxx", "output": "内容" } }向 Know-how 知识库智能追加经验(L4 层自动定位)。
{ "tool": "update_knowledge", "parameters": { "document_id": "xxx", "content": "经验内容" } }AI 创建/更新 SOP 模板(draft 状态)。
创建/更新渲染模板(HTML + slots + sections)。
新增或修改 API 时,请更新此文档:
- 更新 API 索引表
- 添加详细接口说明
- 提供请求/响应示例
- 说明认证要求
获取 Skill 列表(需要登录)。
查询参数:
| 参数 | 类型 | 说明 |
|---|---|---|
| status | string | 按状态筛选:draft, pending_approval, active, rejected |
| category | string | 按分类筛选:content, analysis, research, development, operations, media, custom |
| trustStatus | string | 按信任状态筛选:trusted, untrusted, pending |
| source | string | 按来源筛选:teamclaw, manual, external, unknown |
| search | string | 搜索名称/描述 |
| limit | number | 分页限制(默认 50,最大 100) |
| offset | number | 分页偏移(默认 0) |
权限规则:
- 普通用户:只能看到 active 状态和自己创建的 Skill
- 管理员:可以看到所有 Skill
响应:
{
"data": [
{
"id": "skill_xxx",
"skillKey": "teamclaw.sop.weekly-report",
"name": "周报生成工作流",
"description": "自动生成周报",
"version": "1.0.0",
"category": "content",
"source": "teamclaw",
"status": "active",
"trustStatus": "trusted",
"isSensitive": false,
"createdAt": 1700000000000,
"updatedAt": 1700000000000
}
],
"total": 1,
"limit": 50,
"offset": 0
}注册新 Skill(需要登录)。
请求体:
{
"skillPath": "/path/to/skill/directory",
"sopTemplateId": "sop_xxx" // 可选
}响应:
{
"data": {
"id": "skill_xxx",
"skillKey": "teamclaw.sop.weekly-report",
"name": "周报生成工作流",
"status": "draft",
"approvalId": "appr_xxx",
"isSensitive": false,
"validationWarnings": []
},
"message": "Skill registered successfully. Waiting for approval."
}提交 Skill 发布审批(需要登录)。
批准 Skill 发布(仅管理员)。
请求体:
{
"note": "审批通过,符合规范"
}拒绝 Skill 发布(仅管理员)。
请求体:
{
"note": "缺少必要的阶段定义"
}信任 Skill(仅管理员)。
请求体:
{
"note": "来自可信来源",
"agentId": "agent_xxx" // 可选
}从 Gateway 发现已安装 Skill(仅管理员)。
请求体:
{
"agentId": "agent_xxx"
}安装 Skill 到 Agent(仅管理员)。
请求体:
{
"skillId": "skill_xxx",
"agentId": "agent_xxx"
}获取审批请求列表(需要登录)。
查询参数:
| 参数 | 类型 | 说明 |
|---|---|---|
| type | string | 审批类型:skill_publish, skill_install, project_join, sensitive_action |
| status | string | 状态:pending, approved, rejected, cancelled, expired |
| requesterId | string | 申请人 ID |
| resourceId | string | 资源 ID |
权限规则:
- 普通用户:只能看到自己的申请
- 管理员:可以看到所有申请
响应:
{
"requests": [
{
"id": "appr_xxx",
"type": "skill_publish",
"resourceType": "skill",
"resourceId": "skill_xxx",
"requesterId": "user_xxx",
"payload": { "skillKey": "teamclaw.sop.xxx" },
"requestNote": "请审批",
"status": "pending",
"createdAt": 1700000000000
}
]
}创建审批请求(需要登录)。
请求体:
{
"type": "skill_publish",
"resourceType": "skill",
"resourceId": "skill_xxx",
"payload": { "skillKey": "teamclaw.sop.xxx" },
"requestNote": "请审批我的 Skill",
"expiresAt": "2026-04-01T00:00:00Z" // 可选
}批准审批请求(仅管理员)。
请求体:
{
"note": "审批通过"
}拒绝审批请求(仅管理员)。
请求体:
{
"note": "不符合规范"
}取消审批请求(申请人自己取消)。
| 类型 | 说明 | 触发场景 |
|---|---|---|
skill_publish |
Skill 发布审批 | 用户创建 Skill 后提交审批 |
skill_install |
Skill 安装审批 | 普通用户申请安装 Skill 到 Agent |
project_join |
项目加入申请 | 用户申请加入项目 |
sensitive_action |
敏感操作审批 | 预留,未来扩展 |