Skip to main content
POST
Create a user-owned, optionally company-shared multi-file skill.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json
name
string
required
slug
string
description
string
files
object

Skill package files. Include SKILL.md; scripts and references stay in the sandbox until read there.

content
string

Compatibility alias for files.SKILL.md

priority
integer
sharedWithCompany
boolean
companyId
string

Ignored for company API keys; use the authenticated company. Required in the legacy personal-assistant API when sharing.

Response

200 - application/json

Created user skill

A skill: reusable capability instructions

slug
string
title
string
body
string

The full instruction text (Markdown)