{
"success": true,
"data": {
"agent": {
"id": "5b710eca-ee67-4c3a-aeb6-8b541f451b40",
"name": "Customer Support Bot",
"description": "Handles tier-1 support queries",
"agentArchitecture": "pipeline",
"model": "gpt_4o_mini",
"stt": "deepgram",
"voiceId": "gemini-leda-en",
"realtimeProvider": "openai",
"sysMsg": "You are a helpful customer support agent for Acme Corp. Be concise and friendly.",
"greetingType": "agentFirst",
"greetingMessage": "Hello! How can I help you today?",
"temperature": 0.7,
"inactivityTimeout": 30,
"lastMessage": "Is there anything else I can help you with?",
"mode": "public",
"functionCallingEnabled": false,
"enabledFunctions": [
"<string>"
],
"enabledCustomFunctions": [
"<string>"
],
"languages": [
{
"id": "<string>",
"language": "en"
}
],
"userId": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}
}