Loading…
Loading…
Behavioral health software has been a walled-garden game for decades. Navix takes the opposite bet. Pre-built partner integrations, a full REST API, MCP servers for AI agents, and webhooks — every door open. Anyone can build around Navix. Navix can connect to any software.
Three doors in
Pre-built integrations for the partners you already use. A full API for the systems we don't support natively. MCP servers for AI agents.
Twelve native partners across clinical, billing, compliance, marketing, telehealth, communications, outcomes, and AI agents. Activate from the admin panel. We handle credentials, mapping, and configuration.
Order labs directly from the chart, receive results back, reconcile against treatment plans without leaving Navix.
Patient education and engagement tools that improve outcomes and reduce no-show rates.
Healthcare billing integration that connects clinical activity directly to claims — no duplicate entry, no billing leaks.
Real-time alcohol and substance monitoring integrated into the chart — risk surfaced before it becomes an incident.
Inbound calls routed into the Navix CRM with full attribution, recording, and lead context. Marketing dollars tied to admissions.
CallRail call data flows into Navix in real time. Coordinators see who's calling, where the lead came from, and the recording — without leaving the CRM.
Schedule and launch Google Meet for individual or group sessions directly from the chart. Recording metadata syncs back to the session note for documentation.
Send admissions packets, scheduling reminders, and treatment plan PDFs from the email account your team already uses. Replies thread back into the chart.
Admissions, scheduling, and clinical email workflows for facilities on Microsoft. Outlook calendar events sync with Navix scheduling.
Run telehealth, intake interviews, and family conferences in Teams. Session notes auto-link to the chart with NavixScribe transcription.
Dazos is a behavioral-health-specific revenue growth platform used by 1,500+ addiction and mental health facilities. Their suite covers admissions (Dazos CRM with bed management and alumni follow-up), revenue cycle (Dazos IQ catches missed claims and tracks underpayments), marketing automation (iCampaign for email and SMS), and verification of benefits (iVerify). The Navix integration keeps admissions, billing, and outcomes data flowing between Dazos and the Navix EMR so facilities running both don't double-enter or lose visibility across the inquiry-to-discharge lifecycle.
Google's Agent-to-Agent (A2A) protocol — pairs with our MCP servers so Navix agents can collaborate with third-party AI agents on the same task without bespoke integrations.
Read and write charts, manage clients, fire automations, pull reports, subscribe to webhooks. The same API powers Navix's own apps and the developer surface open to every customer. OAuth 2.0 for end-user auth, scoped API keys for service-to-service.
curl https://api.navixhealth.com/v1/clients/c_01HXZQ \ -H "Authorization: Bearer $NAVIX_API_KEY" \ -H "Accept: application/json"
{
"event": "discharge.signed",
"client_id": "c_01HXZQ",
"facility_id": "f_main",
"discharged_at": "2026-04-30T17:00:00Z",
"clinician": "Dr. Lopez"
}POST /v1/automations/send-phq9/run { "client_id": "c_01HXZQ" }
{
"mcpServers": {
"navix": {
"command": "npx",
"args": ["-y", "@navix/mcp"],
"env": {
"NAVIX_API_KEY": "nvx_..."
}
}
}
}MCP — Model Context Protocol — is the emerging open standard that lets AI agents securely connect to systems and act on them. Navix exposes its capabilities as MCP servers, meaning any AI agent can talk to Navix data and execute Navix actions. Navix's own. Yours. Third-party tools. Same interface, same permissions, same audit trail.
The Open Bet
Other behavioral health platforms lock you in. Navix takes the opposite approach. The platform is yours to extend, integrate, and build on top of.
Your data stays yours. The API and MCP layer are documented, supported, and open to every customer. Build the apps your team needs without waiting for us.
Pre-built partners are the fast path. The API is the everything-else path. Webhooks bridge anything that can fire an HTTP call. Custom integrations are available for enterprise customers.
Whether you're a developer, an integration partner, or a customer who needs to plug Navix into the rest of your stack — we want to work with you.
Public API documentation and the Navix MCP package will be published as the developer platform reaches general availability. Reach out for early access.