Skip to main content
PATCH
Update agent behavior config
Merge behavior settings into an agent’s config object without changing prompts, stages, fields, or channel prompts. By default, only the submitted top-level keys change and every other config key remains intact. Use replace: true only when you intentionally need to replace the complete object. Common settings include disabled_channels, first_contact_channel, email_sender_id, and gate_outbound_to_hours.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Agent ID

Body

application/json
config
object
required

Top-level behavior config keys to merge or replace.

replace
boolean
default:false

Replace the complete config object instead of merging.

Response

Config updated

success
boolean
required
Example:

true

workflow_id
string<uuid>
required
config
object
required
Last modified on August 25, 2026