| name | pamela-calls |
| description | Make AI-powered phone calls with Pamela's voice API. Create outbound calls, register custom tools for mid-call actions, handle webhooks, and build React UIs. Use when the user wants to make phone calls, integrate voice AI, build IVR systems, navigate phone menus, or automate phone tasks. |
Pamela Voice API Skill
Make AI-powered phone calls with native phone tree navigation.
Jump to: Installation · Quick Start · Use Cases · SDK Reference
Prerequisites
- API subscription (required for API access)
- API key from your developer account
- Node.js 18+ (for JS/React) or Python 3.8+ (for Python)
Installation
JavaScript/TypeScript:
npm install @thisispamela/sdk
Python:
pip install thisispamela
React:
npm install @thisispamela/react @thisispamela/sdk
CLI:
npm install -g @thisispamela/cli
Getting Your API Key
- Sign up for an API subscription at developer.thisispamela.com
- Navigate to the API settings panel
- Set up billing through Stripe
- Click "Create API Key"
- Save immediately - the full key (starts with
pk_live_) is only shown once
Quick Start
Note: Phone numbers must be in E.164 format (e.g., +1234567890).
JavaScript