Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

Skills

Platform and custom skills; browser-only mutations with step-up.

Skills bundle tools, prompts, and runtime capabilities. Platform expansion skills ship in the catalog; orgs enable or disable them per agent.

Endpoints

MethodPathDescription
GET/api/v1/skillsList catalog skills with enablement state.
GET/api/v1/skills/:skillIdSkill detail.
PATCH/api/v1/skills/:skillIdInstall or configure — browser session + step-up.
GET/api/v1/skills/customList custom skills.
POST/api/v1/skills/customCreate custom skill — browser + step-up.
PATCH/api/v1/skills/custom/:idUpdate custom skill.
DELETE/api/v1/skills/custom/:idDelete custom skill.

API-key callers receive 403 ForbiddenError("Skill management requires a browser session") on all mutations.