Skip to main content
PUT
Update Digital Employee

Code Examples

Headers

Pass your API key as a Bearer token in the Authorization header.
integer
required
ID of the workspace.

Path Parameters

integer
required
ID of the digital employee to update.

Request Body

All fields are optional. Only the fields provided will be updated.
string
Employee name. Max 255 characters.
string
Set employee status. Values: idle or active.
string
Execution mode. Values: agent (autonomous) or chat.
string
Whether runs require manual approval. Values: autonomous or approval_required.
string
Cron expression for scheduled runs (e.g. 0 9 * * 1-5). Max 128 characters.
object
Schedule builder config (alternative to heartbeat_cron).
string
Timezone for schedule execution (e.g. America/Sao_Paulo). Max 64 characters.
integer
Minimum seconds between runs. Either 0 (no limit) or >= 60.
string
Custom system prompt for this employee. Max 4096 characters.
string
Override the AI model (e.g. tess-6). Max 100 characters.
string
Override tool configuration. Max 255 characters.
boolean
Enable Search Intelligence for runs.
array
Array of connector identifiers to enable.
array
Array of skill identifiers to override.
integer
Max consecutive run failures before auto-pause. Range: 1–100.
integer
Execution priority order. Range: 0–999.
boolean
Whether the employee shares memory with its owner agent.
array
Array of file IDs for the knowledge base. Max 20 entries.
string
Avatar image URL. Max 2048 characters.
string
Thumbnail image URL. Max 2048 characters.
string
MBTI personality type (e.g. INTJ).
object
Wake policy configuration object.
object
Budget policy configuration object.
object
Goal configuration object.
object
Work policy configuration object.
string
Voice identifier for real-time voice mode.
object
Delegation configuration object. Supported fields:
  • trigger: on_delegate_tag | on_schedule | on_parent_complete
  • parallel: boolean — run children in parallel
  • context_mode: summary | full | none
  • max_concurrent_children: integer (1–10)
  • inherit_budget: boolean
  • auto_delegate_on_schedule: boolean

Response