Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Create Skill Version changed

api/skills/versions/create

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+17added
Lines−8removed
From line 1 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

## Headers

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Create Skill Version
3url: https://platform.claude.com/docs/en/api/skills/versions/create
4---
5 
16# Create Skill Version
27 
38**POST** `/v1/skills/{skill_id}/versions`
from line 17
1217 
1318 The format and length of IDs may change over time.
1419 
20## Headers
21 
22- `"anthropic-workspace-id": optional string`
23 
1524## Body parameters (form-data)
1625 
1726- `files: array of string`
from line 33
2433 
2534- `SkillVersion object`
2635 
36 - `type: "skill_version"`
37 
38 Object type.
39 
40 For Skill Versions, this is always `"skill_version"`.
41 
42 default: skill_version
43 
2744 - `id: string`
2845 
2946 Unique identifier for this Skill Version. The id addresses the version in
from line 70
5370 Unique identifier for the skill.
5471 
5572 The format and length of IDs may change over time.
56 
57 - `type: "skill_version"`
58 
59 Object type.
60 
61 For Skill Versions, this is always `"skill_version"`.
62 
63 default: skill_version
6473 
6574## Example
6675