C# SDK
The official Orbit .NET SDK provides a strongly-typed client for the Orbit API. Built for .NET 8+, it supports all Orbit services with async/await, automatic retries, dependency injection, and structured error handling.Installation
Quick Start
Dependency Injection
Register the Orbit client in your ASP.NET Core services:Messaging
Voice
Verify
Webhooks
Error Handling
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | — | Your Devotel API key (required) |
baseUrl | string | https://orbit-api.devotel.io/api/v1 | API base URL |
Requirements
- .NET 8.0 or later
- No external dependencies (uses
System.Net.Http.HttpClient)