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.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an org-level API key or a scoped token with theconfigure permission.
Path Parameters
The ID of the instance.
The name of the skill to configure.
Body Parameters
Enable or disable the skill without uninstalling it.
Set an API key for the skill, if it requires one.
Environment variables to set for the skill. Keys are variable names, values are strings.
Skill-specific configuration options. The shape of this object depends on the skill.
Response
Returns204 No Content on success.