curl -X POST "https://api.getbutter.ai/api/agents" \
-H "X-API-Key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"agent_name": "Sarah - Receptionist",
"language": "en",
"stt_provider": "deepgram",
"tts_provider": "cartesia",
"tts_voice": "f786b574-daa5-4673-aa0c-cbe3e8534c02",
"llm_provider": "openai",
"llm_model": "gpt-4o-mini",
"system_prompt": "You are Sarah, a helpful receptionist for Acme Corp. You can answer questions about business hours (9-5 EST) and location (New York). Keep answers brief.",
"speak_first": true
}'