Developers
Demo API surface. Production /api/v1 with auth + rate limits + SLA ships in phase 2.
LIVE
GET /api/demo/programs
List program archetypes (Weight, Energy, Longevity).
Try it:
/api/demo/programs.json
LIVE
GET /api/demo/patients/:id/summary
Get a patient's display fields plus their most recent AI brief artifact.
Try it:
/api/demo/patients/7/summary.json
LIVE
GET /api/demo/orders/:id
Get a pharmacy order's status, compounding state, QA release, shipment tracking.
Try it:
/api/demo/orders/5.json
Phase 2 endpoints
- /api/v1/* — production-supported, versioned, authenticated
- /concierge — external 'AI patient concierge' agent demo
- Real-time webhooks — order status changes pushed to subscribers