Jane App is a web-based practice management platform for health and wellness clinics, handling online booking, scheduling, telehealth, charting, billing, insurance, and integrated payments. An unofficial API lets you programmatically pull appointments, patients, charts, invoices, and payments—and push updates like new bookings, intake forms, and claim submissions back into Jane.

Jane App is a web-based practice management platform that helps health and wellness practitioners book, chart, schedule, bill, and get paid from a single integrated system. Clinics across disciplines—physiotherapy, massage therapy, counseling, midwifery, and multidisciplinary practices of any size—run online booking, clinical documentation, insurance billing, and patient communication on Jane, with integrated Jane Payments processing and a patient-facing mobile app.
Core product areas include:
Common data entities:
Clinics run their entire front and back office on Jane daily, but turning portal- and partner-gated workflows into API-driven automation is non-trivial:
Supergood reverse-engineers authenticated browser flows and practitioner-authorized sessions to deliver a resilient API layer for your Jane account—covering appointments, charting, billing, and payments without waiting on partner-program approval.
Use Jane App with AI agents: Jane App MCP Server →
Book a 30-minute session to confirm your clinic's modules, disciplines, and authentication model.
We deliver a production-ready Jane adapter tailored to your account configuration and treatment types.
Go live with continuous monitoring and automatic adjustments as Jane evolves.
Authentication
/authenticateAuthenticate to a Jane account using email/password or MFA and obtain a session token for downstream calls.
Patient Operations
/patientsList patients with filters for status, provider, and last visit, returning demographics and contact details.
Scheduling
/appointmentsRetrieve appointments across providers, treatments, and locations with date-range and status filters.
Scheduling
/create_appointmentBook a new appointment for a patient against a provider, treatment type, and available time slot.
Clinical
/chartsPull chart entries, intake forms, and clinical documentation for a patient or visit.
Billing
/invoicesRetrieve invoices, payments, and insurance claim status with patient and date filters.
- Pull upcoming and past appointments across providers and treatments into a central calendar or warehouse - Mirror patient demographics and contact details into a CRM or analytics stack - Stream booking, reschedule, and cancellation events to downstream reminder and reporting tools
- Pull intake form submissions and chart entries into EHR, research, or care-coordination tools - Push pre-arrival intake links and forms to patients ahead of visits - Route completed documentation and surveys to downstream quality and compliance systems
- Sync invoices, Jane Payments transactions, and outstanding balances into accounting and AR systems - Track insurance claim status and eligibility checks across insurers and clearinghouses - Surface delinquent balances and unpaid invoices to collections and retention workflows
- Trigger automated email/SMS reminders and check-in notifications from external workflows - Sync secure messages and patient reviews into support and reputation tools - Coordinate telehealth session links and confirmations across systems
Authentication
Email/password and MFA handled in a managed session; OAuth 2.0 PKCE supported where partner access applies
Connectivity
Authenticated browser flows plus the Jane Developer Platform surfaces where practitioner-authorized access is granted
Response format
Normalized JSON across Appointments, Patients, Charts, Invoices, and Payments objects
Rate limits
Adaptive throttling tuned to your account to avoid Jane-side limits
Session management
Automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for appointments, charts, and billing with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, HIPAA/PIPEDA-aligned controls, and audit logging for PHI
Webhooks
Event-style callbacks for new bookings, cancellations, intake submissions, payments, and claim status changes
Latency
Sub-second reads on cached entities; multi-second writes when posting through booking and billing workflows
Throughput
Horizontally scaled workers sized to multi-provider, multi-location clinic volume
Reliability
Retry, backoff, and idempotency keys for bookings, payments, and claim submissions
Adaptation
Continuous monitoring of Jane releases and date-based API version changes to absorb configuration drift
No. Jane does not currently offer an open API or API keys and has no announced plans to. Programmatic access is limited to its vetted partner program for approved Technology Partners. Supergood works against your authenticated Jane sessions to deliver API access without requiring partner-program approval.
No. Supergood operates against your existing Jane account and practitioner-authorized sessions, so you don't need to apply to or be vetted by the Jane Developer Platform partner program to get programmatic access.
Yes. Charts, intake forms, and messages carry PHI, so Supergood applies encrypted credential storage, scoped tokens, audit logging, and HIPAA/PIPEDA-aligned controls on every call.
Yes. Invoices, Jane Payments transactions, insurance claim status, eligibility checks, and outstanding balances are exposed through the same normalized API surface alongside appointments and charts.
Each account is profiled against its configured treatment types, chart templates, and billing rules. Supergood preserves clinic-specific fields and workflows rather than forcing a generic schema.