NeuroFlow website screenshot

NeuroFlow

NeuroFlow is a Philadelphia-based behavioral health technology company that gives payers, health systems, provider groups and federal agencies the infrastructure to identify and manage behavioral health risk at scale. Its IntegrateBH platform pairs patient-facing mobile and web applications with measurement-based care and screening workflows, clinical dashboards, care-coordination tooling and population-level behavioral health analytics. The platform reaches customers through EHR and partner integrations — including Epic (App Orchard / Epic Showroom) and the Xealth digital-health ecosystem — over a session-authenticated REST API served from neuroflowlive.com/api/. NeuroFlow publishes no public developer portal: a Swagger document exists at /api/swagger.json on every environment, but it returns HTTP 401 "Please log in to continue" to anonymous callers, so the contract is customer-only.

NeuroFlow publishes 1 API on the APIs.io network. Tagged areas include Company, Behavioral Health, Health Care, Mental Health, and Digital Health.

NeuroFlow’s developer surface includes engineering blog, support, and 10 more developer resources.

22.2/100 emerging ▬ flat Agent 0/100 human only Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanyBehavioral HealthHealth CareMental HealthDigital HealthCare CoordinationHealth AnalyticsEHR Integration

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 22.2/100 · emerging
Contract Quality 0.0 / 21
Developer Ergonomics 1.1 / 17
Commercial Clarity 7.2 / 17
Operational Transparency 1.7 / 11
Governance 1.3 / 10
Discoverability 6.5 / 9
Regulatory Posture 4.5 / 15
Agent readiness — 0/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Regulatory Posture applies to this provider. Its tags matched the Health regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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/neuroflow: 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.

NeuroFlow Live API

The REST API behind the NeuroFlow Live web and mobile applications, served same-origin from https://neuroflowlive.com/api/ (server: gunicorn, versioned /api/v2/ routes). A Swagg...

Security Posture 1

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

Neuroflow Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Access & Security 2

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: neuroflow
name: NeuroFlow
description: 'NeuroFlow is a Philadelphia-based behavioral health technology company that gives payers, health systems, provider
  groups and federal agencies the infrastructure to identify and manage behavioral health risk at scale. Its IntegrateBH platform
  pairs patient-facing mobile and web applications with measurement-based care and screening workflows, clinical dashboards,
  care-coordination tooling and population-level behavioral health analytics. The platform reaches customers through EHR and
  partner integrations — including Epic (App Orchard / Epic Showroom) and the Xealth digital-health ecosystem — over a session-authenticated
  REST API served from neuroflowlive.com/api/. NeuroFlow publishes no public developer portal: a Swagger document exists at
  /api/swagger.json on every environment, but it returns HTTP 401 "Please log in to continue" to anonymous callers, so the
  contract is customer-only.'
image: https://neuroflowlive.com/static/img/onward-favicon.DQ5xHIN6.png
url: https://raw.githubusercontent.com/api-evangelist/neuroflow/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
x-tier: stub
x-tier-reason: harvest
specificationVersion: '0.20'
created: '2026-08-04'
modified: '2026-08-04'
tags:
- Company
- Behavioral Health
- Health Care
- Mental Health
- Digital Health
- Care Coordination
- Health Analytics
- EHR Integration
apis:
- aid: neuroflow:neuroflow-live-api
  name: NeuroFlow Live API
  description: 'The REST API behind the NeuroFlow Live web and mobile applications, served same-origin from https://neuroflowlive.com/api/
    (server: gunicorn, versioned /api/v2/ routes). A Swagger document is published by the service at /api/swagger.json but
    is session-gated: anonymous requests return HTTP 401 with the JSON envelope {"message": "Please log in to continue", "code":
    0}. The same route and the same 401 were observed on the sandbox, QA, staging and dev environments, so no public machine-readable
    contract is reachable.'
  humanURL: https://www.neuroflow.com/integratebh/
  baseURL: https://neuroflowlive.com/api/
  tags:
  - Behavioral Health
  - Health Care
  - Mental Health
  x-evidence:
    fetched: '2026-08-04'
    probes:
    - url: https://neuroflowlive.com/api/swagger.json
      http_status: 401
      content_type: application/json
      note: real backend route (server gunicorn); auth-gated Swagger document
    - url: https://sandbox.neuroflow.io/api/swagger.json
      http_status: 401
      content_type: application/json
    - url: https://stg.neuroflow.io/api/swagger.json
      http_status: 401
      content_type: application/json
    - url: https://neuroflowlive.com/openapi.json
      http_status: 200
      content_type: text/html
      note: single-page-app catch-all, not a spec
  properties: []
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/neuroflow-domain-security.yml
- type: Website
  url: https://www.neuroflow.com/
- type: Blog
  url: https://www.neuroflow.com/blog/
- type: Support
  url: https://neuroflow.zendesk.com/hc/en-us
- type: Login
  url: https://neuroflowlive.com/login
- type: PrivacyPolicy
  url: https://www.neuroflow.com/privacy-policy/
- type: TermsOfService
  url: https://www.neuroflow.com/terms-of-use/
- type: StatusPage
  url: https://status.neuroflowlive.com/
- type: Lifecycle
  url: lifecycle/neuroflow-lifecycle.yml
- type: Conformance
  url: conformance/neuroflow-conformance.yml
- type: Compliance
  url: conformance/neuroflow-conformance.yml
- type: LLMsTxt
  url: llms/neuroflow-llms.txt
x-enrichment:
  date: '2026-08-04'
  status: minimal
  artifacts_added: 4
  pass: local-v1
x-coverage:
  state: gated
  reason: customer-only-docs
  detail: 'NeuroFlow''s application backend does publish a Swagger document at /api/swagger.json, but it answers anonymous
    callers with HTTP 401 {"message": "Please log in to continue", "code": 0} on production, sandbox, QA, staging and dev
    alike, and there is no public developer portal anywhere to read it from.'
  evidence:
  - url: https://neuroflowlive.com/api/swagger.json
    status: 401
  - url: https://sandbox.neuroflow.io/api/swagger.json
    status: 401
  - url: https://neuroflowlive.com/openapi.json
    status: 200
  checked: '2026-08-04'