Skip to main content
The Medera Agentic Framework is built around two pillars: the visual canvas where you author workflows, and the care orchestrator that runs them. Both share one event bus and one tenant audit trail.

Stack

medera/agentic-stack.svgthree-tier architectureThree-tier agentic architectureCanvasVisual workflow editor · 16 nodes + 8 BH-OS railsWorkflow RuntimeDurable execution · WORM audit · semver versioningCare OrchestratorVoice + workflow agents · event bus · state machineINTEGRATIONSVoice provider · EHR (FHIR R4) · billingePA · clearinghouse · screenersMobile · web · embedded SDKsCOMPLIANCE PATHHIPAA · 42 CFR Part 2 · auditTenant isolation · RLS · encryptionMerkle-chain integrity · WORM

Workflow execution

medera/exec-sequence.svgworkflow executionClientAPIRuntimeOrchestratorLive agentsPOST /workflows//executeEnqueue execution jobDispatch agentInvoke live agentReturn resultResolve nodeStream eventsWSS events + JSON

Tenant isolation

Every workflow runs inside a tenant-scoped transaction. Row-level security enforces that all reads and writes are filtered by organization_id — a misconfigured tenant ID cannot reach another tenant’s data.

Versioned execution

Published workflows are immutable snapshots. Draft edits made after a publish never affect executions of the published version — what you run is what you signed.

What’s next

https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/book.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=491b19a75d428ef8cd36d8afc2d3612c

Core Concepts

Vocabulary and building blocks.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/layout-dashboard.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=924f63310a2c475420e62629953c3d1c

Orchestrator

Multi-agent runtime.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/memory.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=c830629c46ea0098a37580b8f4f65d63

Context & Memory

Variable scopes and persistent memory.
https://mintcdn.com/medera-357fd587/iC-6rAuwl-0aQSw_/icons/ui/layers.svg?fit=max&auto=format&n=iC-6rAuwl-0aQSw_&q=85&s=b19e6f39887a8a61762fcb53957d2271

Canvas

Build your own workflow.