Skip to content

Intake

Patient intake, assembled in code and run by your agents.

Build condition-aware intake from tested, clinical-grade components and a customizable prompt library — then let your agents assemble, launch, and iterate it through the API. There's no drag-and-drop builder to outgrow; intake is data and code your team and your agents control.

What's inside

Tested components and prompts — driven by your agents.

The pieces that already run intake at national scale, exposed as code instead of a builder.

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

Questions and logic reviewed for the information providers actually need — the same components running at scale, not a blank canvas.

Identity verification & KYC built in

Identity verification and KYC are part of the onboarding flow from the first question — 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 — all programmable.

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 API surface is published in the docs.

Get started

Stand up intake your agents control.