retellai-reliability-patterns
Implement Retell AI reliability patterns including circuit breakers, idempotency, and graceful degradation.\nUse when building fault-tolerant Retell AI integrations, implementing retry strategies,\nor adding resilience to production Retell AI services.\nTrigger with phrases like
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Implement Retell AI reliability patterns including circuit breakers, idempotency, and graceful degradation.\nUse when building fault-tolerant Retell AI integrations, implementing retry strategies,\nor adding resilience to production Retell AI services.\nTrigger with phrases like \
How to use
Upewnij się, że masz ukończoną konfigurację autentykacji poprzez skill
retellai-install-auth— bez tego API key nie będzie dostępny.Wyzwól skill frazami takimi jak "retell reliability patterns", "retellai-reliability-patterns" lub "voice agent" w swoim środowisku Claude Code, Codex lub OpenClaw.
Zainstaluj Retell SDK za pomocą npm — skill automatycznie obsługuje zależności npm i curl dla komunikacji z API Retell.
Zaimplementuj podstawowy wzorzec SDK, importując bibliotekę Retell i inicjalizując klienta z kluczem API z zmiennej środowiskowej RETELL_API_KEY.
Obsługuj typowe błędy API: 401 Unauthorized (sprawdź poprawność klucza API), 429 Rate Limited (wdróż backoff exponential), 400 Bad Request (zweryfikuj parametry zgodnie z dokumentacją Retell).
Odwołaj się do oficjalnej dokumentacji Retell AI i pakietu retell-sdk na npm w celu pełnego zrozumienia dostępnych metod i wzorców implementacji niezawodności.