Agent_skillsId
Delete agent skill
Delete agent skill and all associated files
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Path Parameters
id*string
Agent skill UUID
Response Body
application/json
curl -X DELETE "https://loading/api/v1/agent_skills/string"{
"code": 0,
"error": "string",
"msg": "string"
}Create agent skill POST
Upload a zip file containing agent skill. The zip file must contain a SKILL.md file (case-insensitive) with YAML format containing 'name' and 'description' fields. The name and description will be extracted from SKILL.md. Files are stored as Disk Artifacts. Optionally associate with a user identifier.
Get agent skill by ID GET
Get agent skill by its UUID