Ruby SDK
The official Orbit Ruby SDK provides an idiomatic Ruby client for the Orbit API. Supports Ruby 3.1+ with automatic retries, structured errors, and a clean DSL.Installation
Add to your Gemfile:Quick Start
Messaging
Voice
Verify
Webhooks
Rails Controller
Error Handling
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
api_key | String | — | Your Devotel API key (required) |
base_url | String | https://orbit-api.devotel.io/api/v1 | API base URL |
Requirements
- Ruby 3.1 or later
faraday(installed automatically)