# Family Doctor AI Family Doctor AI is a healthcare assistant web app for symptom guidance, medical report explanation, family health tracking, and care navigation. ## Canonical URLs - Home: https://familydoctor.robopioneer.com/ - Pricing: https://familydoctor.robopioneer.com/pricing - Register: https://familydoctor.robopioneer.com/register - Login: https://familydoctor.robopioneer.com/login - Discovery API: https://familydoctor.robopioneer.com/api/discovery - Agent Manifest: https://familydoctor.robopioneer.com/.well-known/agent-manifest.json - OpenAPI: https://familydoctor.robopioneer.com/openapi.json ## Agent-Friendly Entry Points - Deep-link pricing with preselected plan: - /pricing?plan=plus&billing=monthly&source=agent-name&ab=a - /pricing?plan=premium&billing=yearly&source=agent-name&ab=b - Deep-link landing with attribution: - /?source=openclaw&ab=a - /?source=chatgpt&ab=b - Start checkout after auth: - POST /api/stripe/create-checkout-session - Manage existing subscription after auth: - POST /api/stripe/create-portal-session - GET /api/stripe/subscription-status - Attribution ingestion: - POST /api/attribution ## Authentication - Public pages do not require auth. - Protected API routes require Firebase ID token: - Authorization: Bearer ## Medical Safety Notes - The app provides educational guidance only. - It is not a replacement for professional diagnosis or treatment. - Emergency symptoms should be escalated to emergency services immediately.