ElevenLabs CI Integration Overview Set up CI/CD pipelines that test ElevenLabs integrations without burning character quota on every PR. Uses a two-tier strategy: mocked unit tests on every push, gated integration tests on demand. Prerequisites - GitHub repository with Actions enabled - ElevenLabs API key for integration tests - npm/pnpm project with vitest configured Instructions Step 1: GitHub Actions Workflow Step 2: Configure Repository Secrets Step 3: Unit Test with SDK Mock Step 4: Integration Test (Gated) Step 5: Package Scripts CI Strategy Summary | Tier | When | API Key | Quota Cost…