Create A Skill Version
Creating a skill version is part of the public beta skill surface.
Route
POST /api/skills/:id/versions
Auth
- auth mode:
api_key_or_access_token - user permission:
ai.use - API-key scope:
skills:write
Workflow
- Create or select a skill.
- Post a new version to
POST /api/skills/:id/versions. - Re-read
GET /api/skills/:idto inspect the returned version object. - Publish with
POST /api/skills/:id/publishwhen ready.
Dedicated prompt/layer/tool attachment routes exist in the implementation, but they are outside the current public docs boundary.