curl -X POST "https://api.getbutter.ai/api/agents" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "X-Organization-Id: <YOUR_ORG_ID>" \
-H "Content-Type: application/json" \
-d '{
"config": {
"agent_name": "Sarah - Receptionist",
"stt_provider": "deepgram-nova-3",
"tts_provider": "cartesia",
"tts_voice": "f786b574-daa5-4673-aa0c-cbe3e8534c02",
"llm_provider": "google",
"llm_model": "gemini-2.5-flash-lite",
"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
}
}'