Skills
Enable Skill
Enable a skill for an agent
POST
Enable a skill from the catalog for a specific agent. If the skill was previously enabled and removed, this will re-create it with the provided configuration.
Request Body
The agent to enable the skill for.
The skill definition ID from the catalog. Get this from List Skill Definitions.
Skill-specific configuration. See the skill’s
config_schema for available options.How the skill should fire:
event or schedule.Where to deliver results. Each entry has a
channel (slack, email, sms) and optional channel_name.Response
The created agent skill object.