telnyx-voice-ruby

Installation
SKILL.md

Telnyx Voice - Ruby

Installation

gem install telnyx

Setup

require "telnyx"

client = Telnyx::Client.new(
  api_key: ENV["TELNYX_API_KEY"], # This is the default and can be omitted
)
Related skills
Installs
8
GitHub Stars
167
First Seen
Mar 7, 2026