skills

Create Skill Version

Create a new version for an existing skill using multipart uploads.

post/v1/skills/{skill_id}/versions

Path parameters

skill_idstring required

Headers

anthropic-betastring[] nullable

Request body

collectionstring required

collection field.

Response

Skill version created successfully.

idstring required

Unique skill version identifier.

created_atstring date-time required

Creation timestamp.

descriptionstring required

Skill version description from frontmatter.

directorystring required

Top-level directory name for this version.

namestring required

Skill name from frontmatter.

skill_idstring required

Parent skill identifier.

type'skill_version'

Object type.

versionstring required

Version token.

Changes

No recorded changes to this endpoint across all 1 revision of this API.