技能 人工智能 Retell AI语音代理集成

Retell AI语音代理集成

v20260423
retellai-ci-integration
本技能提供了Retell AI的集成模式,用于构建和自动化语音代理和电话呼叫系统。适用于开发需要处理复杂语音交互、实现电话自动化流程,或在CI/CD环境中部署AI语音能力的应用程序。
获取技能
453 次下载
概览

Retell AI Ci Integration

Overview

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

Output

  • Retell AI integration for ci integration

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-ci-integration
版本 v20260423
大小 1.67KB
更新时间 2026-04-28
语言