retellai-prod-checklist

确保 Retell AI 集成在生产环境安全、稳定上线,涵盖密钥管理、代码质量、基础设施健康检查、文档完备性及渐进式发布全流程,并支持快速回滚与实时监控告警。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill "retellai-prod-checklist"

Retell AI Prod Checklist

Overview

Implementation patterns for Retell AI prod checklist — 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 prod checklist

Error Handling

ErrorCauseSolution
401 UnauthorizedInvalid API keyCheck RETELL_API_KEY
429 Rate LimitedToo many requestsImplement backoff
400 Bad RequestInvalid parametersCheck API documentation

Resources

Next Steps

See related Retell AI skills for more workflows.