{
  "name": "Agent Decision Engine",
  "version": "2.0.0",
  "description": "Machine-readable intelligence layer for AI agent purchasing decisions. Trust scores, vendor recommendations, outcome predictions, AND a full product commerce layer — 52 products across 13 categories including electronics, smartphones, home office, and AI tools. All x402-native.",
  "url": "https://decide.memoryapi.org",
  "openapi": "https://decide.memoryapi.org/openapi.json",
  "contact": "admin@memoryapi.org",
  "payment": {
    "protocol": "x402",
    "currency": "USDC",
    "network": "base"
  },
  "capabilities": [
    "trust-scoring",
    "vendor-recommendation",
    "outcome-prediction",
    "price-benchmarking",
    "product-comparison",
    "merchant-trust",
    "electronics-intelligence",
    "ai-tool-comparison",
    "telemetry-ingestion"
  ],
  "vendor_categories": [
    "weather-api", "llm-api", "payment-api", "email-api",
    "search-api", "database", "vector-db", "object-storage",
    "maps-api", "sms-api", "auth", "monitoring", "cdn", "transcription",
    "video-generation", "image-generation", "ai-assistant", "voice-tts",
    "coding-assistant", "music-generation"
  ],
  "product_categories": [
    "laptop", "smartphone", "headphones", "monitor", "peripherals",
    "standing_desk", "office_chair",
    "ai_video", "ai_image", "ai_assistant", "ai_voice", "ai_coding", "ai_music"
  ],
  "endpoints": {
    "trust_score":        { "path": "/x402/trust-score",         "method": "GET",  "price": "0.01" },
    "recommend":          { "path": "/x402/recommend",            "method": "GET",  "price": "0.03" },
    "compare":            { "path": "/x402/compare",              "method": "GET",  "price": "0.05" },
    "predict":            { "path": "/x402/predict",              "method": "GET",  "price": "0.05" },
    "alternatives":       { "path": "/x402/alternatives",         "method": "GET",  "price": "0.02" },
    "price_benchmark":    { "path": "/x402/price-benchmark",      "method": "GET",  "price": "0.02" },
    "product_recommend":  { "path": "/x402/product/recommend",    "method": "GET",  "price": "0.05" },
    "product_compare":    { "path": "/x402/product/compare",      "method": "GET",  "price": "0.08" },
    "merchant_trust":     { "path": "/x402/merchant/trust",       "method": "GET",  "price": "0.02" },
    "price_check":        { "path": "/x402/product/price-check",  "method": "GET",  "price": "0.03" },
    "outcome":            { "path": "/x402/outcome",              "method": "POST", "price": "free" },
    "vendor_catalog":     { "path": "/x402/catalog",              "method": "GET",  "price": "free" },
    "product_catalog":    { "path": "/x402/product/catalog",      "method": "GET",  "price": "free" },
    "merchant_catalog":   { "path": "/x402/merchant/catalog",     "method": "GET",  "price": "free" },
    "stats":              { "path": "/x402/stats",                "method": "GET",  "price": "free" }
  }
}
