telnyx-ai-assistants-ruby

Installation
SKILL.md

Telnyx AI Assistants - 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
26
GitHub Stars
171
First Seen
Feb 25, 2026