@jeremylongshore/retellai-enterprise-rbac
B"Retell AI enterprise rbac \u2014 AI voice agent and phone call automation.\n\
Install
agr install @jeremylongshore/retellai-enterprise-rbac --target claudeWrites 1 file into .claude/skills/, pinned to git-5aa0668b.
- .claude/skills/retellai-enterprise-rbac/SKILL.md
Document
name: retellai-enterprise-rbac
description: "Retell AI enterprise rbac \u2014 AI voice agent and phone call automation.\n
Use when working with Retell AI for voice agents, phone calls, or telephony.\nTrigger
\ with phrases like "retell enterprise rbac", "retellai-enterprise-rbac", "
voice agent".\n"
allowed-tools: Read, Write, Edit, Bash(npm:), Bash(curl:), Grep
version: 1.9.0
license: MIT
author: Jeremy Longshore jeremy@intentsolutions.io
tags:
- saas
- retellai
- voice
- telephony
- ai-agents compatibility: Designed for Claude Code, also compatible with Codex and OpenClaw
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 |
Resources
Next Steps
See related Retell AI skills for more workflows.
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- warnPrompt injection1 hit(s): credential_access
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- line 35 — References credentials, tokens, or key material
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-5aa0668bde302026-07-31