retellai-enterprise-rbac

实现企业级身份认证与权限管理体系,支持单点登录集成及基于角色的访问控制,通过组织层级配置实现精细化权限分配,确保操作行为可审计可追溯,适用于需要安全合规接入AI平台的大型组织架构。

快捷安装

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

npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill "retellai-enterprise-rbac"

Retell AI Enterprise Rbac

Overview

Implementation patterns for Retell AI enterprise rbac — 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 enterprise rbac

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.