Jane runs a versioned REST API at developers.jane.app, but only for vetted partners: there is no self-serve signup. No webhooks, so integrations poll against 100 req/min per-endpoint clinic limits. Auth is OAuth 2.0 with PKCE against each clinic's tenant.
Jane App scores D+ on the API Report Card. Jane runs a versioned REST API at developers.jane.app, but only for vetted partners: there is no self-serve signup. No webhooks, so integrations poll against 100 req/min per-endpoint clinic limits. Auth is OAuth 2.0 with PKCE against each clinic's tenant.
Without a usable official API, teams fall back on manual exports, file drops, or one-off vendor integrations. The other option is an unofficial API layer like Supergood that automates the authenticated web app directly.
Jane App (legal entity: Jane Software Inc., based in North Vancouver, BC) is a cloud-based, all-in-one practice management and Electronic Health Record (EHR) platform purpose-built for health-and-wellness clinics.
Vertical: Healthcare (cloud EHR + practice management), specifically optimized for allied/multidisciplinary health and wellness clinics rather than primary care or hospital settings. Front-desk and practitioner staff log into Jane every shift to manage the appointment calendar, run online bookings, send SMS/email reminders, conduct telehealth visits in-browser, chart treatment notes (often with the AI Scribe), create and track insurance claims, process credit-card payments via Jane Payments, sell and manage packages/memberships, and message patients securely.
Jane is the dominant cloud practice-management system in the allied-health/wellness niche.
Yes, for the ~50,000 clinics and ~200,000 practitioners that run on Jane, the platform is the system of record for nearly everything that matters operationally and clinically.
Founded in 2012 by Trevor Johnston and Alison Taylor (RMT) in North Vancouver, British Columbia. Cloud-native from inception, with regional data centers in Canada, the US, the UK, and Australia.
API access is partner-only and approval-gated, no self-serve developer signup; integrators must be vetted by Jane's partnerships team to obtain credentials. No webhooks or event-based push, every integration must poll the REST API for changes, which conflicts with the strict per-endpoint rate limits. Full sourced list under Sources below.
Common alternatives include Cliniko, SimplePractice, Practice Better, ClinicSense, Noterro, Healthie. Graded alternatives appear under "More from the report card" below.
Grades measure one thing: can a customer's engineering team get their own data out programmatically? We check six things (whether a real API exists, how access is gated, data coverage, auth quality, docs and developer experience, and stability) and roll them into a letter grade. Grades get re-verified, and they only move on evidence.
Yes. Supergood maintains an unofficial Jane App API and MCP server so AI agents and internal tools can read and write Jane App data. See the Jane App integration docs at supergood.ai/docs/jane-app-api.