{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"organization_id": "987fcdeb-51a2-3bc4-d567-890123456789",
"name": "Customer Support Agent",
"description": "Handles customer inquiries and support requests",
"greeting_message": "Hello! Thank you for calling. How can I help you today?",
"system_prompt": "You are a helpful customer support agent for Acme Corp. Be friendly, professional, and concise.",
"agent_type": "simple",
"model": "gpt-4o",
"voice_model": "gpt-4o-realtime-preview",
"stt_model": "deepgram",
"tts_model": "cartesia",
"voice_settings": {
"voice_id": "alloy",
"speed": 1.0
},
"config": {
"enable_recording": true,
"user_timezone": "America/New_York",
"inactivity_timeout": 15
},
"extensions": {
"tools": [
{
"type": "webhook",
"name": "check_order",
"description": "Check order status",
"url": "https://api.example.com/orders",
"method": "GET"
}
]
},
"integrations": {
"google_calendar": {
"enabled": true,
"user_timezone": "America/New_York"
}
},
"transfer_enabled": true,
"status": "active",
"is_active": true,
"sip_registration_data": null,
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
}