Skip to main content
POST
Install Skill
Install a skill from the marketplace. Once installed, the skill is automatically loaded on every completion request.

Authentication

Requires a Bearer token. See Authentication.

Request Body

skillId
string
required
UUID of the skill to install.

Request Examples

Response (HTTP 201)

Uninstall

To uninstall a skill, send a DELETE request with the same body:

Errors