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

Update AI agent settings

Create or fully replace the AI settings for the specified entity. All fields must be provided for a complete replacement. Note that disabling the agent will make the AI stop responding to all threads. Re-enabling it will make the AI start responding to new threads only.

put
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 agent ID. When provided, updates the specific agent configuration. When absent, uses create-or-fetch behavior.

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

AI agent settings to create or replace

ai_audiencestring · enumOptionalPossible values:
Responses
200

The updated AI settings for the entity

application/json

The AI agent settings for an entity

agent_idstringRequiredExample: 1234567890
ai_audiencestring · enumOptionalPossible values:
channelstring · enumRequiredPossible values:
put/agent_config/settings

Last updated

Was this helpful?