Skip to main content
POST
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.

Body

application/json
name
string
required

Immutable skill name. Lowercase letters, numbers, and single hyphens only.

Example:

"review-migrations"

description
string
required
Maximum string length: 1024
skill_md_body
string
required
version
string
required
Example:

"1.0.0"

license
string | null
compatibility
string | null
metadata
object
extra_frontmatter
object
allowed_tools
string | null
files
object[]

Response

Skill created successfully

skill
object

Skill repository entry and currently served version metadata.