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.

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:
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.
Use Exym with AI agents: Exym MCP Server →
Authentication
/authenticateEstablish an authenticated session with Exym using managed credentials; Supergood handles session refresh and MFA.
Client Operations
/clientsRetrieve client records with demographics, program enrollment, and episode context.
Clinical Documentation
/progress_notesPull progress notes and clinical documentation, filterable by client, clinician, and date range.
Billing
/claimsRetrieve claim records and statuses across Medi-Cal, county, and commercial payers.
Billing
/submit_claimSubmit or resubmit a claim through Exym's billing workflow.
Eligibility
/eligibilityRun an eligibility check for a client against connected payers and return coverage details.
- 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
- Extract progress notes, treatment plans, and outcome measures - Feed a data warehouse or QA review workflow - Monitor documentation compliance across programs
- Run eligibility checks from your intake or CRM system - Surface coverage gaps before services are delivered - Keep payer information current without manual lookups
- Aggregate service and billing data for county contract reporting - Reconcile Exym records against IBHIS/Sage submissions - Build CalAIM compliance dashboards outside the EHR
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.
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.