← Back to all docs

Core Solutions API

Core Solutions is a behavioral health technology company with 25+ years of experience serving health and human services organizations. This page is an independent design exercise that asks what a well-designed Core Solutions API could look like: the resources it would expose, the authentication it would need, and the workflows it could unlock. Below: a hypothetical endpoint design, the technical requirements a production implementation would face, the use cases programmatic access could serve, and where to start if your team needs this kind of access today.

By Alex KlarfeldJuly 8, 2026
Core Solutions API

This page is an independent analysis by Supergood of what a well-designed Core Solutions API could look like. It draws on publicly available information, vendor materials, and general integration experience in this category. Nothing on this page describes an existing Core Solutions product, and Supergood is not affiliated with or endorsed by the vendor. If the vendor offers an official API, we highly recommend it.

What is Core Solutions?

Core Solutions is a behavioral health technology company with 25+ years of experience serving health and human services organizations. Its Cx360 platform is a smart, AI-enabled electronic health record (EHR) built for behavioral health and intellectual/developmental disabilities (IDD) providers, supporting clinical documentation, billing and revenue cycle management, telehealth, scheduling, ePrescribing, dashboards, and client portals across mental health, substance use disorder, IDD, CCBHC, and child & family services organizations.

Core product areas include:

  • Cx360 Enterprise (the Intelligent Care Record for complex, multi-service organizations)
  • Cx360 Intelligence (AI platform for optimizing care and outcomes, with Cx360 Clinical Assist for FHIR-enabled EHRs)
  • Cx360 GO (mobile ambient documentation and symptom tracking)
  • DSP Assist (real-time visibility for direct support professionals)
  • Billing and revenue cycle management, telehealth, scheduling, ePrescribing, dashboards, and client portals

An API for a platform like this would naturally organize around its core data entities:

  • Clients, Demographics, Programs, Enrollments, Episodes of care
  • Encounters, Progress notes, Clinical assessments, Treatment plans
  • Appointments, Schedules, Service authorizations, Referrals
  • Claims, Service charges, Payments, Remittances, Payer plans
  • Medications, Prescriptions, Diagnoses, Problem lists
  • Providers, Staff, Caseloads, Documents and attachments

The Core Solutions Integration Challenge

Provider organizations run mission-critical clinical and billing workloads on Cx360 daily, but turning portal- and configuration-driven workflows into API-driven automation is non-trivial:

  • Configuration-driven tenants: Forms, assessments, programs, and workflows are tailored per organization and program type, generic integrations break across deployments
  • Mobile-captured data: Cx360 GO and DSP Assist generate field documentation that is not always exposed through a uniform read surface
  • Interoperability gates: FHIR-based connectivity (via Cx360 Clinical Assist) and HIE exchange are available but vary by deployment and certification status
  • Authentication complexity: Clinical systems commonly enforce MFA and role-based entitlements that complicate headless automation
  • PHI handling and compliance: Behavioral health and SUD records (42 CFR Part 2) require precise consent, redaction, and audit-trail handling
  • Billing and claim workflows: Service charges, authorizations, claims, and remittances need careful payer-plan and reason-code handling across program types

What a Core Solutions API Could Look Like

If Core Solutions exposed a modern, general-purpose API, the integration challenges above suggest what it would need to get right. This is a design sketch, not documentation of anything that exists today:

  • First-class authentication: session handling with support for MFA and enterprise sign-on where the platform uses them
  • Consistent resources: normalized JSON schemas and pagination across the platform's core objects
  • Reliable writes: idempotency keys and validation that mirrors the platform's own workflow rules
  • Entitlement awareness: endpoints scoped to what each customer's licensing actually permits

The endpoint sketches, technical requirements, and use cases below flesh out this hypothetical design.

How AI agents could connect to software like Core Solutions: MCP servers for software without a public API →

Need This Kind of Access Today?

If your team needs this kind of access today, Supergood builds integrations on request, one customer at a time. We act at the direction of our customers, within the access they already hold. Customers bring their own accounts, licenses, and entitlements. If the vendor offers an official API, we highly recommend it.

  1. Schedule an Integration Assessment
    A 30-minute session to review your product mix, licensing, and authentication model.
  2. Scope the Integration
    We design the access pattern around your workflows and entitlements.
  3. Deploy with Monitoring
    Go live with continuous monitoring as your platforms evolve.

