技能 人工智能 Retell AI语音代理事故手册

Retell AI语音代理事故手册

v20260423
retellai-incident-runbook
本技能提供了使用Retell AI构建事件处理流程(Runbook)的实现模式和代码示例。它专用于自动化复杂的语音代理工作流,适用于电话呼叫、突发事件通知和呼叫中心等场景的自动化处理。
获取技能
320 次下载
概览

Retell AI Incident Runbook

Overview

Implementation patterns for Retell AI incident runbook — 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 incident runbook

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-incident-runbook
版本 v20260423
大小 2.31KB
更新时间 2026-04-28
语言