telnyx-voice-javascript

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
37
Repository
team-telnyx/ai
GitHub Stars
208
First Seen
Apr 3, 2026
telnyx-voice-javascript — team-telnyx/ai