skills/smithery.ai/retellai-install-auth

retellai-install-auth

Installation
SKILL.md

Retell AI Install Auth

Overview

Install the Retell AI SDK and configure API key authentication for building voice agents.

Prerequisites

  • Retell AI account at retellai.com
  • API key from the Retell AI dashboard
  • Node.js 18+ or Python 3.9+

Instructions

Step 1: Install SDK

set -euo pipefail
# Node.js
npm install retell-sdk
Installs
1
First Seen
Apr 5, 2026
retellai-install-auth from smithery.ai