← Browse

@jeremylongshore/retellai-enterprise-rbac

B

"Retell AI enterprise rbac \u2014 AI voice agent and phone call automation.\n\

skillclaude

Install

agr install @jeremylongshore/retellai-enterprise-rbac --target claude

Writes 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-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.

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 35References 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