Skip to main content
PUT
Update Agent Config

Request

Path Parameters

string
required
The project ID

Headers

string
required
Bearer token using your developer key

Body

All fields are optional. Only include the fields you want to update.
string
Agent display name (1-128 characters)
string
Agent type: monolithic or skill
string
Agent status: draft or published
string | null
System-wide prompt
string | null
smart, turbo, or balance
string | null
Timezone string (e.g., Asia/Taipei)
boolean
Enable/disable agent memory
object | null
Pre-session execution config
object | null
Post-session webhook config
object | null
Auto-evaluation config
object | null
Placeholder messages by language
array | null
Variable extraction configs

Response

Returns the updated agent config.

Example