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
2
Repository
team-telnyx/ai
GitHub Stars
171
First Seen
Apr 27, 2026