Skip to main content
POST
Create a skill version

Authorizations

Authorization
string
header
required

Account API key: key id as the username, secret as the password.

Path Parameters

skill_id_or_name
string
required

Body

application/json
version_number
string
required
description
string
required
body
string
required
Maximum string length: 100000

Response

Successful response

id
string<uuid>
created_at
string<date-time>
updated_at
string<date-time>
author_id
string<uuid>

The user or API key that created this skill version.

body
string

Full markdown content for this skill version.

description
string

Runtime-facing description that tells the LLM when to activate this skill.

skill_id
string<uuid>

The skill this version belongs to.

version_number
string

The semantic version number (MAJOR.MINOR.PATCH).

Maximum string length: 100
author
any
skill
any
type
any