Skip to main content
POST
Create Skill

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

Body

The skill information.

Schema for creating a new skill

name
string
required

The name of the skill

Required string length: 1 - 128
instructions
string
required

The instruction pack the AI follows when the skill is on

Required string length: 1 - 51200

Response

200 - application/json

The created skill.

Schema for a skill

id
string
required
name
string
required

The name of the skill

instructions
string
required

The instruction pack the AI follows when the skill is on

created_at
string<date-time> | null
required
updated_at
string<date-time> | null
required