Skip to main content
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

string
required
The agent to enable the skill for.
string
required
The skill definition ID from the catalog. Get this from List Skill Definitions.
object
Skill-specific configuration. See the skill’s config_schema for available options.
string
How the skill should fire: event or schedule.
array
Where to deliver results. Each entry has a channel (slack, email, sms) and optional channel_name.

Response

object
The created agent skill object.