Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Path Parameters

id
string
required

Agent id.

Minimum string length: 1

Body

application/json
name
string

New agent display name.

Example:

"Roofing Follow Up"

config
object

Optional editable agent configuration accepted on create and update. Omitted fields keep their template defaults on create, or remain unchanged on update.

{key}
any

Response

Agent updated.

success
boolean
required
agent
object
required
idempotentReplay
boolean

True when returned from a previous successful Idempotency-Key request.