Overview

The Team Skills API lets workspace owners and admins install reusable skills into a workspace. Skills can carry a manifest, source repository, and version. The API enforces workspace access: members can read skills, while owners and admins can create or delete them.

Base URL

All endpoints require a valid Bearer token in the Authorization header. See Authentication for details.

Endpoints

List skills

Query parameters: Response:

Create skill

Request body:
Response:

Get skill

Response:

Delete skill

Response:

Error codes