v1

latestOpenAPI 3.1.02026-07-22100167210.7 KB
Environments

Enable Environment Skill

Enables a skill on the environment. Use GET /v1/environment-skills/search to discover skills first, then enable them with this endpoint. Returns 409 if the skill (by slug or source) is already enabled on the environment.

post/v1/environments/{environmentId}/skills

Path parameters

environmentIdstring required

Environment UUID, or the literal string global.

Request body

namestring required

Display name (typically copied from the catalog result)

slugstring required

Catalog slug

sourcestring required

Catalog URL or other source identifier

Response

Skill enabled