Prescribing workflows,
simplified.

RxRelay is a multi-tenant e-prescribing platform that connects clinics to compounding pharmacies with real-time order tracking, integrated billing, and HIPAA-compliant infrastructure.

Built for prescribers

Everything a clinic needs to manage e-prescriptions — from patient intake to pharmacy submission.

Multi-Tenant

Each clinic operates in its own isolated environment — separate patients, prescriptions, billing, and team members.

Pharmacy Integrations

RxRelay is directly integrated with a wide network of compounding pharmacies, automatically routing each order to the right vendor.

Integrated Billing

Weekly batch billing with a ledger balance per clinic. Track transactions and manage payment methods in one place.

Role-Based Access

Prescribers, clinic admins, staff, and platform admins — each with exactly the right level of access.

Audit Logging

Every action is logged — who did what, when, from where. Built for HIPAA compliance from day one.

Encrypted at Rest

Vendor credentials encrypted with AES-256-GCM. Database encrypted, HTTPS everywhere, hosted on AWS with a BAA.

Submit orders from anywhere

A clinic-scoped REST API with bearer-token auth, required idempotency on writes, patient upsert, and synchronous vendor dispatch. Integrate your own platform in minutes.

Read the developer docs
POST /v1/orders
curl -X POST https://api.rxrelay.ai/v1/orders \
  -H "Authorization: Bearer rxrelay_live_..." \
  -H "Idempotency-Key: order-123" \
  -d '{ "items": [...] }'