Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

id
string
required

Skill ID

Body

application/json
description
string
required
Maximum string length: 1024
skill_md_body
string
required
version
string
required
Example:

"1.0.1"

license
string | null
compatibility
string | null
metadata
object
extra_frontmatter
object
allowed_tools
string | null
files
object[]
serve
boolean
default:true

When false, creates a new version without making it the served version.

Response

Skill updated successfully

skill
object

Skill repository entry and currently served version metadata.