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
# Python
pip install retell-sdk
Related skills