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.
Everything a clinic needs to manage e-prescriptions — from patient intake to pharmacy submission.
Each clinic operates in its own isolated environment — separate patients, prescriptions, billing, and team members.
RxRelay is directly integrated with a wide network of compounding pharmacies, automatically routing each order to the right vendor.
Weekly batch billing with a ledger balance per clinic. Track transactions and manage payment methods in one place.
Prescribers, clinic admins, staff, and platform admins — each with exactly the right level of access.
Every action is logged — who did what, when, from where. Built for HIPAA compliance from day one.
Vendor credentials encrypted with AES-256-GCM. Database encrypted, HTTPS everywhere, hosted on AWS with a BAA.
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 docscurl -X POST https://api.rxrelay.ai/v1/orders \
-H "Authorization: Bearer rxrelay_live_..." \
-H "Idempotency-Key: order-123" \
-d '{ "items": [...] }'