Skip to main content
Kits share the @org/slug namespace with skills. Every active org member can create and curate kits; deleting is admin+. Rules: Kits.

GET /kits

Kits across all the user’s organizations.

POST /kits

Create a kit from a list of skill names.

GET /kits/:org/:slug

Kit detail with its skills — entitlement-filtered: skills the caller can’t see are omitted, so the list is exactly what an install would deliver. The CLI installs kits by walking this list.

PATCH /kits/:org/:slug

Update metadata and/or contents. Requires membership in the owning org.
When skills is present it replaces the kit’s contents wholesale (1–50 names; 422 unknown_skills applies). Returns the updated kit view.

DELETE /kits/:org/:slug

Archives the kit. Admin or owner only — members get a 403. The skills inside are untouched; idempotent.