{
  "name": "cloudmate",
  "display_name": "Cloud Mate",
  "description": "可通过 API 发起异常诊断，对接各类运维系统及工具，实现自动化异常问题排查",
  "domain": "other",
  "api_version": "2025-10-30",
  "endpoint": "cloudmate.tencentcloudapi.com",
  "actions": [
    {
      "name": "CloudMateAgent",
      "description": "发起智能诊断对话 注意：使用该API时，请务必设置请求域名（Endpoint）为 cloudmate.ai.tencentcloudapi.com",
      "status": "online",
      "parameters": [
        {
          "name": "WorkspaceId",
          "type": "string",
          "required": true,
          "description": "空间 ID",
          "example": "fa5234dc-0663-4447-ab71-ed2776fc1137"
        },
        {
          "name": "Message",
          "type": "string",
          "required": true,
          "description": "用户提问内容",
          "example": "帮我分析下最近30分钟的系统错误"
        },
        {
          "name": "ScenarioId",
          "type": "string",
          "required": false,
          "description": "场景 ID",
          "example": "01248bc1-c11f-4683-a960-11c534572424"
        },
        {
          "name": "SessionId",
          "type": "string",
          "required": false,
          "description": "会话 ID - 填写上一次接口调用返回的会话 ID（SessionId），可在原有会话基础上继续对话 - 未填写会话 ID 时，创建新会话",
          "example": "ff9012c0-90d8-4bc2-9545-31fb5962bfb7"
        },
        {
          "name": "Streaming",
          "type": "boolean",
          "required": false,
          "description": "是否使用流式响应，默认为 false，不启用流式响应",
          "example": "false"
        }
      ],
      "required": [
        "WorkspaceId",
        "Message"
      ]
    }
  ]
}