{
  "name": "DrCloudEHR AI",
  "url": "https://drcloudehr.ai/",
  "version": "2026-04-26",
  "description": "Agent-readable action manifest for evaluating DrCloudEHR AI products and submitting qualified demo, enrollment, contact, and buying-intent requests.",
  "agentPolicy": {
    "agentSubmissionsAccepted": true,
    "humanBuyerConsentRequired": true,
    "purchaseExecution": "not_enabled",
    "subscriptionExecution": "not_enabled",
    "notes": "Agents may submit contact, demo, enrollment-interest, and buying-intent forms on behalf of a consenting buyer. Purchases and subscriptions require direct follow-up with DrCloudEHR AI."
  },
  "primaryActions": [
    {
      "id": "request-demo",
      "label": "Request demo",
      "method": "GET",
      "urlTemplate": "https://drcloudehr.ai/contact?action=request-demo&product={product_id}",
      "productsAllowed": ["aiscribe", "dictateai", "supportai", "hello", "iq", "fieldassist"]
    },
    {
      "id": "enroll-interest",
      "label": "Enroll interest",
      "method": "GET",
      "urlTemplate": "https://drcloudehr.ai/contact?action=enroll-interest&product={product_id}",
      "productsAllowed": ["aiscribe", "dictateai", "supportai", "hello", "iq", "fieldassist"]
    },
    {
      "id": "agent-card",
      "label": "Drop buyer or agent card",
      "method": "GET",
      "urlTemplate": "https://drcloudehr.ai/contact?action=agent-card",
      "productsAllowed": ["aiscribe", "dictateai", "supportai", "hello", "iq", "fieldassist"]
    },
    {
      "id": "purchase-review",
      "label": "Signal purchase or subscription review",
      "method": "GET",
      "urlTemplate": "https://drcloudehr.ai/contact?action=purchase-review&product={product_id}",
      "productsAllowed": ["aiscribe", "dictateai", "supportai", "hello", "iq", "fieldassist"]
    }
  ],
  "form": {
    "page": "https://drcloudehr.ai/contact",
    "domId": "drcloudehr-agent-contact",
    "submissionEndpoint": "https://formsubmit.co/ajax/9be6ee378657cd6fe6d5c0f8b688b5b0",
    "requiredFields": ["firstName", "lastName", "email"],
    "recommendedFields": [
      "phone",
      "organization",
      "role",
      "productInterest",
      "timeline",
      "decisionIntent",
      "agentContact",
      "message"
    ],
    "fieldSemantics": {
      "firstName": "buyer.first_name",
      "lastName": "buyer.last_name",
      "email": "buyer.email",
      "phone": "buyer.phone",
      "organization": "buyer.organization",
      "role": "buyer.role",
      "productInterest": "products",
      "timeline": "buying.timeline",
      "decisionIntent": "buying.intent",
      "agentContact": "agent.contact",
      "message": "buyer.message"
    }
  },
  "products": [
    {
      "id": "aiscribe",
      "name": "DrCloudEHR AI Scribe",
      "url": "https://aiscribe.drcloudehr.ai",
      "bestFor": "Ambient clinical documentation and SOAP note generation"
    },
    {
      "id": "dictateai",
      "name": "DrCloudEHR Dictate",
      "url": "https://dictateai.drcloudehr.ai",
      "bestFor": "Medical dictation and voice-driven documentation"
    },
    {
      "id": "supportai",
      "name": "DrCloudEHR Support AI",
      "url": "https://support.drcloudehr.ai/",
      "bestFor": "Healthcare IT support and workflow guidance"
    },
    {
      "id": "hello",
      "name": "DrCloudEHR Hello",
      "url": "https://helloapi.drcloudehr.ai",
      "bestFor": "Front desk automation, check-in, routing, and queue management"
    },
    {
      "id": "iq",
      "name": "DrCloudEHR IQ",
      "url": "https://drcloudehr.ai/contact?action=request-demo&product=iq",
      "bestFor": "Natural language analytics and text-to-SQL workflows"
    },
    {
      "id": "fieldassist",
      "name": "DrCloudEHR Field Assist",
      "url": "https://drcloudehr.ai/contact?action=enroll-interest&product=fieldassist",
      "bestFor": "Secure mobile and offline workflows for field clinicians"
    }
  ],
  "contacts": {
    "salesPage": "https://drcloudehr.ai/contact",
    "supportEmail": "support@drcloudehr.ai",
    "phone": "+1-503-640-1818"
  }
}
