{
  "ucp": {
    "version": "2026-04-08",
    "auth": {
      "scheme": "bearer",
      "header": "Authorization",
      "format": "Bearer <agent_api_key>",
      "alternate_header": "X-API-Key",
      "applies_to": [
        "dev.ucp.shopping.cart",
        "dev.ucp.shopping.checkout"
      ],
      "note": "Request an agent API key from the merchant. Discovery and search endpoints need no auth."
    },
    "services": {
      "dev.ucp.shopping": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/overview",
          "transport": "rest",
          "endpoint": "https://bazaaron.ai/ucp/v1",
          "schema": "https://ucp.dev/2026-04-08/services/shopping/rest.openapi.json"
        }
      ]
    },
    "capabilities": {
      "dev.ucp.shopping.catalog": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/catalog",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog.json"
        }
      ],
      "dev.ucp.shopping.cart": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/cart",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/cart.json"
        }
      ],
      "dev.ucp.shopping.checkout": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/checkout",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/checkout.json"
        }
      ],
      "dev.ucp.shopping.fulfillment": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/fulfillment",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/fulfillment.json",
          "extends": "dev.ucp.shopping.checkout",
          "config": {
            "modes": [
              "pickup",
              "local_delivery"
            ],
            "supports_store_split": true,
            "supports_substitutions": true
          }
        }
      ],
      "dev.ucp.shopping.order": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/order",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/order.json"
        }
      ],
      "ai.bazaaron.shopping.recipe_ingredient_match": [
        {
          "version": "2026-05-28",
          "spec": "https://bazaaron.ai/docs/recipe-ingredient-match",
          "schema": "https://bazaaron.ai/schemas/recipe-ingredient-match.json"
        }
      ]
    }
  }
}