We believe the next decade of medicine will be quietly augmented — not by another dashboard, but by intelligence that listens, understands the work, and disappears into it. Celias is built for that moment: safe by construction, governed by design, and devoted to the clinicians who carry the weight.
Celias is a HIPAA-native ambient platform. It joins clinical encounters in real time, structures what's said into the EHR, and routes downstream actions — referrals, prior auth, follow-up — to the right human or system. No new screens for the clinician.
Continuous, multi-speaker capture with section-aware structuring (HPI, ROS, A/P) and direct write-back to Epic, Oracle Health and Athena. No copy-paste, no after-clinic notes.
Surfaces guideline-relevant prompts, contraindications and missing documentation as the conversation unfolds — subtly, on-device, never intrusively.
Referrals, orders, patient instructions and prior auth drafted, routed and tracked from a single ambient capture.
Per-encounter audit, model versioning, and a human-in-the-loop gate on every clinical write.
Drop into existing scribe, telehealth or rounding workflows. v1 ships behind your stack; v2 unlocks the full care-team copilot for design partners.
The Celias SDK is a thin runtime that runs on the device or the edge of your network. Capture, structure and act on clinical encounters with primitives your team already knows — sessions, transcripts, actions, audits.
// Begin a HIPAA-native ambient encounter import { Celias } from "@celias/sdk"; const celias = new Celias({ tenant: "st-marys-cardiology", governance: { committee: "on", audit: "per-encounter" }, ehr: { vendor: "epic", writeBack: true } }); const session = await celias.openEncounter({ patient: mrn, clinician: npi, consent: "verbal+visual" }); session.on("insight", (i) => ui.whisper(i)); session.on("action", (a) => queue.route(a)); await session.close(); // notes signed, audits sealed.
Every encounter is a first-class object — patient, clinician, consent, governance posture. PHI never lands where it shouldn't.
Insights surface where they're useful and stay quiet where they aren't. The clinician stays present; Celias stays helpful.
Notes are a starting point. Celias closes the loop — orders, follow-up, patient instructions and prior auth — with a human-in-the-loop check on every clinical write.
v1 ships as a plug-in to your current scribe stack. v2 — full care-team copilot — converts in place for active design partners. No re-papering, no re-integration.
Celias is shipping in deliberate steps. The product converts in place — no re-papering for design partners, no surprise re-integration for IT.
The first AI tool I've actually let into the room with a patient. It writes the note I would have written, surfaces what I almost missed, and then gets out of the way — which is, weirdly, the highest compliment I can give software.
By submitting, you agree to our partner privacy practices. We respond personally within two business days. PHI never leaves your environment.