Create Skill

Create a new skill in a collection from multipart form fields and uploaded files.

Headers

anthropic-betalist of strings or nullOptional

Request

Multipart form payload used to create a skill and its initial files.
display_titlestringRequired1-255 characters
display title field.
collectionstringRequired1-255 characters
collection field.
sourceenumOptionalDefaults to custom
source field.
loadingenumOptionalDefaults to lazy
loading field.
readonlybooleanOptionalDefaults to false
readonly field.

Response

Skill created successfully.
idstring
Unique skill identifier.
created_atdatetime
Creation timestamp.
display_titlestring
Human display title.
sourceenum
Source of the skill.
updated_atdatetime
Update timestamp.
collectionstring

Tenant identifier (org_id boundary).

loadingenum
Instruction loading strategy.
readonlyboolean
Readonly flag.
latest_versionstring or null
Latest version token for this skill.
type"skill"Defaults to skill
Object type.

Errors

401
Unauthorized Error
422
Unprocessable Entity Error