retellai-enterprise-rbac
Retell AI enterprise rbac — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony. Trigger with phrases like "retell enterprise rbac", "retellai-enterprise-rbac", "voice agent".
Allowed Tools
Provided by Plugin
retellai-pack
Claude Code skill pack for Retell AI (30 skills)
Installation
This skill is included in the retellai-pack plugin:
/plugin install retellai-pack@claude-code-plugins-plus
Click to copy
Instructions
Retell AI Enterprise Rbac
Overview
Implementation patterns for Retell AI enterprise rbac — voice agent and telephony platform.
Prerequisites
- Completed
retellai-install-authsetup
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
| 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 |
Examples
Grant a release operator access without granting call-data access
Create a role limited to publishing an approved agent version and inspecting deployment status. Do not include transcript, recording, billing, or user management permissions in that role. Test the role against a preview agent: it should promote the designated version but fail to retrieve protected call content. Record the role, environment, and approver before assigning it to a new operator, and remove the assignment when the release window closes.
Resources
Next Steps
See related Retell AI skills for more workflows.