Skip to main content
PUT
Update Agent Settings

Endpoint

Path Parameters

Request Body

All sections are optional. You can update just one section or multiple at once.

Working Hours

Limits

Settings

Array of key-value pairs for behavior settings:

Response

Example Requests

Update Working Hours Only

Update Limits Only

Update Settings Only

Update Everything

Working Days Format

The days parameter uses a colon-separated format representing Monday through Sunday: Examples:
  • 1:1:1:1:1:0:0 - Monday to Friday
  • 1:1:1:1:1:1:0 - Monday to Saturday
  • 0:1:1:1:1:1:0 - Tuesday to Saturday
Changes are applied immediately. If the agent is running, the scheduler is automatically re-triggered with the new settings.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the agent

Body

application/json

Agent settings to update

workingHours
object

Configure when the agent should be active

limits
object

Daily activity limits for the agent

settings
object[]

Agent behavior settings

Example:

Response

Agent settings updated successfully

id
string
Example:

"agent_12345abcde"

message
string
Example:

"Agent settings updated successfully"

Last modified on January 23, 2026