{
  "_comment": "Illustrative sample of the discovery manifest Visify exposes on a merchant store. This is an EXAMPLE, not a live endpoint.",
  "protocol": "visify/0.1",
  "compatible_with": ["ACP", "AP2", "UCP", "MCP"],
  "merchant": {
    "name": "Example Store",
    "platform": "shopify",
    "merchant_of_record": true
  },
  "capabilities": ["readable", "verifiable", "callable", "visible"],
  "endpoints": {
    "feed": "/v1/feed/products",
    "verify": "/v1/verify",
    "checkout_session": "/v1/checkout/session",
    "checkout_confirm": "/v1/checkout/session/{id}/confirm"
  },
  "auth": "bearer",
  "guarantees": ["idempotency-keys", "request-ids", "audit-log", "hmac-signed-webhooks"],
  "controls": { "allow_deny": true, "rate_limits": true, "revocation": true },
  "updated": "2026-06-14"
}
