| name | elevenlabs-prod-checklist |
| description | Execute an ElevenLabs production deployment checklist with health checks and rollback.
Use when deploying TTS/voice integrations to production, preparing for launch, or
implementing go-live procedures for ElevenLabs-powered apps.
Trigger with "elevenlabs production", "deploy elevenlabs", "elevenlabs go-live",
"elevenlabs launch checklist", or "production TTS".
|
| allowed-tools | Read, Bash(curl:*), Bash(jq:*), Grep |
| version | 1.6.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","voice","ai","elevenlabs","production","deployment"] |
| compatibility | Designed for Claude Code |
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.
The deep code for the resilience primitives lives in references/ so this file stays a
fast, scannable runbook — drill in when you need the full implementation.
Prerequisites
- Staging environment tested and verified
- Production API key (separate from dev/staging)
- Monitoring and alerting infrastructure ready
Instructions
Step 1: Pre-Deployment Verification
Walk the checklist below. Every unchecked box is a launch blocker.
Configuration:
Code Quality:
Quota Planning:
Step 2: Wire the resilience primitives