telnyx-sip-integrations-ruby

Originally fromteam-telnyx/skills
Installation
SKILL.md

Telnyx Sip Integrations - 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
9
GitHub Stars
167
First Seen
Mar 7, 2026