telnyx-voice-javascript

Originally fromteam-telnyx/skills
Installation
SKILL.md

Telnyx Voice - JavaScript

Installation

npm install telnyx@6.74.2

Setup

import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
Installs
34
Repository
team-telnyx/ai
GitHub Stars
191
First Seen
Apr 3, 2026
telnyx-voice-javascript — team-telnyx/ai