Analyze, plan, and execute Retell AI SDK upgrades with breaking change detection.
Use when upgrading Retell AI SDK versions, detecting deprecations,
or migrating to new API versions.
Trigger with...
SKILL.md
Retell AI Upgrade Migration
Overview
Implementation patterns for Retell AI upgrade migration — 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}`);