Create Skill
Create a new skill in a collection from multipart form fields and uploaded files.
Headers
anthropic-beta
Request
Multipart form payload used to create a skill and its initial files.
display_title
display title field.
collection
collection field.
source
source field.
loading
loading field.
readonly
readonly field.
Response
Skill created successfully.
id
Unique skill identifier.
created_at
Creation timestamp.
display_title
Human display title.
source
Source of the skill.
updated_at
Update timestamp.
collection
Tenant identifier (org_id boundary).
loading
Instruction loading strategy.
readonly
Readonly flag.
latest_version
Latest version token for this skill.
type
Object type.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error

