Open Platform · Developer Suite

Build around Navix. Connect to anything.

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.

  • 12pre-built partners
  • 1open REST API
  • 0vendor lock-in
  • OAuth 2.0
  • Scoped API Keys
  • Webhooks Signed
  • Audit Trail
Three doors in

Plug Navix into your stack three ways.

Pre-built integrations for the partners you already use. A full API for the systems we don't support natively. MCP servers for the agent era.

  • 01Pre-built Partners

    Native integrations for the tools facilities already run.

    Twelve clinical, billing, compliance, marketing, telehealth, and AI-agent partners — activated from the admin panel. Credentials, mapping, and configuration handled.

    • 12 partners
    • Admin-panel toggles
    • Credential vault
    Jump to section
  • 02Navix API

    REST API + webhooks. Same surface that powers Navix's own apps.

    Read and write charts, manage clients, fire automations, pull reports, subscribe to events. OAuth 2.0 for end-user auth, scoped keys for service-to-service.

    • REST · OAuth 2.0
    • Webhooks
    • Scoped keys
    Jump to section
  • 03MCP Servers

    The standard interface for the agent era — open to any AI.

    Connect Claude, ChatGPT, Cursor, or your own LLM agent to Navix data and actions. Same permissions Navix Intelligence has. Same audit trail.

    • Claude · GPT · Cursor
    • Scoped permissions
    • Audited
    Jump to section
01 · Pre-built Partners

Native integrations with the tools facilities already run.

Twelve partners across clinical, billing, compliance, marketing, telehealth, communications, and AI. Activated from the admin panel — credentials, mapping, and configuration handled.

  • Clinical Operations
  • Patient Engagement
  • Revenue Cycle
  • Compliance & Monitoring
  • Marketing & Admissions
  • Telehealth
  • Communications
  • CRM
  • AI Agents
  • Clinical OperationsLive

    Lynk Diagnostics

    Lab Order Management

    Order labs from the chart, receive results back, reconcile against treatment plans without leaving Navix.

  • Patient EngagementLive

    R1 Learning

    Digital Engagement & Education

    Patient education and engagement that improves outcomes and reduces no-show rates.

  • Revenue CycleLive

    CollaborateMD

    Healthcare Billing

    Clinical activity wired directly to claims — no duplicate entry, no billing leaks.

  • Compliance & MonitoringLive

    SOBRsafe

    Real-time Substance Monitoring

    Alcohol and substance monitoring integrated into the chart — risk surfaced before it becomes an incident.

  • Marketing & AdmissionsLive

    CallTrackingMetrics

    Call Tracking & Lead Attribution

    Inbound calls routed into the Navix CRM with full attribution, recording, and lead context.

  • Marketing & AdmissionsLive

    CallRail

    Conversation Intelligence

    Call data flows into Navix in real time. Coordinators see the lead, the source, and the recording — without leaving the CRM.

  • TelehealthLive

    Google Meet

    Telehealth Video Sessions

    Schedule and launch Meet sessions from the chart. Recording metadata syncs back to the session note.

  • CommunicationsLive

    Gmail

    Email & Calendar Sync

    Send admissions packets, scheduling reminders, and treatment plan PDFs from the email account your team already uses.

  • CommunicationsLive

    Outlook

    Microsoft Mail & Calendar

    Admissions, scheduling, and clinical email workflows for facilities on Microsoft. Calendar events sync with Navix.

  • TelehealthLive

    Microsoft Teams

    Group Sessions & Internal Chat

    Run telehealth, intake interviews, and family conferences in Teams. Notes auto-link to the chart with NavixScribe transcription.

  • CRMLive

    Dazos

    Behavioral Health CRM · 1,500+ facilities

    Admissions, revenue cycle, marketing automation, and verification of benefits — kept in sync with the Navix EMR so facilities running both don't double-enter or lose visibility across the inquiry-to-discharge lifecycle.

    • iCampaign
    • iVerify
    • Dazos IQ
    Visit Dazos
  • AI AgentsComing Soon

    A2A

    Agent-to-Agent Protocol

    Google's Agent-to-Agent protocol — pairs with Navix MCP servers so Navix agents can collaborate with third-party AI agents on the same task without bespoke integrations.

