Skills API
Install Skill
Install a marketplace skill for the authenticated user.
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
UUID of the skill to install.
Request Examples
Response (HTTP 201)
Uninstall
To uninstall a skill, send aDELETE request with the same body:
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Invalid skillId format (must be UUID) |
| 404 | not_found | Skill not found |
Install Skill
