← Back to all docs

Exym API

Exym is a 20+ year-old behavioral health EHR that dominates among Los Angeles County contracted community mental health and SUD agencies — and it has no public API, developer portal, SDKs, or webhooks. Supergood creates a managed, unofficial Exym API so your team can programmatically access clients, progress notes, claims, and eligibility data without waiting on vendor-built EDI interfaces.

By Alex KlarfeldJuly 7, 2026
Exym API

What is Exym?

Exym is a behavioral health EHR with more than 20 years of history serving community mental health and substance use disorder agencies, schools, foster care providers, and residential treatment centers. It is especially entrenched among Los Angeles County contracted providers — it was the first EHR to integrate with LA County DMH's IBHIS system and also interfaces with the county's Sage system for SAPC providers.

The platform combines clinical documentation, integrated billing and claims processing, real-time eligibility checks, electronic signatures, client portals, an outcome measurement library, and telehealth (Exym Engage), with reporting through Exym Analytics. For agencies billing Medi-Cal and county contracts under CalAIM, Exym is the system of record for both care delivery and revenue.

Common data entities:

  • Clients and demographics
  • Progress notes and clinical documentation
  • Treatment plans and outcome measures
  • Claims, EDI billing, and payer eligibility results
  • Consent forms and county compliance records

The Exym Integration Challenge

  • No public API, developer portal, SDKs, or documented webhooks — Exym publishes no self-serve integration surface.
  • Integration happens through EDI claims interfaces to state and county systems (LA County DMH's IBHIS, Sage) that are built and controlled by the vendor, not through open endpoints.
  • E-prescribing, telehealth, and payer connections are vendor-built hookups enabled per agency — not connectors a customer can configure independently.
  • Clinical, billing, and CalAIM compliance data live behind the authenticated web application, with in-app reporting and exports as the primary way data leaves the system.
  • Any custom integration requires engaging Exym directly, putting timelines and scope in the vendor's hands.

How Supergood Creates Exym APIs

Supergood builds and maintains an unofficial, managed API for Exym. Instead of waiting on a partner program that doesn't exist, Supergood's system operates Exym the way your staff does — through its authenticated web application — and exposes what it finds as clean, documented REST endpoints your engineers can call directly.

  • Managed authentication: Supergood handles Exym credentials, session lifecycles, and any MFA prompts, keeping your integration connected without manual intervention.
  • Normalized data: clients, progress notes, claims, and eligibility results come back as consistent JSON objects, not screen-scraped fragments.
  • Continuous adaptation: when Exym ships UI or workflow changes, Supergood detects them and updates the API before your integration breaks.

Use Exym with AI agents: Exym MCP Server →

Getting Started

  1. Schedule Integration Assessment
    Book a 30-minute call to walk through the Exym data and workflows you need. We'll confirm feasibility and scope on the spot.
  2. Supergood Generates and Validates Your API
    Supergood builds your Exym API, validates every endpoint against a live environment, and delivers production-ready documentation your engineers can use immediately.
  3. Deploy with Monitoring
    Go live with 24/7 monitoring, automatic session management, and continuous adaptation as Exym evolves.

Potential API Endpoints

Authentication

POST/authenticate

Establish an authenticated session with Exym using managed credentials; Supergood handles session refresh and MFA.

Client Operations

GET/clients

Retrieve client records with demographics, program enrollment, and episode context.

Clinical Documentation

GET/progress_notes

Pull progress notes and clinical documentation, filterable by client, clinician, and date range.

Billing

GET/claims

Retrieve claim records and statuses across Medi-Cal, county, and commercial payers.

Billing

POST/submit_claim

Submit or resubmit a claim through Exym's billing workflow.

Eligibility

GET/eligibility

Run an eligibility check for a client against connected payers and return coverage details.

Use Cases

Claims and denial management automation

- Pull claim statuses from Exym on a schedule - Match remittances against submitted claims in your finance stack - Flag denials and route them to billing staff for rework - Trigger resubmissions programmatically

Clinical documentation sync

- Extract progress notes, treatment plans, and outcome measures - Feed a data warehouse or QA review workflow - Monitor documentation compliance across programs

Eligibility verification at intake

- Run eligibility checks from your intake or CRM system - Surface coverage gaps before services are delivered - Keep payer information current without manual lookups

County and CalAIM reporting

- Aggregate service and billing data for county contract reporting - Reconcile Exym records against IBHIS/Sage submissions - Build CalAIM compliance dashboards outside the EHR

Technical Requirements

Authentication

API key issued by Supergood; Supergood manages Exym credentials, sessions, and any MFA on your behalf.

Connectivity

Cloud-to-cloud; no on-premise agents or VPNs required.

Response format

Normalized JSON over REST.

Rate limits

Managed by Supergood with automatic pacing and backoff tuned to Exym's tolerances.

Session management

Automatic session refresh and re-authentication; no manual logins.

Data freshness

On-demand reads plus configurable sync intervals for bulk pulls.

Security

HIPAA-aligned handling of PHI; encryption in transit and at rest; credentials stored in a secrets vault.

Webhooks

Supergood provides change notifications for new and updated records even though Exym exposes no native webhooks.

Latency

Typical reads return in seconds; large exports run asynchronously.

Throughput

Paginated, batchable access designed for agency-scale record volumes.

Reliability

Monitored 24/7 with automatic retries and failure alerting.

Adaptation

Supergood detects Exym UI and workflow changes and updates the API automatically.

Frequently asked questions

No. Exym has no developer portal, public API documentation, SDKs, or webhooks. Its integration surface consists of vendor-built EDI interfaces to county and state systems (like LA County's IBHIS and Sage) and vendor-enabled hookups for e-prescribing and telehealth. Supergood creates an unofficial, managed API so you don't have to wait on the vendor.

Supergood's system authenticates into Exym's web application the same way your staff does, then exposes the underlying data and workflows as documented REST endpoints. Sessions, credentials, and MFA are managed automatically.

Yes. Supergood signs BAAs, encrypts PHI in transit and at rest, and applies least-privilege access to the credentials used for your integration — important for behavioral health and SUD data.

Supergood monitors for UI and workflow changes and adapts the API automatically, so your integration keeps working without emergency engineering work on your side.

Most integrations go from kickoff call to a validated, production-ready API in days to a few weeks, depending on the endpoints and workflows you need.

Ready to get a real API?