SKILL.md format.
Add a skill
source | Required fields | Description |
|---|---|---|
file | name, path | A SKILL.md already in the workspace |
inline | name, content | Skill markdown in the request body |
url | name, url | A SKILL.md fetched from a public URL |
List skills
Get a skill
SKILL.md content.
Update a skill
url skills, calling this re-fetches the URL.
Remove a skill
Errors
| Status | Error | When |
|---|---|---|
| 400 | validation_error | Invalid request body |
| 404 | not_found | Deployment or skill does not exist |
| 422 | invalid_skill | Content could not be fetched or parsed |

