For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a skill

Create a new AI skill for the specified entity.

post
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Query parameters
agent_idstringOptional

Optional settings ID. When provided, creates the skill under the specified settings. When absent, uses the most recently created settings for the given channel.

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Skill to create

descriptionstringOptional
skillstringOptional
titlestringOptional
Responses
201

The newly created skill

application/json

A single AI skill

channelstring · enumRequiredPossible values:
created_atintegerOptional
descriptionstringOptional
idstringRequiredExample: 1234567890
skillstringRequired
titlestringOptional
post/agent_config/skills

Last updated

Was this helpful?