{
  "x402Version": 2,
  "seller": {
    "name": "PAM — ESP32 Board Comparison Database",
    "url": "https://pamfinds.com",
    "description": "Specification-driven comparisons of ESP32 development boards with affiliate purchase links."
  },
  "network": "base",
  "token": "USDC",
  "endpoints": [
    {
      "path": "/api/v1/specs",
      "method": "GET",
      "price": "0.02",
      "currency": "USDC",
      "description": "Full specification database for all ESP32 boards"
    },
    {
      "path": "/api/v1/specs/:id",
      "method": "GET",
      "price": "0.01",
      "currency": "USDC",
      "description": "Full specifications for a single ESP32 board"
    },
    {
      "path": "/api/v1/compare",
      "method": "GET",
      "price": "0.05",
      "currency": "USDC",
      "description": "Custom comparison of selected boards with analysis"
    },
    {
      "path": "/api/v1/recommend",
      "method": "GET",
      "price": "0.03",
      "currency": "USDC",
      "description": "AI-friendly board recommendation based on use case and budget"
    }
  ],
  "free_endpoints": [
    {
      "path": "/api/products.json",
      "method": "GET",
      "description": "Product summaries with buy links (static JSON)"
    },
    {
      "path": "/api/specs.json",
      "method": "GET",
      "description": "Full specification database (static JSON)"
    },
    {
      "path": "/api/comparisons.json",
      "method": "GET",
      "description": "Comparison summaries with winners"
    },
    {
      "path": "/api/roundups.json",
      "method": "GET",
      "description": "Roundup summaries with top picks"
    },
    {
      "path": "/llms.txt",
      "method": "GET",
      "description": "AI agent instructions with product recommendations and buy links"
    }
  ]
}
