{
  "schema_version": "v1",
  "name_for_human": "Vitanere",
  "name_for_model": "vitanere",
  "description_for_human": "Open health AI infrastructure for patients and providers. Access FHIR records, clinical trials, evidence-based Q&A, and care management.",
  "description_for_model": "Vitanere provides structured access to patient health data via FHIR (SMART on FHIR / OAuth2 + PKCE). Available actions: get patient summary, get health records, get medications, get care todos, match clinical trials, search evidence-based literature, run curated AI models, book appointments, enroll SMS reminders, add calendar events, find health resources. All endpoints return JSON. Mutating requests require Idempotency-Key. Async jobs return job_id for polling. Use /.well-known/openapi.json for the full schema.",
  "auth": {
    "type": "oauth",
    "client_url": "/api/auth/fhir/init",
    "scope": "patient/*.read openid profile offline_access",
    "authorization_url": "/api/auth/fhir/callback",
    "authorization_content_type": "application/json",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "/.well-known/openapi.json",
    "is_user_authenticated": true
  },
  "contact_email": "narges.sharif@gmail.com",
  "legal_info_url": "/#constitution"
}
