curl -X POST https://api.thinnest.ai/v1/agents \
-H "Authorization: Bearer $THINNESTAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Real Estate Showing Agent",
"model": "gpt-4o",
"instructions": "You are a real estate showing agent. Help buyers find properties, send visual links with photos, remember returning buyers preferences, and schedule showings with SMS confirmation.",
"voiceEnabled": true,
"transcriber": { "provider": "deepgram", "model": "nova-2-conversationalai" },
"voice": { "provider": "deepgram", "voiceId": "aura-2-thalia-en" },
"visualIvrEnabled": true,
"visualIvrBaseUrl": "https://realty.example.com/listings",
"visualIvrAutoSms": true,
"conversationalMemoryEnabled": true,
"memoryMaxPreviousCalls": 10,
"appointmentBookingEnabled": true,
"appointmentDuration": 30,
"appointmentConfirmationSms": true,
"greetingVariantsEnabled": true,
"smsMidCallEnabled": true,
"voicemailDropEnabled": true,
"postCallFollowUpEnabled": true,
"postCallFollowUpType": "email",
"businessHoursEnabled": true,
"recordingEnabled": true
}'