{
  "name": "CazaToy Commerce Agent",
  "version": "1.0.0",
  "description": "AI agent for CazaToy — Mexico's premier Pokémon collectibles store. Supports product catalog browsing, mystery box purchases, lead capture, and premium data access via x402 payments.",
  "url": "https://cazatoy.com",
  "supportedInterfaces": [
    {
      "url": "https://cazatoy.com/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "description": "Premium API access with x402 payment protocol"
    },
    {
      "url": "https://cazatoy.com/api/products",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "description": "Product catalog REST API"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "Agent Payments Protocol (AP2) — enables secure agent commerce with merchant capabilities and x402 payment flows",
        "required": true,
        "params": {
          "roles": ["merchant"]
        }
      }
    ]
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "browse-catalog",
      "name": "Browse Product Catalog",
      "description": "List and search Pokémon collectibles including trading cards, figures, construction sets, and accessories with prices in MXN",
      "tags": ["e-commerce", "catalog", "pokemon"],
      "examples": ["Show all Pokémon trading cards", "Search for Pikachu figures"]
    },
    {
      "id": "mystery-box",
      "name": "Mystery Box Commerce",
      "description": "View and purchase mystery box tiers (Spark $499, Blaze $999, Legendary $2499) containing curated Pokémon TCG products",
      "tags": ["commerce", "mystery-box", "purchase"],
      "examples": ["Show mystery box tiers", "Buy a Legendary mystery box"]
    },
    {
      "id": "premium-data",
      "name": "Premium Data Access",
      "description": "Access real-time inventory, pricing history, and rarity scores via x402 payment-gated API",
      "tags": ["premium", "x402", "analytics"],
      "examples": ["Get premium catalog data"]
    },
    {
      "id": "lead-capture",
      "name": "Lead Capture",
      "description": "Register interest for product notifications, restocks, and exclusive offers",
      "tags": ["leads", "notifications"],
      "examples": ["Subscribe to restock alerts"]
    }
  ],
  "securitySchemes": [
    {
      "type": "oauth2",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://cazatoy.com/oauth/token",
          "scopes": {
            "catalog:read": "Read product catalog",
            "leads:write": "Submit lead forms"
          }
        }
      }
    }
  ],
  "provider": {
    "organization": "Caza Toy",
    "url": "https://cazatoy.com"
  }
}
