skills

Create Skill

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

post/v1/skills

Headers

anthropic-betastring[] nullable

Request body

display_titlestring required

display title field.

collectionstring required

collection field.

source'custom' | 'anthropic' | 'zylon'

source field.

loading'eager' | 'lazy'

loading field.

readonlyboolean

readonly field.

Response

Skill created successfully.

idstring required

Unique skill identifier.

created_atstring date-time required

Creation timestamp.

display_titlestring required

Human display title.

latest_versionstring nullable

Latest version token for this skill.

source'custom' | 'anthropic' | 'zylon' required

Source of the skill.

type'skill'

Object type.

updated_atstring date-time required

Update timestamp.

collectionstring required

Tenant identifier (org_id boundary).

loading'eager' | 'lazy' required

Instruction loading strategy.

readonlyboolean required

Readonly flag.

Changes

No recorded changes to this endpoint across all 1 revision of this API.