02 · The Navix API

A REST API that opens everything.

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.

  • Charts & Clients

    Read and write charts.

    Client records, treatment plans, notes, assessments, chart events.

  • Forms & Outcomes

    Send and score forms.

    Sharelink delivery, response capture, programmatic outcome scoring.

  • Automations

    Fire any workflow.

    Trigger Navix automations from external events — any time, any system.

  • Reports & Analytics

    Pull operational data.

    Census, financial, clinical, operational reports as JSON or scheduled deliveries.

  • Users & Permissions

    Provision and audit.

    Manage roles, scope tokens to resources, full audit trail by default.

  • Webhooks

    Subscribe to events.

    Chart events, status changes, automation fires — pushed to your endpoints.

GET · client chart200 OK
# Fetch a client record
curl https://api.navixhealth.com/v1/clients/c_01HXZQ \
  -H "Authorization: Bearer $NAVIX_API_KEY" \
  -H "Accept: application/json"
WEBHOOK · discharge.signedfired
{
  "event": "discharge.signed",
  "client_id": "c_01HXZQ",
  "facility_id": "f_main",
  "discharged_at": "2026-04-30T17:00:00Z",
  "clinician": "Dr. Lopez"
}
POST · trigger automation202 Accepted
POST /v1/automations/send-phq9/run
{ "client_id": "c_01HXZQ" }
Request API access Public docs and the Navix MCP package publish at GA. Reach out for early access.
03 · MCP Servers · Live

The standard interface for the agent era.

Model Context Protocol — the emerging open standard that lets AI agents securely connect to systems and act on them. Navix exposes its capabilities as MCP servers. Any agent can read Navix data and execute Navix actions — same permissions, same audit trail.

Any AI agent that speaks MCPcan talk to Navix.
claude_desktop_config.jsonconnected
{
  "mcpServers": {
    "navix": {
      "command": "npx",
      "args": ["-y", "@navix/mcp"],
      "env": {
        "NAVIX_API_KEY": "nvx_..."
      }
    }
  }
}
  • Build your own AI agent

    Connect Claude, ChatGPT, Cursor, or your custom-built agent to Navix MCP servers. The agent gets the same access Navix Intelligence has — read charts, summarize, draft documents, run workflows.

  • Custom internal copilots

    Build a UR copilot, a billing copilot, an admissions copilot — each with deep Navix data access — and run them inside Slack, Teams, or your dashboards.

  • Vendor agents that play nicely

    Third-party AI vendors connect to Navix through MCP without a custom integration each time. The protocol does the work.

Why this matters: agent-driven facility operations only work if anything can plug into Navix. MCP is how that happens.

The open bet

Build around Navix. Connect to anything.

Other behavioral health platforms lock you in. Navix takes the opposite approach. The platform is yours to extend, integrate, and build on top of.

OUTBOUND →

Anyone can build around Navix.

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.

  • Custom internal appsBI dashboards, ops cockpits, clinical tools — pulling Navix data in real time.
  • AI agents you ownWire your LLM-powered agents into Navix via MCP. Your prompts, your models, your data.
  • Integrations we haven't builtNeed to talk to a system we don't natively support? Use the API. Done in days.
  • Embedded experiencesSurface Navix data inside Slack, Teams, your custom CRM, your internal portal.
← INBOUND

Navix can connect to any software.

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 available for enterprise.

  • Webhooks both directionsSend events into Navix; receive events out. Bridge any modern system.
  • Custom integration build-outOur team will build a connection to your existing tooling as part of enterprise onboarding.
  • Partnership pipelineWe add new pre-built partners based on customer demand — tell us what you need.
  • Data import + exportMigrate from your old EMR or push data out for compliance, BI, or backup. No proprietary lock-in.
Open by design · Built to be built on

Open by design. Built to be built on.

Public API documentation and the Navix MCP package will publish as the developer platform reaches general availability. Reach out for early access.