Create Skill Version
post/v1/skills/{skill_id}/versions?beta=true
Path parameters
skill_idstring required
Unique identifier for the skill.
The format and length of IDs may change over time.
Unique identifier for the skill.
The format and length of IDs may change over time.
Headers
anthropic-betastring
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
Response
Successful Response
Example response
{
"created_at": "2024-10-30T23:58:27.427722Z",
"description": "A custom skill for doing something useful",
"directory": "my-skill",
"id": "skillver_01JAbcdefghijklmnopqrstuvw",
"name": "my-skill",
"skill_id": "skill_01JAbcdefghijklmnopqrstuvw",
"version": "1759178010641129"
}