Retell AI cost tuning — 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 cost tuning", "retellai
Imported from flight505/skill-forge (plugins/saas-packs/retellai-pack/skills/retellai-cost-tuning/SKILL.md). Install upstream with npx skills add flight505/skill-forge --skill retellai-cost-tuning. Copyright stays with the author (MIT).
Retell AI Cost Tuning
Overview
Implementation patterns for Retell AI cost tuning — 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}`);