telnyx-voice-javascript

Installation
SKILL.md

Telnyx Voice - JavaScript

Installation

npm install telnyx

Setup

import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
Related skills
Installs
79
GitHub Stars
171
First Seen
Feb 23, 2026