Intake
Collect the clinical information your providers need.
Condition-aware intake from tested, clinical-grade components, with identity verification built in — capturing exactly what your providers need. Assemble, launch, and iterate it through the API, run by your team or your agents.
What's inside
Clinical-grade components, ready to assemble.
The pieces that already run intake at national scale — yours to assemble and fully control, by hand or with your agents.
Composable, condition-aware questionnaires
Branching logic is captured as data and assembled via API. Your agents adapt flows to each condition and capture exactly the clinical information your providers need.
An intake prompt library
Curated, customizable prompts to generate, localize, and refine questionnaires for your brand — a starting point your agents tailor, not a template you fight.
Clinical-grade components
Two layers by design: marketing can edit qualification and brand copy, while clinical modules are versioned and clinician-governed — funnels can never rewrite medicine.
Identity verification & KYC built in
Identity verification and KYC are part of the onboarding flow from the first question — a legal gate before a real prescription, not a bolt-on you wire yourself.
Eligibility & routing
Route patients to async or video visits, to your providers or ours, on your own logic — with branded entry links that carry offering, prefill, and promo context into the flow.
Versioning & analytics via API
Every change is tracked and reversible; completion and clarity metrics are available as data and events. No locked dashboard required.
Assembled via API
Your agent builds the flow.
Compose an intake flow from components and let your agent launch it — no builder, no console.
POST /v1/intake/flows
{
"condition": "weight-management",
"components": [
"eligibility",
"id-verification",
"medical-history",
"shipping"
],
"route_to": "async-visit"
}
201 Created
{ "flow_id": "flw_8k2c...", "status": "live" }Illustrative — the live reference lives at docs.purplelabelmd.com.
Get started