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, Healthcare, Mental Health, and Digital Health.

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

17.0/100 emerging ▬ flat Agent 0/100 human only saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanyBehavioral HealthHealthcareMental HealthDigital HealthCare CoordinationHealth AnalyticsEHR Integration

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
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.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
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/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. 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. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

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.'
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - security
  generated: '2026-09-02'
  method: derived
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.23'
created: '2026-08-04'
modified: '2026-08-04'
tags:
- Company
- Behavioral Health
- Healthcare
- Mental Health
- Digital Health
- Care Coordination
- Health Analytics
- EHR Integration
tags_raw:
- 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
  - Healthcare
  - Mental Health
  tags_raw:
  - 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'

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/neuroflow"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/neuroflow/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/neuroflow/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.