Retell AI deploy integration — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony. Trigger with phrases like "retell deploy integrati
Imported from flight505/skill-forge (plugins/saas-packs/retellai-pack/skills/retellai-deploy-integration/SKILL.md). Install upstream with npx skills add flight505/skill-forge --skill retellai-deploy-integration. Copyright stays with the author (MIT).
Retell AI Deploy Integration
Overview
Implementation patterns for Retell AI deploy integration — voice agent and telephony platform.
Prerequisites
Completed retellai-install-auth setup
Instructions
Step 1: SDK Pattern
import Retell from 'retell-sdk';const retell = new Retell({ apiKey: process.env.RETELL_API_KEY! });const agents = await retell.agent.list();console.log(`Agents: ${agents.length}`);