Skip to main content
The engineering model behind VoicEra. These pages explain why the system is shaped the way it is; the Reference section gives the exact contracts.
Reading in order works, but is not required. If you only have ten minutes, read Architecture and Voice pipeline — everything else builds on those two.

Start here

The domain

Providers and telephony

How providers plug in, how credentials are encrypted, how organisations and roles are scoped, why calls get queued or refused under concurrency limits, and why the data store speaks the MongoDB wire protocol — these are implementation details for people extending or operating the system, not product concepts. They live in the Developer tab’s System architecture group.

Platform

  • Services — the same system, from the operator’s side
  • System architecture — providers, multi-tenancy, and the data store, for the people extending or running the system
  • Repository layout — where each concept lives in code