Developers

Build on theclinical platform.

REST, webhooks, and an MCP-compatible tool registry sit on top of owned models and FHIR write-back. Embed Scribara, register custom tools, and run your own evals.

REST · Webhooks · MCP · FHIR R4 · TypeScript & Python SDKs

Epic FHIRathenahealthNVIDIA InceptionHL7SOC 2HIPAA
Quickstart

Live in minutes

A single client for capture, completion, and write-back — with the verifier built in.

scribara · quickstart
# Complete an encounter from an audio stream
import scribara
client = scribara.Client(api_key="sk_live_…")
enc = client.encounters.create(
  specialty="cardiology", audio=stream)
enc.await_signed()  # note + codes + auth, verified
print(enc.note.signed, enc.codes)
APIs

What you can build

A programmable surface over the whole encounter.

REST API

Create encounters, fetch notes, codes, and auth status.

Webhooks

Subscribe to signed-note, code-posted, and auth-resolved events.

MCP tools

Register custom tools the agents can call, with per-tool authz.

FHIR R4

Idempotent write-back to Epic and athenahealth.

Eval harness

Run regression evals on your own data before shipping.

SDKs

TypeScript and Python, typed end to end.

Integrate

From key to production

A clean path to embedding Scribara.

  1. 1

    Get a key

    Request sandbox access and a test specialty model.

  2. 2

    Capture

    Stream audio (and images) from your app or device.

  3. 3

    Receive

    Get the signed note, codes, and auth via API or webhook.

  4. 4

    Write back

    Post to the EHR over FHIR with an idempotency key.

Platform

Developer surface

0
Integration surfaces (REST/WH/MCP/FHIR)
0
SDKs (TS + Python)
0
Inference budget
0
Actions audited
Events

Everything is an event

React to signed notes, posted codes, and resolved auths — each carrying an audit link.

scribara · webhook
POST /your/webhook
{
  "event": "encounter.signed",
  "codes": ["I25.10", "93306"],
  "verifier": "passed",
  "audit_url": "/audit/enc_8f3…"
}
Trust

Enterprise-grade from day one

Healthcare buys on trust. Scribara is built to clear procurement, security review, and compliance.

HIPAA / BAA

PHI handled under a Business Associate Agreement.

SOC 2 Type II

[ASPIRATIONAL] — roadmap to Type II within 12 months.

On-prem NIM

Run owned models inside your datacenter via NVIDIA AI Enterprise. [ASPIRATIONAL]

Immutable audit

Every agent action logged, reversible, tied to the clinician's signature.

Data residency

US, EU, UK regions; per-tenant keys (BYOK option). [ASPIRATIONAL]

ISO 42001

AI management-system conformity on the roadmap. [ASPIRATIONAL]

Answers

Frequently asked

Yes — request sandbox access with a test specialty model and synthetic encounters.

Yes — register tools via the MCP-compatible registry with per-tool authorization and sandboxed execution.

Epic FHIR and athenahealth at launch, with idempotent write-back.

Start building on Scribara.

Grab a sandbox key and ship your first integration today.