Update Agent Settings
Agents
Update Agent Settings
Updates an agent’s working hours and scheduling settings. Changes are applied immediately and the scheduler is re-triggered if the agent is running.
PUT
Update Agent Settings
Documentation Index
Fetch the complete documentation index at: https://docs.kakiyo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
agentId | string | Yes | The agent ID to update |
Request Body
All sections are optional. You can update just one section or multiple at once.Working Hours
| Field | Type | Description |
|---|---|---|
days | string | Working days (Mon-Sun). Format: 1:1:1:1:1:0:0 where 1=active, 0=off |
start | string | Start time in HH:MM format (24-hour) |
stop | string | End time in HH:MM format (24-hour) |
Limits
| Field | Type | Description |
|---|---|---|
invitationsMin | integer | Minimum daily invitations (1-100) |
invitationsMax | integer | Maximum daily invitations (2-100) |
messagesMin | integer | Minimum daily messages (1-500) |
messagesMax | integer | Maximum daily messages (2-500) |
Settings
Array of key-value pairs for behavior settings:| Key | Type | Description |
|---|---|---|
skipInNetwork | boolean | Don’t send messages to prospects already in your LinkedIn network |
invitationsOnly | boolean | Only send invitations, skip follow-up messages |
Response
Example Requests
Update Working Hours Only
Update Limits Only
Update Settings Only
Update Everything
Working Days Format
Thedays parameter uses a colon-separated format representing Monday through Sunday:
| Position | Day |
|---|---|
| 1st | Monday |
| 2nd | Tuesday |
| 3rd | Wednesday |
| 4th | Thursday |
| 5th | Friday |
| 6th | Saturday |
| 7th | Sunday |
1:1:1:1:1:0:0- Monday to Friday1:1:1:1:1:1:0- Monday to Saturday0:1:1:1:1:1:0- Tuesday to Saturday
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the agent
Body
application/json
Agent settings to update
Last modified on January 28, 2026

