{
  "schema_version": "1.0",
  "id": "atrobot-public-read-only-discovery-v1",
  "version": "1.0.0",
  "name": "ATROBOT public catalog discovery",
  "description": "A machine-readable, strictly read-only discovery profile for ATROBOT public catalog and product information.",
  "canonical_site": "https://atrobot.asia",
  "access": {
    "mode": "read_only",
    "authentication_required": false,
    "allowed_http_methods": [
      "GET"
    ],
    "writes_exposed": false
  },
  "discovery": {
    "llms_txt": "https://atrobot.asia/llms.txt",
    "openapi": "https://atrobot.asia/openapi.json",
    "openapi_well_known": "https://atrobot.asia/.well-known/openapi.json",
    "sitemap": "https://atrobot.asia/sitemap.xml",
    "merchant_feed": "https://atrobot.asia/google-merchant-feed.xml"
  },
  "capabilities": [
    {
      "id": "catalog_search",
      "method": "GET",
      "url": "https://erp-v2-backend.atrobot.asia/public/products",
      "description": "Search or browse current public catalog records with bounded pagination and filters."
    },
    {
      "id": "product_detail",
      "method": "GET",
      "url_template": "https://erp-v2-backend.atrobot.asia/public/products/{product_id}",
      "description": "Retrieve current public product, variation, price, stock, and public marketplace-link data."
    },
    {
      "id": "product_document",
      "method": "GET",
      "url_template": "https://erp-v2-backend.atrobot.asia/public/products/{product_id}/pdf",
      "description": "Retrieve a generated public PDF product document."
    }
  ],
  "agent_guidance": {
    "canonical_host": "https://atrobot.asia",
    "freshness": "Read live catalog data before giving price, stock, variant, or compatibility guidance. Do not treat reads as inventory reservation or a transaction.",
    "prohibited_scope": [
      "account access",
      "cart mutation",
      "quotation creation or mutation",
      "checkout or order creation",
      "payment, receipt, invoice, or tax-document access",
      "address, order, account, or other personal-data lookup"
    ],
    "authoritative_policy_pages": [
      "https://atrobot.asia/return-refund-policy",
      "https://atrobot.asia/contact",
      "https://atrobot.asia/about"
    ]
  }
}