Welcome to Orbit by Devotel
Orbit is the Agentic Customer Communication (ACC) platform — CPaaS, CCaaS, AI agents, and a customer data layer behind one API and one dashboard. You send and receive on sixteen channels, automate the journeys between them, and pay for it from the same wallet. This page orients you: what the platform does end to end, which docs group covers which job, and where to start depending on how you work.What Orbit does
For API-first teams, the shortest path through the platform looks like this:- Get a sandbox key in Settings > API keys. Test keys
(
dv_test_sk_prefix) work immediately — no carrier registrations, no approval queue. - Send from the sandbox. Every channel shares one endpoint shape:
POST /messages/<channel>for SMS, email, WhatsApp, RCS, Viber, and the rest. Sandbox sends are simulated and free. Voice usesPOST /voice/callswith a per-call DSL you control. - Read delivery status. Poll the message record or subscribe to webhooks signed with HMAC-SHA256.
- Provision a number and register your sender identities — US 10DLC, sender IDs, and India DLT each have their own pipeline under Numbers.
- Go live. Swap to a
dv_live_sk_key after the go-live checklist, and real traffic bills against your wallet.
Surface map
Choose your path
Two ways in, same platform underneath.API-first
Send your first message in five minutes, then read the
API reference and pick up an
SDK. Every dashboard action has an equivalent endpoint.
Dashboard-first
Sign up, create a test API key under Settings > API keys, and watch
sandbox sends in the delivery log before you write a line of code.
Compliance and legal
Orbit gives you tenant-owned compliance controls; the obligations behind them stay yours. Country and sender registration requirements, consent capture, opt-out handling, quiet hours, and recording-consent rules are all documented per jurisdiction under Compliance — including opt-out suppression and the country requirement matrices. Legal indexes the public legal surfaces and the attribution notices. Read these before your first live send, not after your first carrier block.Where to go next
- Quickstart — sandbox key to first send in five minutes
- API reference — full endpoint surface
- Concepts — tenant isolation, media planes, routing
- Go-live checklist — the gate between sandbox and production