技能 人工智能 Retell AI语音智能体及电话自动化

Retell AI语音智能体及电话自动化

v20260423
retellai-reference-architecture
本技能提供了基于Retell AI的语音智能体和电话自动化参考架构,旨在帮助开发者实现复杂的语音交互和电话呼叫自动化流程。适用于需要将高级语音功能、实时语音通信和完整电话功能集成到应用程序中的开发场景。
获取技能
439 次下载
概览

Retell AI Reference Architecture

Overview

Implementation patterns for Retell AI reference architecture — 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}`);

Output

  • Retell AI integration for reference architecture

Error Handling

Error Cause Solution
401 Unauthorized Invalid API key Check RETELL_API_KEY
429 Rate Limited Too many requests Implement backoff
400 Bad Request Invalid parameters Check API documentation

Resources

Next Steps

See related Retell AI skills for more workflows.

信息
Category 人工智能
Name retellai-reference-architecture
版本 v20260423
大小 2.58KB
更新时间 2026-04-28
语言