retellai-known-pitfalls

Installation
SKILL.md

Retell AI Known Pitfalls

Overview

Implementation patterns for Retell AI known pitfalls — 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}`);
Related skills
Installs
1
GitHub Stars
2.2K
First Seen
3 days ago