What is Nairon?
Nairon is a voice AI platform for building phone-answering and web-embedded voice agents, and for consuming voice/LLM capability directly through an API. An agent’s behavior is defined by a flow — a conversation design that can range from a guided FAQ form to a full graph with branching logic, pre-call and post-call automation, and live integrations with your CRM or calendar.
Nairon v2 organizes the product around organizations and projects. An organization is the billing and membership boundary (your company); projects live inside an organization and hold the flows, phone numbers, knowledge bases, and agent profiles for a given use case. See Organizations & Projects for the full model.
The four surfaces
Section titled “The four surfaces”Nairon v2 splits what used to be a single dashboard into four subdomains of the same application, each scoped to a different kind of user:
| Surface | Host | Who it’s for |
|---|---|---|
| App | app.v2.nairon.xyz | Everyone signs in here first. Build hotline projects: flows, phone numbers, knowledge bases, analytics. |
| Partners | partners.v2.nairon.xyz | Referral and reseller partners: their portal, commissions, managed customer orgs, flow templates. |
| Platform | platform.v2.nairon.xyz | Developers consuming Nairon as an API: API keys, usage, invoice preview for a platform-type project. |
| Headless | headless.v2.nairon.xyz | Integrators embedding Nairon inside their own product: templates, tenant instances, versioning. |
All four are one Next.js application; the host you land on determines which mount you see, and
sign-in is shared across *.v2.nairon.xyz — see The Four Surfaces for how the
routing and session model works.
Where to go next
Section titled “Where to go next”- New to Nairon? Start with the Quickstart to build your first hotline flow.
- Building software on top of Nairon? Jump to the Developer guide and the API reference.
- Running Nairon inside your own product for your customers? See the Headless guide.
- A referral or reseller partner? See the Partner guide.