> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cds.marmar.life/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Marmar is an AI-powered clinical decision support platform that personalizes
medication safety guidance for every patient. This API enables electronic health
record (EHR) systems to synchronize patient context, request risk assessments,
and receive webhook notifications when assessments complete.

## Key capabilities

* Normalize patient medication profiles against Marmar’s curated knowledge base.
* Evaluate interaction risk, dosage appropriateness, and generate patient-ready narratives asynchronously.
* Deliver signed webhooks an organization can reconcile with downstream workflows.

The API is organized around tenants. Every request must include a tenant-scoped
API key via the `Authorization` header (`Bearer <key>`), and outbound events are delivered with
tenant-specific secrets to support multi-organization deployments.
