{
  "specVersion": "0.1",
  "host": {
    "identifier": "urn:air:onescript.ca",
    "displayName": "OneScript",
    "description": "OneScript is a Canadian online telehealth platform providing licensed practitioner assessments, personalized treatment plans, and prescription delivery for erectile dysfunction, pain management, weight loss, and more. Assessments are reviewed by independent licensed practitioners, and prescriptions are filled and shipped by partner pharmacies across Canada.",
    "url": "https://onescript.ca",
    "apiUrl": "https://api-prod.onescript.ca",
    "contact": "support@onescript.ca"
  },
  "entries": [
    {
      "identifier": "urn:air:onescript.ca:docs:company-overview",
      "displayName": "Company overview",
      "description": "Structured overview of OneScript: services, contact details and legal pages.",
      "type": "document",
      "mediaType": "text/markdown",
      "url": "https://onescript.ca/company-overview.md"
    },
    {
      "identifier": "urn:air:onescript.ca:docs:llms",
      "displayName": "Site guide for LLMs",
      "description": "Link-dense summary of the public site for language models.",
      "type": "document",
      "mediaType": "text/plain",
      "url": "https://onescript.ca/llms.txt"
    },
    {
      "identifier": "urn:air:onescript.ca:docs:auth",
      "displayName": "Authentication guide",
      "description": "How an agent authenticates against the API.",
      "type": "document",
      "mediaType": "text/markdown",
      "url": "https://onescript.ca/auth.md"
    },
    {
      "identifier": "urn:air:onescript.ca:api:openapi",
      "displayName": "OneScript OpenAPI description",
      "description": "Machine-readable API description.",
      "type": "api",
      "mediaType": "application/openapi+json",
      "url": "https://onescript.ca/openapi.json"
    },
    {
      "identifier": "urn:air:onescript.ca:api:catalog",
      "displayName": "API catalog",
      "description": "RFC 9727 linkset of the published API descriptions.",
      "type": "api",
      "mediaType": "application/linkset+json",
      "url": "https://onescript.ca/.well-known/api-catalog"
    },
    {
      "identifier": "urn:air:onescript.ca:agent:skills",
      "displayName": "Agent skills index",
      "description": "Skills an agent can load to work with this site.",
      "type": "skill",
      "mediaType": "application/json",
      "url": "https://onescript.ca/.well-known/agent-skills/index.json"
    },
    {
      "identifier": "urn:air:onescript.ca:agent:mcp-server-card",
      "displayName": "onescript-mcp",
      "description": "Browser-side WebMCP tools for OneScript: structured company and contact information for AI agents assisting a user on onescript.ca.",
      "type": "mcp",
      "mediaType": "application/json",
      "url": "https://onescript.ca/.well-known/mcp/server-card.json"
    },
    {
      "identifier": "urn:air:onescript.ca:data:contact",
      "displayName": "OneScript contact information",
      "description": "Support email, phone, postal address and contact page.",
      "type": "data",
      "data": {
        "email": "support@onescript.ca",
        "phone": "+1-289-312-1599",
        "address": "391 Matheson Blvd E B, Mississauga, ON L4Z 2H2, Canada",
        "contactPage": "https://onescript.ca/contact",
        "privacyPolicy": "https://onescript.ca/privacy",
        "terms": "https://onescript.ca/terms"
      }
    },
    {
      "identifier": "urn:air:onescript.ca:data:services",
      "displayName": "OneScript services",
      "description": "Treatment areas offered, with a short description of each.",
      "type": "data",
      "data": {
        "areaServed": "CA",
        "services": [
          {
            "name": "Erectile Dysfunction Treatment",
            "description": "Online assessment reviewed by a licensed practitioner, with prescription treatment shipped to your door."
          },
          {
            "name": "Pain Management",
            "description": "Assessment and personalized treatment plans, including compounded topical pain treatments."
          },
          {
            "name": "Weight Loss",
            "description": "Practitioner-guided weight management assessments and prescription treatment plans."
          }
        ]
      }
    }
  ]
}
