/
OU
outcallerai
/
FastAPI
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.1.0
2026-08-03
553
368
548.9 KB
Create Workspace Agent
post
/api/workspaces/{workspace_id}/agents
Path parameters
workspace_id
string
required
Request body
AgentWriteRequest
required
name
string
required
gender
'MALE'
|
'FEMALE'
voiceId
string[]
voiceUrl
string
nullable
useCaseId
string
nullable
temperature
number
nullable
agentTalksFirst
boolean
nullable
interruptable
boolean
nullable
vadEnabled
boolean
nullable
minimumTurnDuration
integer
nullable
turnEndpointDelay
integer
nullable
minimumInterruptionDuration
integer
nullable
Response
Successful Response
OutcallerApiTypesWorkspaceManagementAgentResponse
required
id
string
required
name
string
required
gender
string
required
useCaseId
string
nullable
voiceId
string[]
voiceUrl
string
nullable
temperature
number
agentTalksFirst
boolean
interruptable
boolean
vadEnabled
boolean
minimumTurnDuration
integer
turnEndpointDelay
integer
minimumInterruptionDuration
integer
createdAt
string
date-time
required
updatedAt
string
date-time
required