Create Skill Version

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

Path parameters

skill_idstringRequired

Headers

anthropic-betalist of strings or nullOptional

Request

Multipart form payload used to create a new skill version.
collectionstringRequired1-255 characters
collection field.

Response

Skill version created successfully.
idstring
Unique skill version identifier.
created_atdatetime
Creation timestamp.
descriptionstring
Skill version description from frontmatter.
directorystring

Top-level directory name for this version.

namestring
Skill name from frontmatter.
skill_idstring
Parent skill identifier.
versionstring
Version token.
type"skill_version"Defaults to skill_version
Object type.

Errors

401
Unauthorized Error
422
Unprocessable Entity Error