Get a skill
This endpoint is currently in development and may change.
Retrieve a skill by its UUID.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
Skill UUID
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Query Parameters
Requires an Organization API key. The membership ID of the user to attribute the action to.
Response
The requested 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..."

