Skip to main content
POST
Create Employee from Agent

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 existing agent to link the new Digital Employee to.

Request Body

string
required
Employee name. Max 255 characters.
string
Execution mode. Values: agent (autonomous) or chat. Default: agent.
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.
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.

Response