skills/smithery.ai/retellai-architecture-variants

retellai-architecture-variants

Installation
SKILL.md

Retell AI Architecture Variants

Overview

Implementation patterns for Retell AI architecture variants — 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}`);
Installs
1
First Seen
Apr 25, 2026
retellai-architecture-variants from smithery.ai