v1
latestOpenAPI 3.0.02026-07-26242779.3 KBCreate a new agent
post/agents
Request body
Example request
{
"serviceName": "my-voice-agent",
"image": "your-username/my-agent:latest",
"buildId": "123e4567-e89b-12d3-a456-426614174000",
"region": "us-west",
"nodeType": "arm",
"imagePullSecretSet": "dockerhub-credentials",
"secretSet": "my-agent-secrets",
"autoScaling": {
"minAgents": 1,
"maxAgents": 20
},
"krispViva": {
"audioFilter": "tel"
},
"agentProfile": "agent-1x",
"maxSessionDuration": 3600
}Response
Agent created successfully