ElevenLabs Production Checklist Overview Complete checklist for deploying ElevenLabs TTS/voice integrations to production. Covers API configuration, health checks, circuit breakers, monitoring, and rollback procedures. Prerequisites - Staging environment tested and verified - Production API key (separate from dev/staging) - Monitoring and alerting infrastructure ready Instructions Step 1: Pre-Deployment Verification Configuration: - [ ] Production API key stored in secure vault (not in code) - [ ] set in deployment platform's secrets - [ ] Webhook secret configured (if using webhooks) - [ ] U…