The Medera Intake Agent (Grace) is a voice-first, adaptive intake agent built on Vapi orchestration, Deepgram nova-2-medical transcription, and an 11Labs voice — with a 7-state state machine and validated screener administration.Documentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
Architecture
Steps
Configure the agent
In the Console, create an Intake Agent deployment. Set the practice intake template, validated screener set (PHQ-9, GAD-7, AUDIT-C, C-SSRS), routing matrix, and crisis escalation policy.
Provision a phone number
Medera provisions a Twilio number per deployment. Patients call the number; Vapi orchestrates the conversation against your configured agent.
Receive webhooks
Configure a webhook URL to receive
intake.started, intake.screener.completed, intake.crisis.detected, intake.summary.ready, and intake.completed events.Function calls during the call
The agent invokes the following functions during the conversation:verify_identity(dob, address, ssn_last_4)document_symptom(symptom, severity, duration)check_insurance(provider, member_id)schedule_appointment(date, time, provider)escalate_urgent(reason, urgency_level)flag_for_review(reason, priority)create_referral(...)request_refill(...)
Related
Patient Intake Agent
Agent-level documentation.
Crisis Response Agent
Crisis-language detection and escalation.
Intake Calls API
REST endpoints for intake calls.
Vapi Webhooks
Webhook schema.