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
| Method | Path | Description |
|---|---|---|
GET | /api/v1/skills | List catalog skills with enablement state. |
GET | /api/v1/skills/:skillId | Skill detail. |
PATCH | /api/v1/skills/:skillId | Install or configure — browser session + step-up. |
GET | /api/v1/skills/custom | List custom skills. |
POST | /api/v1/skills/custom | Create custom skill — browser + step-up. |
PATCH | /api/v1/skills/custom/:id | Update custom skill. |
DELETE | /api/v1/skills/custom/:id | Delete custom skill. |
API-key callers receive 403 ForbiddenError("Skill management requires a browser session") on all mutations.