Skills
Update Skill Config
Update the configuration for an installed skill.
PATCH
Updates the configuration of an installed skill. You can enable or disable it, set an API key, update environment variables, or adjust skill-specific config — all in a single call. Only the fields you include will be updated.
Authentication
Requires an org-level API key or a scoped token with theconfigure permission.
Path Parameters
string
required
The ID of the instance.
string
required
The name of the skill to configure.
Body Parameters
boolean
Enable or disable the skill without uninstalling it.
string
Set an API key for the skill, if it requires one.
object
Environment variables to set for the skill. Keys are variable names, values are strings.
object
Skill-specific configuration options. The shape of this object depends on the skill.
Response
Returns204 No Content on success.