上传技能
技能
上传技能
上传技能压缩包(.skill/.zip/.tar.gz/.tgz)以创建或覆盖技能。
POST
上传技能
限制说明
| 项目 | 说明 |
|---|---|
| 速率限制 | 每个账户 30 次/分钟;3 次/秒 |
| 权限要求 | Skill 管理(ai-sre) |
使用说明
- 以
multipart/form-data提交,包含file部分。压缩包最大 100MB。 - 设置
replace=true可覆盖同名技能。 - 每次调用都会记录到账户审计日志。
授权
App key issued from the Flashduty console. Required on every public API call. Keep it secret — it grants the same access as the owning account.
请求体
multipart/form-data
响应
Success
Standard response envelope used by every Flashduty public API. On success data contains the endpoint-specific payload and error is absent. On failure error is present and data is absent. request_id is always present and is also mirrored in the Flashcat-Request-Id response header.