Skip to main content
POST
Core - Create project skill

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
display_name
string
required

Workspace-unique display name. Must start with a letter and may contain letters, numbers, and underscores. Dashes and dots are not allowed.

path
string
required

Project path where the skill should be stored.

description
string

Short human-readable summary of what the skill is for.

tags
string[]

Free-form labels for organizing the skill.

project_id
string

Project that should contain the skill.

instructions
string

Instruction body for the skill. Omit to create metadata first and fill instructions later.

Response

200 - application/json

OK

skill
object
required

Newly created skill.