Core Solutions on the API Report Card

Potential API Endpoints

Authentication

POST/authenticate

Would authenticate to a Core Solutions Cx360 tenant using username/password, or MFA, and obtain a session token for downstream calls.

Client Operations

GET/clients

Would list clients with filters for program, enrollment status, caseload, and episode of care.

Clinical

GET/encounters

Would retrieve encounters, progress notes, assessments, and treatment plans for a client or program.

Scheduling

GET/appointments

Would pull appointments and schedules across providers, programs, and service locations.

Scheduling

POST/create_appointment

Would schedule a new appointment for a client against a provider, program, and service authorization.

Billing

POST/submit_claim

Would submit a claim with service charges, diagnoses, and payer plan details for adjudication and remittance tracking.

Use Cases

Sync client and clinical data into a warehouse

- Pull clients, enrollments, and episodes of care from Cx360 into a central data warehouse - Stream encounters, progress notes, and treatment plans to analytics and quality-reporting tools - Reconcile diagnoses and problem lists across programs for a unified client record

Automate scheduling and intake workflows

- Push new appointments and intake records into Cx360 without portal clicks - Pull provider schedules and caseloads to power patient-facing booking experiences - Trigger referral and service-authorization updates when an appointment changes

Streamline billing and revenue cycle

- Sync service charges, claims, and remittances from Cx360 into AR and general ledger systems - Match payments against payer plans and surface denials to follow-up workflows - Automate claim submission across mental health, SUD, and IDD program types

Enable interoperability and care coordination

- Exchange clinical summaries with FHIR-enabled EHRs and HIEs via a normalized surface - Surface medications and prescriptions to ePrescribing and reconciliation tools - Push and pull documents and attachments for cross-provider collaboration

Technical Requirements

Authentication

Would require username/password, OAuth, and MFA (SMS, email, TOTP) with managed session handling

Connectivity

Would build on authenticated Cx360 browser flows plus FHIR-based interoperability surfaces where exposed by the organization

Response format

Normalized JSON across client, encounter, scheduling, and billing objects

Rate limits

Adaptive throttling tuned to your tenant to avoid platform-side limits

Session management

Would need automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for clients, encounters, and scheduling with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, HIPAA and 42 CFR Part 2-aware controls, and audit logging

Webhooks

Event-style callbacks for new encounters, appointment changes, claim status, and document updates

Latency

Design target: sub-second reads on cached entities; multi-second writes when posting through clinical and billing workflows

Throughput

Design target: horizontally scaled workers sized to multi-program clinical and billing volume

Reliability

Retry, backoff, and idempotency keys for encounters, claims, and scheduling transactions

Versioning

Clear versioning and change management would matter as Core Solutions evolves

Frequently asked questions

Access runs against your existing entitlements with HIPAA and 42 CFR Part 2-aware controls, scoped tokens, consent handling, and full audit logging, so PHI and sensitive SUD records stay protected.

Availability of official interfaces varies by product, plan, and licensing. Many platforms in this category gate access behind partner programs or paid modules, and there is often no broadly available, self-serve public API. Check the vendor's developer resources for current offerings.

The hard parts would be authentication (MFA, session management, enterprise controls), consistent schemas across the platform's products, and write semantics that reconcile the way the platform's own workflows do.

No. This page is an independent analysis by Supergood and is not affiliated with, sponsored by, or endorsed by the vendor. All product names and trademarks belong to their respective owners and are used for identification only. Nothing here documents an actual Core Solutions product or service.

Supergood acts at the direction of its customers, within the access those customers already have. We respect each customer's agreements with their software vendors, and how those agreements apply to a customer's use is a determination the customer makes. If the vendor offers an official API, we highly recommend it.

Supergood builds managed API access to enterprise software for customers on request, scoped to each customer's own licensing and entitlements. If your team needs programmatic access to a platform like this, schedule an integration assessment to discuss options.

Ready to get a real API?