CentralReach website screenshot

CentralReach

CentralReach is a healthcare software and services platform for organizations that serve children and adults diagnosed with autism and related intellectual and developmental disabilities (IDD). Its integrated practice-management and electronic-medical-record (EMR) system covers clinical data collection, scheduling, note drafting and auditing, claims management and billing, staff training and certification, and caregiver engagement across ABA therapy, multidisciplinary therapy, and special-education providers. CentralReach publishes a gated Enhanced API (OAuth 2.0 client-credentials, JWT) at partners-api.centralreach.com for securely connecting the platform to critical third-party applications, with access provisioned through a dedicated CentralReach representative. Surfaced as a portfolio company of Insight Partners and enriched by the API Evangelist pipeline.

CentralReach publishes 1 API on the APIs.io network. Tagged areas include Company, Healthcare, ABA Therapy, Autism, and IDD.

CentralReach’s developer surface includes documentation, getting-started guide, support, engineering blog, signup flow, authentication, and 16 more developer resources.

39.5/100 thin ▬ flat Agent 21/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs
CompanyHealthcareABA TherapyAutismIDDEMRPractice ManagementBehavioral HealthSpecial EducationBillingOAuth

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 39.5/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 9.1 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 2.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 21/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/centralreach: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

CentralReach Enhanced API

The CentralReach Enhanced API lets partner organizations connect securely to the CentralReach platform and integrate with third-party applications. Authentication is OAuth 2.0 c...

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Centralreach Authentication

oauth2/apiKey · 2 schemes

SECURITY

Centralreach Domain Security

TLSv1.3 · DMARC

SECURITY

Centralreach Trust Center

SOC 2, HIPAA, PCI DSS, FERPA, GDPR, UK GDPR, EU-U.S. Data Privacy Framework, Swiss-U.S. Data Privacy Framework, UK Data Privacy Framework, PIPEDA

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Centralreach Scopes

4 scopes · clientCredentials

4 scopes

SCOPES

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: centralreach
name: CentralReach
description: CentralReach is a healthcare software and services platform for organizations that serve children and adults
  diagnosed with autism and related intellectual and developmental disabilities (IDD). Its integrated practice-management
  and electronic-medical-record (EMR) system covers clinical data collection, scheduling, note drafting and auditing, claims
  management and billing, staff training and certification, and caregiver engagement across ABA therapy, multidisciplinary
  therapy, and special-education providers. CentralReach publishes a gated Enhanced API (OAuth 2.0 client-credentials, JWT)
  at partners-api.centralreach.com for securely connecting the platform to critical third-party applications, with access
  provisioned through a dedicated CentralReach representative. Surfaced as a portfolio company of Insight Partners and enriched
  by the API Evangelist pipeline.
url: https://raw.githubusercontent.com/api-evangelist/centralreach/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- insight-partners
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
image: https://centralreach.com/wp-content/uploads/2022/05/logo-centralreach-navy-teal-yoast.jpg
tags:
- Company
- Healthcare
- ABA Therapy
- Autism
- IDD
- EMR
- Practice Management
- Behavioral Health
- Special Education
- Billing
- OAuth
apis:
- name: CentralReach Enhanced API
  description: The CentralReach Enhanced API lets partner organizations connect securely to the CentralReach platform and
    integrate with third-party applications. Authentication is OAuth 2.0 client-credentials against the CentralReach identity
    provider (login.centralreach.com) returning a one-hour RS256 JWT; each request carries an organization-specific x-api-key
    plus a Bearer token. Access is provisioned by the CentralReach Implementation Team (client_id, client_secret, and API
    key). Base URL is the enterprise v1 namespace.
  humanURL: https://centralreach.com/resources/api/
  baseURL: https://partners-api.centralreach.com/enterprise/v1/
  tags:
  - Healthcare
  - EMR
  - Practice Management
  - OAuth
  properties:
  - type: Documentation
    url: https://centralreach.com/resources/api/requests/
  - type: APIReference
    url: https://centralreach.com/resources/api/requests/
  - type: GettingStarted
    url: https://centralreach.com/resources/api/
  - type: Authentication
    url: authentication/centralreach-authentication.yml
  - type: OAuthScopes
    url: scopes/centralreach-scopes.yml
  - type: Conventions
    url: conventions/centralreach-conventions.yml
  - type: ErrorCatalog
    url: errors/centralreach-problem-types.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/centralreach-domain-security.yml
- type: Website
  url: https://centralreach.com/
- type: DeveloperPortal
  url: https://centralreach.com/resources/api/
- type: Documentation
  url: https://centralreach.com/resources/api/requests/
- type: GettingStarted
  url: https://centralreach.com/resources/api/
- type: Support
  url: https://community.centralreach.com/
- type: Blog
  url: https://centralreach.com/cr-blog/
- type: GitHubOrganization
  url: https://github.com/CentralReach
- type: SignUp
  url: https://centralreach.com/book-demo/
- type: Login
  url: https://login.centralreach.com/
- type: TermsOfService
  url: https://centralreach.com/legal/terms-policies/
- type: PrivacyPolicy
  url: https://centralreach.com/legal/privacy-policy/
- type: StatusPage
  url: https://status.centralreach.com/
- type: Compliance
  url: https://centralreach.com/about/security/
- type: Authentication
  url: authentication/centralreach-authentication.yml
- type: OAuthScopes
  url: scopes/centralreach-scopes.yml
- type: Conventions
  url: conventions/centralreach-conventions.yml
- type: ErrorCatalog
  url: errors/centralreach-problem-types.yml
- type: Lifecycle
  url: lifecycle/centralreach-lifecycle.yml
- type: Conformance
  url: conformance/centralreach-conformance.yml
- type: TrustCenter
  url: security/centralreach-trust-center.yml
- type: WellKnown
  url: well-known/centralreach-well-known.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence