Create a skill
This endpoint is currently in development and may change.
Creates a skill owned by the calling user.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Body
The instructions injected into the agent's context when the skill runs.
1 - 20000"Pull revenue by month for the last four quarters, then..."
What the skill is for. Shown in the skills list, and given to the agent when it chooses between skills.
1 - 1024"Summarizes the quarter and flags anything off trend."
Slash-command handle, stored without the slash. Lowercase letters, numbers and hyphens, starting with a letter or number.
1 - 48^[a-z0-9][a-z0-9-]*$"quarterly-report"
A human-readable name for the skill.
1 - 256"Quarterly report"
Response
The created skill
ISO 8601 timestamp of when the skill was created
"2026-01-15T10:00:00.000Z"
Details about the user that created the skill.
What the skill is for. Shown in the skills list, and given to the agent when it chooses between skills.
1 - 1024"Summarizes the quarter and flags anything off trend."
Unique identifier for the skill
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Slash-command handle, stored without the slash. Lowercase letters, numbers and hyphens, starting with a letter or number.
1 - 48^[a-z0-9][a-z0-9-]*$"quarterly-report"
A human-readable name for the skill.
1 - 256"Quarterly report"
ISO 8601 timestamp of the last time the skill was updated.
"2026-02-01T09:30:00.000Z"
The instructions injected into the agent's context when the skill runs.
1 - 20000"Pull revenue by month for the last four quarters, then..."

