Toolverse
All skills

retellai-ci-integration

by jeremylongshore

Configure Retell AI CI/CD integration with GitHub Actions and testing.\nUse when setting up automated testing, configuring CI pipelines,\nor integrating Retell AI tests into your build process.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security

About this skill

Configure Retell AI CI/CD integration with GitHub Actions and testing.\nUse when setting up automated testing, configuring CI pipelines,\nor integrating Retell AI tests into your build process.\nTrigger with phrases like \

How to use

  1. Upewnij się, że ukończyłeś konfigurację autentykacji za pomocą skilla retellai-install-auth — bez tego skill nie będzie mógł połączyć się z API Retell AI.

  2. Załaduj skill, wyzwalając go frazami takimi jak "retell ci integration", "retellai-ci-integration" lub "voice agent" w kontekście pracy z agentami głosowymi.

  3. Zaimportuj SDK Retell AI w swoim projekcie TypeScript lub Node.js, używając wzorca: import Retell from 'retell-sdk' oraz inicjalizuj klienta z kluczem API pobranym ze zmiennej środowiskowej RETELL_API_KEY.

  4. Użyj metod SDK do zarządzania agentami — na przykład retell.agent.list() zwróci listę dostępnych agentów, którą możesz wyświetlić lub przetworzyć w pipeline'u.

  5. Obsługuj typowe błędy: 401 Unauthorized oznacza nieprawidłowy klucz API (sprawdź zmienną RETELL_API_KEY), 429 Rate Limited wymaga implementacji backoff'u, a 400 Bad Request wskazuje na niepoprawne parametry (sprawdź dokumentację API).

  6. Zintegruj skill z GitHub Actions lub innym narzędziem CI — użyj npm do instalacji retell-sdk, a następnie uruchom skrypty testujące agentów w ramach procesu budowania.

Related skills