{
 "x402Version": 2,
 "site": "tensorfeed.ai",
 "publisher": {
  "name": "TensorFeed.ai",
  "url": "https://tensorfeed.ai",
  "description": "Real-time AI news, model pricing, service status, and machine-payable premium intelligence for AI agents.",
  "agent_fair_trade": "TensorFeed.ai is agent fair-trade certified: open pricing, automatic no-charge on 5xx, breaker, schema fail, and stale data, Ed25519-signed receipts on every paid call, inference-only license. Built with Claude (Anthropic). Standard at /.well-known/agent-fair-trade.json.",
  "method_support": {
   "live": [
    {
     "method": "exact",
     "network": "eip155:8453",
     "asset_symbol": "USDC",
     "note": "USDC on Base mainnet, verified via Base RPC"
    }
   ],
   "evaluating": [
    {
     "method": "stripe",
     "credential_type": "shared_payment_token",
     "spec": "https://link.com/agents",
     "note": "Stripe Link Shared Payment Tokens via x402 with method=stripe in www-authenticate. Under evaluation; not yet accepted."
    }
   ]
  },
  "contact": "contact@tensorfeed.ai",
  "docs": "https://tensorfeed.ai/developers/agent-payments",
  "llmsTxt": "https://tensorfeed.ai/llms.txt",
  "operator": {
   "legalEntity": "Pizza Robot Studios LLC",
   "jurisdiction": "California, USA",
   "terms": "https://tensorfeed.ai/terms",
   "privacy": "https://tensorfeed.ai/privacy",
   "note": "Pizza Robot Studios LLC is the legal entity behind the payment wallet. Premium credits are non-refundable per Section 17.5 of the Terms of Service."
  },
  "validation": {
   "method": "TLS + multi-publication",
   "publishedAt": [
    "https://tensorfeed.ai/llms.txt",
    "https://tensorfeed.ai/api/payment/info",
    "https://github.com/RipperMercs/tensorfeed",
    "https://x.com/tensorfeed"
   ],
   "note": "Cross-check the wallet address across all four published locations before sending funds. If any disagree, do not send."
  }
 },
 "payment": {
  "wallet": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
  "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "assetSymbol": "USDC",
  "assetDecimals": 6,
  "network": "eip155:8453",
  "networkName": "Base mainnet",
  "creditsPerUsd": 50,
  "centsPerCredit": 2,
  "volumeDiscounts": [
   {
    "minUsd": 5,
    "creditsPerUsd": 55,
    "label": "10% off"
   },
   {
    "minUsd": 30,
    "creditsPerUsd": 65,
    "label": "25% off"
   },
   {
    "minUsd": 200,
    "creditsPerUsd": 80,
    "label": "40% off"
   }
  ],
  "welcomeBonus": {
   "credits": 50,
   "usdValue": "1.00",
   "trigger": "first successful USDC payment from a new sender wallet",
   "appliesTo": [
    "credits flow (/api/payment/confirm)",
    "x402 fallback"
   ],
   "stackableWithVolumeDiscounts": true,
   "responseFields": [
    "welcome_bonus_credits",
    "is_first_payment"
   ]
  },
  "freeTrialAllowance": {
   "calls": 100,
   "windowHours": 24,
   "windowKind": "rolling per IP",
   "authRequired": false,
   "walletRequired": false,
   "appliesTo": "every /api/premium/* endpoint",
   "selfServiceStatusEndpoint": "https://tensorfeed.ai/api/free-tier/status",
   "exhaustedBehavior": "Returns the canonical x402 V2 PaymentRequired (402) challenge with the trial state surfaced under free_trial.status='exhausted'. Agent can wait for the rolling 24h reset OR pay via X-PAYMENT (EIP-3009) OR buy credits via /api/payment/buy-credits.",
   "stackableWith": "welcomeBonus + volumeDiscounts (independent: trial gives evaluation; bonus + discounts apply to first paid purchase)",
   "responseFields": [
    "billing.tier='free_trial'",
    "billing.free_trial_used_today",
    "billing.free_trial_remaining",
    "billing.free_trial_resets_at",
    "X-TF-Free-Trial header set on every trial-served response"
   ],
   "rationale": "Removes wallet-setup friction for first-time agent evaluation. Lets an agent prototype against any premium endpoint with zero authentication, zero on-chain settlement, and zero per-call cost until the daily cap is hit. Conversion path remains unchanged: agents that want production access buy credits or pay per call via x402."
  },
  "flows": {
   "credits": {
    "description": "Recommended for repeat use. Buy a bearer token once, decrement credits per call.",
    "endpoints": {
     "info": "https://tensorfeed.ai/api/payment/info",
     "quote": "https://tensorfeed.ai/api/payment/buy-credits",
     "confirm": "https://tensorfeed.ai/api/payment/confirm",
     "balance": "https://tensorfeed.ai/api/payment/balance",
     "usage": "https://tensorfeed.ai/api/payment/usage"
    }
   },
   "x402": {
    "description": "Canonical Coinbase x402 V2 exact scheme on Base mainnet. Call any /api/premium/* endpoint without auth to receive a 402 with PaymentRequired body. Sign an EIP-3009 transferWithAuthorization for the exact amount, base64-encode the PaymentPayload, retry with the X-PAYMENT header. The TensorFeed facilitator broadcasts on-chain and returns 200 with PAYMENT-RESPONSE settlement receipt and a credits token. Compatible with Amazon Bedrock AgentCore Payments and the @coinbase/x402 SDK out of the box.",
    "header": "X-PAYMENT",
    "scheme": "exact",
    "spec": "https://github.com/coinbase/x402/blob/main/specs/x402-specification-v2.md",
    "verification": "Facilitator verifies EIP-712 signature against USDC v2 domain on Base mainnet (chainId 8453, contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), checks parameter alignment with PaymentRequirements, time window, and EIP-3009 nonce state, then broadcasts via USDC.transferWithAuthorization. Replay protection: USDC enforces (from, nonce) uniqueness on-chain; facilitator also stakes a KV claim before broadcast."
   },
   "x402_legacy": {
    "description": "TensorFeed-specific legacy fallback. The agent pre-broadcasts USDC on Base, then submits the tx hash plus a quote nonce. Kept for back-compat with TensorFeed SDK clients shipped before the standards-compliant facilitator. Vanilla Coinbase x402 clients including AgentCore Payments should use the X-PAYMENT path above.",
    "header": "X-Payment-Tx",
    "auxiliary_header": "X-Payment-Quote",
    "verification": "Worker reads the USDC Transfer event from eth_getTransactionReceipt on the Base mainnet RPC. Replay protection: every used tx hash is permanently recorded. AFTA Tx-Sniper guard binds the on-chain sender to the X-Payment-Quote nonce."
   }
  },
  "terms": {
   "noTraining": "Premium data is licensed for inference use only. Use of TensorFeed premium endpoint responses for training, fine-tuning, evaluation, or distillation of machine learning models is prohibited.",
   "refund": "All credit purchases are final and non-refundable per Section 17.5 of the Terms. Credits do not expire and remain redeemable across tensorfeed.ai and terminalfeed.io. Recommended pattern: buy small (for example, $1 USDC for 50 credits), calibrate, top up as needed.",
   "sla": "No SLA in MVP phase. Credits do not expire.",
   "sanctions": "Premium API access is unavailable to persons or entities subject to OFAC, EU, UK, or UN sanctions, and to residents of comprehensively sanctioned jurisdictions (Cuba, Iran, North Korea, Syria, Crimea, Donetsk, Luhansk). Inbound credit-purchase transactions are screened against the Chainalysis public sanctions API. See https://tensorfeed.ai/terms#premium Section 17.9.",
   "acceptableUse": "No reselling of bearer tokens or proxy APIs that materially reproduce the Premium API surface. No use of premium responses to train or evaluate competing models. See Section 17.12.",
   "governingLaw": "California law. Exclusive venue: Los Angeles County, California. See Section 15 Governing Law and Venue."
  }
 },
 "items": [
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/routing",
    "description": "Top-N AI model recommendation for a task. Joins live pricing, benchmarks, provider status, and latency into a single composite score so an agent gets a ranked answer in one call instead of stitching three free endpoints together.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "task": "code",
        "budget": 5,
        "min_quality": 0.7,
        "top_n": 3
       }
      },
      "output": {
       "type": "json",
       "example": {
        "task": "code",
        "recommendations": [
         {
          "rank": 1,
          "model": {
           "name": "Claude Opus 4.7",
           "provider": "anthropic"
          },
          "pricing": {
           "input": 15,
           "output": 75,
           "currency": "USD",
           "unit": "per 1M tokens"
          },
          "status": "operational",
          "composite_score": 0.87,
          "components": {
           "quality": 0.94,
           "availability": 1,
           "cost": 0.65,
           "latency": 0.5
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Premium routing recommendations",
    "description": "Top-N AI model recommendation for a task. Joins live pricing, benchmarks, provider status, and latency into a single composite score so an agent gets a ranked answer in one call instead of stitching three free endpoints together.",
    "tier": 2,
    "credits": 1,
    "category": "ai-model-routing",
    "input": {
     "task": "code|reasoning|creative|general",
     "budget": 5,
     "min_quality": 0.7,
     "top_n": 3
    },
    "inputSchema": {
     "type": "object",
     "properties": {
      "task": {
       "type": "string",
       "enum": [
        "code",
        "reasoning",
        "creative",
        "general"
       ],
       "description": "Task family the model needs to be good at"
      },
      "budget": {
       "type": "number",
       "description": "Max blended USD per 1M tokens"
      },
      "min_quality": {
       "type": "number",
       "minimum": 0,
       "maximum": 1
      },
      "top_n": {
       "type": "integer",
       "minimum": 1,
       "maximum": 10
      }
     }
    },
    "output": {
     "example": {
      "task": "code",
      "recommendations": [
       {
        "rank": 1,
        "model": {
         "name": "Claude Opus 4.7",
         "provider": "anthropic"
        },
        "pricing": {
         "input": 15,
         "output": 75,
         "currency": "USD",
         "unit": "per 1M tokens"
        },
        "status": "operational",
        "composite_score": 0.87,
        "components": {
         "quality": 0.94,
         "availability": 1,
         "cost": 0.65,
         "latency": 0.5
        }
       }
      ],
      "billing": {
       "credits_charged": 1,
       "credits_remaining": 49
      }
     }
    }
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "task": "code",
        "budget": 5,
        "min_quality": 0.7,
        "top_n": 3
       }
      },
      "output": {
       "type": "json",
       "example": {
        "task": "code",
        "recommendations": [
         {
          "rank": 1,
          "model": {
           "name": "Claude Opus 4.7",
           "provider": "anthropic"
          },
          "pricing": {
           "input": 15,
           "output": 75,
           "currency": "USD",
           "unit": "per 1M tokens"
          },
          "status": "operational",
          "composite_score": 0.87,
          "components": {
           "quality": 0.94,
           "availability": 1,
           "cost": 0.65,
           "latency": 0.5
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "task": {
            "type": "string",
            "enum": [
             "code",
             "reasoning",
             "creative",
             "general"
            ],
            "description": "Task family the model needs to be good at."
           },
           "budget": {
            "type": "number",
            "description": "Max blended USD per 1M tokens."
           },
           "min_quality": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "description": "Minimum acceptable quality score (0 to 1)."
           },
           "top_n": {
            "type": "integer",
            "minimum": 1,
            "maximum": 10,
            "description": "How many models to return ranked, default 3."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/history/pricing/series",
    "description": "Daily input, output, and blended price history for one AI model across a full date window (90-day max). One paid call returns the per-day points plus a summary (first, latest, min, max, percent delta, changes detected). The pricing-trend feed the free 7-day sibling cannot reach.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "model": "claude-opus-4-7",
        "provider": "anthropic",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "resolution": "daily",
        "points": [
         {
          "date": "2026-04-23",
          "input": 15,
          "output": 75,
          "blended": 45
         },
         {
          "date": "2026-05-23",
          "input": 14,
          "output": 70,
          "blended": 42
         }
        ],
        "attribution": {
         "source": "TensorFeed",
         "license": "derived"
        },
        "summary": {
         "first": {
          "date": "2026-04-23",
          "input": 15,
          "output": 75,
          "blended": 45
         },
         "latest": {
          "date": "2026-05-23",
          "input": 14,
          "output": 70,
          "blended": 42
         },
         "min_blended": 42,
         "max_blended": 45,
         "delta_pct_blended": -6.6667,
         "changes_detected": 1,
         "days_with_data": 31,
         "days_missing": 0
        },
        "billing": {
         "credits_charged": 2,
         "credits_remaining": 48
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Pricing series",
    "description": "Daily input, output, and blended price history for one AI model across a full date window (90-day max). One paid call returns the per-day points plus a summary (first, latest, min, max, percent delta, changes detected). The pricing-trend feed the free 7-day sibling cannot reach.",
    "tier": 1,
    "credits": 1,
    "category": "ai-pricing-history"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "model": "claude-opus-4-7",
        "provider": "anthropic",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "resolution": "daily",
        "points": [
         {
          "date": "2026-04-23",
          "input": 15,
          "output": 75,
          "blended": 45
         },
         {
          "date": "2026-05-23",
          "input": 14,
          "output": 70,
          "blended": 42
         }
        ],
        "attribution": {
         "source": "TensorFeed",
         "license": "derived"
        },
        "summary": {
         "first": {
          "date": "2026-04-23",
          "input": 15,
          "output": 75,
          "blended": 45
         },
         "latest": {
          "date": "2026-05-23",
          "input": 14,
          "output": 70,
          "blended": 42
         },
         "min_blended": 42,
         "max_blended": 45,
         "delta_pct_blended": -6.6667,
         "changes_detected": 1,
         "days_with_data": 31,
         "days_missing": 0
        },
        "billing": {
         "credits_charged": 2,
         "credits_remaining": 48
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "model": {
            "type": "string",
            "description": "Model id or display name to series (e.g. \"claude-opus-4-7\"). Required."
           },
           "from": {
            "type": "string",
            "description": "Inclusive start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "Inclusive end date YYYY-MM-DD. Optional; defaults to today UTC. Window capped at 90 days."
           }
          },
          "required": [
           "model"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/history/benchmarks/series",
    "description": "Daily benchmark-score history for one AI model on one benchmark (swe_bench, mmlu_pro, gpqa_diamond, math, human_eval) across a full date window (90-day max). Returns the per-day points plus a summary (first, latest, min, max, delta in percentage points). The capability-drift feed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7",
        "benchmark": "swe_bench",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "model": "claude-opus-4-7",
        "benchmark": "swe_bench",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "points": [
         {
          "date": "2026-04-23",
          "score": 0.72
         },
         {
          "date": "2026-05-23",
          "score": 0.74
         }
        ],
        "attribution": {
         "source": "TensorFeed",
         "license": "derived"
        },
        "summary": {
         "first": {
          "date": "2026-04-23",
          "score": 0.72
         },
         "latest": {
          "date": "2026-05-23",
          "score": 0.74
         },
         "min_score": 0.72,
         "max_score": 0.74,
         "delta_pp": 0.02,
         "days_with_data": 31,
         "days_missing": 0
        },
        "billing": {
         "credits_charged": 2,
         "credits_remaining": 48
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Benchmark score series",
    "description": "Daily benchmark-score history for one AI model on one benchmark (swe_bench, mmlu_pro, gpqa_diamond, math, human_eval) across a full date window (90-day max). Returns the per-day points plus a summary (first, latest, min, max, delta in percentage points). The capability-drift feed.",
    "tier": 1,
    "credits": 1,
    "category": "ai-benchmark-history"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7",
        "benchmark": "swe_bench",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "model": "claude-opus-4-7",
        "benchmark": "swe_bench",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "points": [
         {
          "date": "2026-04-23",
          "score": 0.72
         },
         {
          "date": "2026-05-23",
          "score": 0.74
         }
        ],
        "attribution": {
         "source": "TensorFeed",
         "license": "derived"
        },
        "summary": {
         "first": {
          "date": "2026-04-23",
          "score": 0.72
         },
         "latest": {
          "date": "2026-05-23",
          "score": 0.74
         },
         "min_score": 0.72,
         "max_score": 0.74,
         "delta_pp": 0.02,
         "days_with_data": 31,
         "days_missing": 0
        },
        "billing": {
         "credits_charged": 2,
         "credits_remaining": 48
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "model": {
            "type": "string",
            "description": "Model id or display name to series (e.g. \"claude-opus-4-7\"). Required."
           },
           "benchmark": {
            "type": "string",
            "description": "Benchmark key (swe_bench, mmlu_pro, gpqa_diamond, math, human_eval). Case-insensitive. Required."
           },
           "from": {
            "type": "string",
            "description": "Inclusive start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "Inclusive end date YYYY-MM-DD. Optional; defaults to today UTC. Window capped at 90 days."
           }
          },
          "required": [
           "model",
           "benchmark"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/history/status/uptime",
    "description": "Historical uptime SLA report for one AI provider over a full date window (90-day max). Returns per-day operational, degraded, down, and unknown counts, a computed uptime percentage (degraded counts half), and the list of incident days. The \"what was provider X SLA last quarter\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "openai",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "openai",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "days_total": 31,
        "days_with_data": 31,
        "days_missing": 0,
        "days_operational": 29,
        "days_degraded": 1,
        "days_down": 1,
        "days_unknown": 0,
        "uptime_pct": 95.1613,
        "incident_days": [
         {
          "date": "2026-05-12",
          "status": "degraded"
         },
         {
          "date": "2026-05-18",
          "status": "down"
         }
        ],
        "billing": {
         "credits_charged": 2,
         "credits_remaining": 48
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Uptime rollup",
    "description": "Historical uptime SLA report for one AI provider over a full date window (90-day max). Returns per-day operational, degraded, down, and unknown counts, a computed uptime percentage (degraded counts half), and the list of incident days. The \"what was provider X SLA last quarter\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-status-history"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "openai",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "openai",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "days_total": 31,
        "days_with_data": 31,
        "days_missing": 0,
        "days_operational": 29,
        "days_degraded": 1,
        "days_down": 1,
        "days_unknown": 0,
        "uptime_pct": 95.1613,
        "incident_days": [
         {
          "date": "2026-05-12",
          "status": "degraded"
         },
         {
          "date": "2026-05-18",
          "status": "down"
         }
        ],
        "billing": {
         "credits_charged": 2,
         "credits_remaining": 48
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "provider": {
            "type": "string",
            "description": "Provider name or id (e.g. openai, anthropic, google). Case-insensitive substring match. Required."
           },
           "from": {
            "type": "string",
            "description": "Inclusive start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "Inclusive end date YYYY-MM-DD. Optional; defaults to today UTC. Window capped at 90 days."
           }
          },
          "required": [
           "provider"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/history/news/full",
    "description": "Untruncated TensorFeed daily news archive. Pass ?date=YYYY-MM-DD for one day, or ?from=&to= for a range up to 30 days. Each day returns up to 200 deduped articles captured from the most recent hourly RSS poll.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-08T00:00:00Z",
   "metadata": {
    "name": "Full news history snapshot",
    "description": "Untruncated TensorFeed daily news archive. Pass ?date=YYYY-MM-DD for one day, or ?from=&to= for a range up to 30 days. Each day returns up to 200 deduped articles captured from the most recent hourly RSS poll.",
    "tier": 1,
    "credits": 1,
    "category": "ai-news-history"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/history/news/source-health",
    "description": "Multi-day per-source RSS poll reliability series across all TensorFeed news sources. Daily polls/poll_ok/poll_empty/poll_error/articles_total per source, plus reliability_pct and last_status. Range capped at 90 days.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-08T00:00:00Z",
   "metadata": {
    "name": "RSS source-health series",
    "description": "Multi-day per-source RSS poll reliability series across all TensorFeed news sources. Daily polls/poll_ok/poll_empty/poll_error/articles_total per source, plus reliability_pct and last_status. Range capped at 90 days.",
    "tier": 1,
    "credits": 1,
    "category": "ai-news-history"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/cve/range",
    "description": "CVE IDs added across a UTC date range in one paid call, capped at 30 days. Each day returns the full CVE-ID set TensorFeed indexed from the MITRE cvelistV5 commit history that UTC day, with a per-day count and a range total. The bulk-pull an agent uses to drive per-CVE record lookups or build exploitation-velocity trends. MITRE CVE Terms of Use; commercial redistribution permitted.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-05-01",
        "to": "2026-05-07"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": "2026-05-01",
        "to": "2026-05-07",
        "days_returned": 7,
        "cves_total": 412,
        "days": [
         {
          "date": "2026-05-01",
          "count": 2,
          "cve_ids": [
           "CVE-2026-31000",
           "CVE-2026-31001"
          ]
         }
        ],
        "attribution": {
         "source": "MITRE CVE List",
         "source_url": "https://www.cve.org",
         "license": "MITRE CVE Terms of Use",
         "redistribution": "commercial-permitted",
         "notice": "Use of CVE Record data is subject to MITRE CVE Terms of Use. https://www.cve.org/Legal/TermsOfUse"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "CVE range query",
    "description": "CVE IDs added across a UTC date range in one paid call, capped at 30 days. Each day returns the full CVE-ID set TensorFeed indexed from the MITRE cvelistV5 commit history that UTC day, with a per-day count and a range total. The bulk-pull an agent uses to drive per-CVE record lookups or build exploitation-velocity trends. MITRE CVE Terms of Use; commercial redistribution permitted.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-cve"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-05-01",
        "to": "2026-05-07"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": "2026-05-01",
        "to": "2026-05-07",
        "days_returned": 7,
        "cves_total": 412,
        "days": [
         {
          "date": "2026-05-01",
          "count": 2,
          "cve_ids": [
           "CVE-2026-31000",
           "CVE-2026-31001"
          ]
         }
        ],
        "attribution": {
         "source": "MITRE CVE List",
         "source_url": "https://www.cve.org",
         "license": "MITRE CVE Terms of Use",
         "redistribution": "commercial-permitted",
         "notice": "Use of CVE Record data is subject to MITRE CVE Terms of Use. https://www.cve.org/Legal/TermsOfUse"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Range start, inclusive UTC date (YYYY-MM-DD)."
           },
           "to": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Range end, inclusive UTC date (YYYY-MM-DD). Must be on or after from. Range is capped at 30 days."
           }
          },
          "required": [
           "from",
           "to"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/kev/full",
    "description": "The complete untruncated CISA Known Exploited Vulnerabilities catalog (1500 plus entries) in one paid call. The free /api/security/kev tier returns only the 50 most-recent entries; this returns the full current catalog with catalog version and release date, no truncation. The bulk-export an agent uses to seed a local exploitation index. CISA KEV is US Government public domain; commercial redistribution permitted.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "catalog_version": "2026.05.29",
        "date_released": "2026-05-29T13:00:00.000Z",
        "total_entries": 1487,
        "vulnerabilities": [
         {
          "cveID": "CVE-2026-21042",
          "vendorProject": "Acme",
          "product": "Edge Gateway",
          "vulnerabilityName": "Acme Edge Gateway OS Command Injection Vulnerability",
          "dateAdded": "2026-03-03",
          "shortDescription": "Acme Edge Gateway contains an OS command injection vulnerability that allows remote code execution.",
          "requiredAction": "Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.",
          "dueDate": "2026-03-24",
          "knownRansomwareCampaignUse": "Unknown",
          "notes": "https://www.acme.example/advisories/edge-gateway-2026",
          "cwes": [
           "CWE-78"
          ]
         }
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "source_url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
         "publisher": "Cybersecurity and Infrastructure Security Agency (US Government)",
         "license": "US Government public domain (17 USC 105)",
         "redistribution": "commercial-permitted",
         "notice": "CISA KEV is a US Government work in the public domain. No restrictions on use, reproduction, or distribution."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "CISA KEV full catalog",
    "description": "The complete untruncated CISA Known Exploited Vulnerabilities catalog (1500 plus entries) in one paid call. The free /api/security/kev tier returns only the 50 most-recent entries; this returns the full current catalog with catalog version and release date, no truncation. The bulk-export an agent uses to seed a local exploitation index. CISA KEV is US Government public domain; commercial redistribution permitted.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "catalog_version": "2026.05.29",
        "date_released": "2026-05-29T13:00:00.000Z",
        "total_entries": 1487,
        "vulnerabilities": [
         {
          "cveID": "CVE-2026-21042",
          "vendorProject": "Acme",
          "product": "Edge Gateway",
          "vulnerabilityName": "Acme Edge Gateway OS Command Injection Vulnerability",
          "dateAdded": "2026-03-03",
          "shortDescription": "Acme Edge Gateway contains an OS command injection vulnerability that allows remote code execution.",
          "requiredAction": "Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.",
          "dueDate": "2026-03-24",
          "knownRansomwareCampaignUse": "Unknown",
          "notes": "https://www.acme.example/advisories/edge-gateway-2026",
          "cwes": [
           "CWE-78"
          ]
         }
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "source_url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
         "publisher": "Cybersecurity and Infrastructure Security Agency (US Government)",
         "license": "US Government public domain (17 USC 105)",
         "redistribution": "commercial-permitted",
         "notice": "CISA KEV is a US Government work in the public domain. No restrictions on use, reproduction, or distribution."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/kev/series",
    "description": "Daily CISA KEV catalog additions across a UTC date range in one paid call, capped at 90 days. Each day returns the full set of Known Exploited Vulnerability entries whose dateAdded fell on that day, plus a per-day count and a range total. The feed an agent uses to track exploitation velocity, build anomaly detectors, or pull weekly digests. CISA KEV is US Government public domain; commercial redistribution permitted.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-03-01",
        "to": "2026-03-31"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": "2026-03-01",
        "to": "2026-03-31",
        "days_returned": 31,
        "total_added_in_range": 14,
        "days": [
         {
          "date": "2026-03-03",
          "count": 1,
          "entries": [
           {
            "cveID": "CVE-2026-21042",
            "vendorProject": "Acme",
            "product": "Edge Gateway",
            "vulnerabilityName": "Acme Edge Gateway OS Command Injection Vulnerability",
            "dateAdded": "2026-03-03",
            "shortDescription": "Acme Edge Gateway contains an OS command injection vulnerability that allows remote code execution.",
            "requiredAction": "Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.",
            "dueDate": "2026-03-24",
            "knownRansomwareCampaignUse": "Unknown",
            "notes": "https://www.acme.example/advisories/edge-gateway-2026",
            "cwes": [
             "CWE-78"
            ]
           }
          ]
         }
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "source_url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
         "publisher": "Cybersecurity and Infrastructure Security Agency (US Government)",
         "license": "US Government public domain (17 USC 105)",
         "redistribution": "commercial-permitted",
         "notice": "CISA KEV is a US Government work in the public domain. No restrictions on use, reproduction, or distribution."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "CISA KEV added series",
    "description": "Daily CISA KEV catalog additions across a UTC date range in one paid call, capped at 90 days. Each day returns the full set of Known Exploited Vulnerability entries whose dateAdded fell on that day, plus a per-day count and a range total. The feed an agent uses to track exploitation velocity, build anomaly detectors, or pull weekly digests. CISA KEV is US Government public domain; commercial redistribution permitted.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-03-01",
        "to": "2026-03-31"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": "2026-03-01",
        "to": "2026-03-31",
        "days_returned": 31,
        "total_added_in_range": 14,
        "days": [
         {
          "date": "2026-03-03",
          "count": 1,
          "entries": [
           {
            "cveID": "CVE-2026-21042",
            "vendorProject": "Acme",
            "product": "Edge Gateway",
            "vulnerabilityName": "Acme Edge Gateway OS Command Injection Vulnerability",
            "dateAdded": "2026-03-03",
            "shortDescription": "Acme Edge Gateway contains an OS command injection vulnerability that allows remote code execution.",
            "requiredAction": "Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.",
            "dueDate": "2026-03-24",
            "knownRansomwareCampaignUse": "Unknown",
            "notes": "https://www.acme.example/advisories/edge-gateway-2026",
            "cwes": [
             "CWE-78"
            ]
           }
          ]
         }
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "source_url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
         "publisher": "Cybersecurity and Infrastructure Security Agency (US Government)",
         "license": "US Government public domain (17 USC 105)",
         "redistribution": "commercial-permitted",
         "notice": "CISA KEV is a US Government work in the public domain. No restrictions on use, reproduction, or distribution."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Range start, inclusive UTC date (YYYY-MM-DD)."
           },
           "to": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Range end, inclusive UTC date (YYYY-MM-DD). Must be on or after from. Range is capped at 90 days."
           }
          },
          "required": [
           "from",
           "to"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/epss/series",
    "description": "Full historical EPSS time-series for one CVE in a single paid call. Returns the per-date exploit-prediction probability (0 to 1, likelihood of exploitation in the next 30 days) and percentile rank for the requested CVE across its entire scored history. The feed an agent uses to chart whether a vulnerability is heating up or cooling off over time. EPSS is maintained by the FIRST.org Special Interest Group; free for any use, commercial redistribution permitted.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "cve_id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "fetched_at": "2026-05-29T12:00:00.000Z",
        "source": "live",
        "score": {
         "cve": "CVE-2024-3094",
         "epss": "0.943210000",
         "percentile": "0.998760000",
         "date": "2026-05-29",
         "time-series": [
          {
           "epss": "0.940110000",
           "percentile": "0.998500000",
           "date": "2026-05-28"
          },
          {
           "epss": "0.121000000",
           "percentile": "0.945000000",
           "date": "2024-03-30"
          }
         ]
        },
        "attribution": {
         "source": "EPSS (Exploit Prediction Scoring System)",
         "source_url": "https://www.first.org/epss/",
         "publisher": "FIRST.org EPSS Special Interest Group",
         "license": "Free for any use per FIRST.org policy",
         "redistribution": "commercial-permitted",
         "notice": "EPSS scores are updated daily. The probability is the estimated likelihood of exploitation in the next 30 days. Percentile is the rank within the EPSS corpus on that date."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "EPSS time series",
    "description": "Full historical EPSS time-series for one CVE in a single paid call. Returns the per-date exploit-prediction probability (0 to 1, likelihood of exploitation in the next 30 days) and percentile rank for the requested CVE across its entire scored history. The feed an agent uses to chart whether a vulnerability is heating up or cooling off over time. EPSS is maintained by the FIRST.org Special Interest Group; free for any use, commercial redistribution permitted.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "cve_id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "fetched_at": "2026-05-29T12:00:00.000Z",
        "source": "live",
        "score": {
         "cve": "CVE-2024-3094",
         "epss": "0.943210000",
         "percentile": "0.998760000",
         "date": "2026-05-29",
         "time-series": [
          {
           "epss": "0.940110000",
           "percentile": "0.998500000",
           "date": "2026-05-28"
          },
          {
           "epss": "0.121000000",
           "percentile": "0.945000000",
           "date": "2024-03-30"
          }
         ]
        },
        "attribution": {
         "source": "EPSS (Exploit Prediction Scoring System)",
         "source_url": "https://www.first.org/epss/",
         "publisher": "FIRST.org EPSS Special Interest Group",
         "license": "Free for any use per FIRST.org policy",
         "redistribution": "commercial-permitted",
         "notice": "EPSS scores are updated daily. The probability is the estimated likelihood of exploitation in the next 30 days. Percentile is the rank within the EPSS corpus on that date."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "cve_id": {
            "type": "string",
            "pattern": "^CVE-\\d{4}-\\d{4,7}$",
            "description": "CVE id to fetch the full EPSS history for (CVE-YYYY-NNNNN). The alias ?cve= is also accepted."
           }
          },
          "required": [
           "cve_id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/epss/top",
    "description": "Top-N CVEs ranked by EPSS exploitation probability (the modeled chance of exploitation in the next 30 days), as of any UTC date. One paid call returns the current or historical exploitation leaderboard with each CVE probability and corpus percentile. FIRST.org EPSS, free for any use, commercial redistribution permitted.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "date": "2026-05-29",
        "limit": 50
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "date": "2026-05-29",
        "fetched_at": "2026-05-30T08:00:00Z",
        "source": "live",
        "count": 50,
        "top": [
         {
          "cve": "CVE-2026-44580",
          "epss": "0.97412",
          "percentile": "0.99987",
          "date": "2026-05-29"
         }
        ],
        "attribution": {
         "source": "EPSS (Exploit Prediction Scoring System)",
         "source_url": "https://www.first.org/epss/",
         "publisher": "FIRST.org EPSS Special Interest Group",
         "license": "Free for any use per FIRST.org policy",
         "redistribution": "commercial-permitted",
         "notice": "EPSS scores are updated daily. The probability is the estimated likelihood of exploitation in the next 30 days. Percentile is the rank within the EPSS corpus on that date."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "EPSS top-N",
    "description": "Top-N CVEs ranked by EPSS exploitation probability (the modeled chance of exploitation in the next 30 days), as of any UTC date. One paid call returns the current or historical exploitation leaderboard with each CVE probability and corpus percentile. FIRST.org EPSS, free for any use, commercial redistribution permitted.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "date": "2026-05-29",
        "limit": 50
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "date": "2026-05-29",
        "fetched_at": "2026-05-30T08:00:00Z",
        "source": "live",
        "count": 50,
        "top": [
         {
          "cve": "CVE-2026-44580",
          "epss": "0.97412",
          "percentile": "0.99987",
          "date": "2026-05-29"
         }
        ],
        "attribution": {
         "source": "EPSS (Exploit Prediction Scoring System)",
         "source_url": "https://www.first.org/epss/",
         "publisher": "FIRST.org EPSS Special Interest Group",
         "license": "Free for any use per FIRST.org policy",
         "redistribution": "commercial-permitted",
         "notice": "EPSS scores are updated daily. The probability is the estimated likelihood of exploitation in the next 30 days. Percentile is the rank within the EPSS corpus on that date."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "date": {
            "type": "string",
            "description": "UTC date (YYYY-MM-DD) for a historical EPSS leaderboard. Omit for the current top-N."
           },
           "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 100,
            "description": "How many top CVEs to return. Default 50, max 100."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/{CVE-id}",
    "description": "MITRE CVE Record v5.2 transformed into a flat token-efficient payload optimized for LLM context windows. Drops typical record from ~3KB nested JSON to ~500 bytes flat JSON (~80% token reduction) with no information loss for agent decision-making. Adds derived severity_band, deduped CWEs, flat affected_products, top references. Versioned via schema_version + cleaning_version for stability. License: MITRE CVE Terms of Use; commercial redistribution permitted.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-09T00:00:00Z",
   "metadata": {
    "name": "LLM-ready CVE record",
    "description": "MITRE CVE Record v5.2 transformed into a flat token-efficient payload optimized for LLM context windows. Drops typical record from ~3KB nested JSON to ~500 bytes flat JSON (~80% token reduction) with no information loss for agent decision-making. Adds derived severity_band, deduped CWEs, flat affected_products, top references. Versioned via schema_version + cleaning_version for stability. License: MITRE CVE Terms of Use; commercial redistribution permitted.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-cve-clean"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/{CVE-id}",
    "description": "CISA Known Exploited Vulnerabilities entry transformed into LLM-ready format with normalized ransomware_use enum (yes / unknown / no) and extracted notes_urls. Versioned for stability. License: US Government public domain.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-09T00:00:00Z",
   "metadata": {
    "name": "LLM-ready KEV entry",
    "description": "CISA Known Exploited Vulnerabilities entry transformed into LLM-ready format with normalized ransomware_use enum (yes / unknown / no) and extracted notes_urls. Versioned for stability. License: US Government public domain.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-kev-clean"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/{CVE-id}",
    "description": "FIRST.org EPSS score transformed into LLM-ready format with numeric probability (not stringified), derived risk_band (low/medium/high/critical), and optional series summary (first/min/max points instead of full daily series). Optional ?series=true returns the summary; default returns the current point only. License: FIRST.org free-for-any-use policy.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-09T00:00:00Z",
   "metadata": {
    "name": "LLM-ready EPSS score",
    "description": "FIRST.org EPSS score transformed into LLM-ready format with numeric probability (not stringified), derived risk_band (low/medium/high/critical), and optional series summary (first/min/max points instead of full daily series). Optional ?series=true returns the summary; default returns the current point only. License: FIRST.org free-for-any-use policy.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-epss-clean"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/{CVE-id}",
    "description": "Single-call cross-database CVE verification. Composes MITRE CVE Record + CISA Known Exploited Vulnerabilities + FIRST.org EPSS + OSV.dev advisory + CISA Vulnrichment SSVC into one LLM-ready fact card with confirmed_by array and corroboration_count. Reduces 5 fan-out calls and 5 different parsing schemas to one. The anti-hallucination lookup for security agents: corroboration_count is auditable per call. Sources missing the CVE just don't appear in confirmed_by; the call still returns whatever sources do have it. License terms inherited from each upstream source; attribution block per source included on every response.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-09T00:00:00Z",
   "metadata": {
    "name": "Verified CVE (cross-database)",
    "description": "Single-call cross-database CVE verification. Composes MITRE CVE Record + CISA Known Exploited Vulnerabilities + FIRST.org EPSS + OSV.dev advisory + CISA Vulnrichment SSVC into one LLM-ready fact card with confirmed_by array and corroboration_count. Reduces 5 fan-out calls and 5 different parsing schemas to one. The anti-hallucination lookup for security agents: corroboration_count is auditable per call. Sources missing the CVE just don't appear in confirmed_by; the call still returns whatever sources do have it. License terms inherited from each upstream source; attribution block per source included on every response.",
    "tier": 1,
    "credits": 1,
    "category": "ai-security-verified-cve"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/history/news/clusters/full",
    "description": "Full untruncated story-level cross-source corroboration clusters per UTC date or range up to 30 days. Each cluster groups TensorFeed news articles about the same story via embedding-based similarity (Workers AI bge-base-en-v1.5 at threshold 0.82) and reports source_count, sources_list, hero article (earliest publishedAt), corroboration_band (single/limited/broad), and contributing article_ids. The free /api/history/news/clusters caps at 25 clusters/day; this endpoint returns all clusters with no cap.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-09T00:00:00Z",
   "metadata": {
    "name": "News story clusters (full)",
    "description": "Full untruncated story-level cross-source corroboration clusters per UTC date or range up to 30 days. Each cluster groups TensorFeed news articles about the same story via embedding-based similarity (Workers AI bge-base-en-v1.5 at threshold 0.82) and reports source_count, sources_list, hero article (earliest publishedAt), corroboration_band (single/limited/broad), and contributing article_ids. The free /api/history/news/clusters caps at 25 clusters/day; this endpoint returns all clusters with no cap.",
    "tier": 1,
    "credits": 1,
    "category": "news-verification"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/history/news/verified",
    "description": "Story-level news feed filtered to clusters with N or more independent sources corroborating. Default min_sources=4 (broad corroboration). Agents asking 'do not act on a single source' get a clean stream of stories that cleared the trust threshold. The trust play Gemini named: only TF can ship this because only TF has the cross-source view at scale. Single-date or 30-day range. Computed nightly via Workers AI bge-base-en-v1.5 embedding clustering.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-09T00:00:00Z",
   "metadata": {
    "name": "Verified news feed",
    "description": "Story-level news feed filtered to clusters with N or more independent sources corroborating. Default min_sources=4 (broad corroboration). Agents asking 'do not act on a single source' get a clean stream of stories that cleared the trust threshold. The trust play Gemini named: only TF can ship this because only TF has the cross-source view at scale. Single-date or 30-day range. Computed nightly via Workers AI bge-base-en-v1.5 embedding clustering.",
    "tier": 1,
    "credits": 1,
    "category": "news-verification"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/agents/directory",
    "description": "Enriched AI agents directory. One paid call returns the catalog joined with live provider status, recent news mentions, 24h agent traffic, and sample model pricing, ranked by a derived trending score. The agent-discovers-agent feed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "category": "coding",
        "status": "operational",
        "open_source": false,
        "sort": "trending",
        "limit": 25
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "count": 25,
        "agents": [
         {
          "id": "claude-code",
          "name": "Claude Code",
          "provider": "anthropic",
          "category": "coding",
          "live_status": "operational",
          "trending_score": 87,
          "recent_news_count": 4,
          "agent_traffic_24h": 312,
          "sample_pricing": {
           "model": "Claude Opus 4.7",
           "blended_per_1m": 25
          },
          "url": "https://claude.com/code"
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Enriched agents directory",
    "description": "Enriched AI agents directory. One paid call returns the catalog joined with live provider status, recent news mentions, 24h agent traffic, and sample model pricing, ranked by a derived trending score. The agent-discovers-agent feed.",
    "tier": 1,
    "credits": 1,
    "category": "ai-agents-directory"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "category": "coding",
        "status": "operational",
        "open_source": false,
        "sort": "trending",
        "limit": 25
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "count": 25,
        "agents": [
         {
          "id": "claude-code",
          "name": "Claude Code",
          "provider": "anthropic",
          "category": "coding",
          "live_status": "operational",
          "trending_score": 87,
          "recent_news_count": 4,
          "agent_traffic_24h": 312,
          "sample_pricing": {
           "model": "Claude Opus 4.7",
           "blended_per_1m": 25
          },
          "url": "https://claude.com/code"
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "category": {
            "type": "string",
            "description": "Filter by category id (coding, search, voice, etc)."
           },
           "status": {
            "type": "string",
            "enum": [
             "operational",
             "degraded",
             "down",
             "unknown"
            ]
           },
           "open_source": {
            "type": "boolean"
           },
           "capability": {
            "type": "string",
            "description": "Filter to agents declaring this capability."
           },
           "sort": {
            "type": "string",
            "enum": [
             "trending",
             "name",
             "recent_news",
             "agent_traffic"
            ]
           },
           "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 100
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/news/search",
    "description": "Full-text search over the AI news corpus with relevance scoring (term hits weighted 3 in title, 1 in snippet, plus recency boost) and date/provider/category filters.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-04-27T00:00:00Z",
   "metadata": {
    "name": "News search",
    "description": "Full-text search over the AI news corpus with relevance scoring (term hits weighted 3 in title, 1 in snippet, plus recency boost) and date/provider/category filters.",
    "tier": 1,
    "credits": 1,
    "category": "ai-news-search"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/whats-new",
    "description": "Agent morning brief. One paid call returns the last 24 hours of AI pricing changes, new and removed models, service-status incidents, and top news headlines. The endpoint an agent calls on boot.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days": 1,
        "news_limit": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "window": {
         "from": "2026-05-13",
         "to": "2026-05-14",
         "days": 1
        },
        "computed_at": "2026-05-14T08:00:00Z",
        "summary": {
         "total_pricing_changes": 3,
         "new_models": 1,
         "removed_models": 0,
         "incidents": 2,
         "news_articles": 10
        },
        "pricing": {
         "changes": [
          {
           "model": "Claude Opus 4.7",
           "provider": "anthropic",
           "field": "inputPrice",
           "from": 15,
           "to": 14,
           "delta_pct": -6.6667
          }
         ],
         "new_models": [
          {
           "model": "Sonnet 4.7",
           "provider": "anthropic",
           "input_per_1m": 3,
           "output_per_1m": 15,
           "tier": "mid"
          }
         ],
         "removed_models": []
        },
        "status": {
         "incidents": [
          {
           "service": "API",
           "provider": "openai",
           "severity": "minor",
           "title": "Elevated latency for ChatGPT",
           "started_at": "2026-05-13T18:00:00Z",
           "resolved_at": "2026-05-13T19:30:00Z",
           "duration_minutes": 90
          }
         ],
         "currently_operational": 12,
         "currently_degraded": 1,
         "currently_down": 0,
         "currently_unknown": 0
        },
        "news": [
         {
          "title": "Anthropic announces Claude Opus 4.8",
          "url": "https://anthropic.com/news/opus-4-8",
          "source": "Anthropic",
          "published_at": "2026-05-13T15:00:00Z"
         }
        ]
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "What's new",
    "description": "Agent morning brief. One paid call returns the last 24 hours of AI pricing changes, new and removed models, service-status incidents, and top news headlines. The endpoint an agent calls on boot.",
    "tier": 1,
    "credits": 1,
    "category": "ai-agent-brief"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days": 1,
        "news_limit": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "window": {
         "from": "2026-05-13",
         "to": "2026-05-14",
         "days": 1
        },
        "computed_at": "2026-05-14T08:00:00Z",
        "summary": {
         "total_pricing_changes": 3,
         "new_models": 1,
         "removed_models": 0,
         "incidents": 2,
         "news_articles": 10
        },
        "pricing": {
         "changes": [
          {
           "model": "Claude Opus 4.7",
           "provider": "anthropic",
           "field": "inputPrice",
           "from": 15,
           "to": 14,
           "delta_pct": -6.6667
          }
         ],
         "new_models": [
          {
           "model": "Sonnet 4.7",
           "provider": "anthropic",
           "input_per_1m": 3,
           "output_per_1m": 15,
           "tier": "mid"
          }
         ],
         "removed_models": []
        },
        "status": {
         "incidents": [
          {
           "service": "API",
           "provider": "openai",
           "severity": "minor",
           "title": "Elevated latency for ChatGPT",
           "started_at": "2026-05-13T18:00:00Z",
           "resolved_at": "2026-05-13T19:30:00Z",
           "duration_minutes": 90
          }
         ],
         "currently_operational": 12,
         "currently_degraded": 1,
         "currently_down": 0,
         "currently_unknown": 0
        },
        "news": [
         {
          "title": "Anthropic announces Claude Opus 4.8",
          "url": "https://anthropic.com/news/opus-4-8",
          "source": "Anthropic",
          "published_at": "2026-05-13T15:00:00Z"
         }
        ]
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "days": {
            "type": "integer",
            "minimum": 1,
            "maximum": 7,
            "description": "Window length in days back from now. Default 1, max 7."
           },
           "news_limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 25,
            "description": "Max news headlines to return. Default 10, max 25."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/whats-new/pro",
    "description": "Pro tier of the agent morning brief. Returns the same 24-hour delta as /api/premium/whats-new plus Claude Haiku 4.5 generated analyst synthesis: a narrative summary, 1-5 key takeaways, and 1-3 recommended actions targeted by agent class (inference-bound, training-bound, security-watchful, cost-bound, compliance-watchful). Every claim cites back to a stable basis ID assigned server-side BEFORE the model sees the data. Citations that do not resolve are rejected at validation, so the agent never sees a hallucinated reference. 10 credits vs base at 1 credit.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "200000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days": 1,
        "news_limit": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "tier": "pro",
        "window": {
         "from": "2026-05-13",
         "to": "2026-05-14",
         "days": 1
        },
        "computed_at": "2026-05-14T08:00:00Z",
        "summary": {
         "total_pricing_changes": 1,
         "new_models": 1,
         "removed_models": 0,
         "incidents": 1,
         "news_articles": 1
        },
        "pricing": {
         "changes": [
          {
           "model": "Claude Opus 4.7",
           "provider": "anthropic",
           "field": "inputPrice",
           "from": 15,
           "to": 14,
           "delta_pct": -6.6667
          }
         ],
         "new_models": [
          {
           "model": "Sonnet 4.7",
           "provider": "anthropic",
           "input_per_1m": 3,
           "output_per_1m": 15,
           "tier": "mid"
          }
         ],
         "removed_models": []
        },
        "status": {
         "incidents": [
          {
           "service": "API",
           "provider": "openai",
           "severity": "minor",
           "title": "Elevated latency for ChatGPT",
           "started_at": "2026-05-13T18:00:00Z",
           "resolved_at": "2026-05-13T19:30:00Z",
           "duration_minutes": 90
          }
         ],
         "currently_operational": 12,
         "currently_degraded": 1,
         "currently_down": 0,
         "currently_unknown": 0
        },
        "news": [
         {
          "title": "Anthropic announces Claude Opus 4.8",
          "url": "https://anthropic.com/news/opus-4-8",
          "source": "Anthropic",
          "published_at": "2026-05-13T15:00:00Z"
         }
        ],
        "data_ids": {
         "pricing_changes": {
          "c1": "Claude Opus 4.7|anthropic|inputPrice"
         },
         "new_models": {
          "m1": "Sonnet 4.7|anthropic"
         },
         "removed_models": {},
         "incidents": {
          "i1": "openai|Elevated latency for ChatGPT|2026-05-13T18:00:00Z"
         },
         "news": {
          "n1": "https://anthropic.com/news/opus-4-8"
         }
        },
        "pro": {
         "generated_by": "claude-haiku-4-5-20251001",
         "generated_at": "2026-05-14T08:00:00Z",
         "analyst_summary": "Anthropic cut Claude Opus 4.7 input pricing by 7 percent to 14 USD per million tokens in the window, the latest in a sequence of cohort price reductions. OpenAI experienced a minor 90 minute latency event on the ChatGPT API; no other carrier grade incidents. Cohort wide inference cost continues to trend down.",
         "key_takeaways": [
          {
           "claim": "Anthropic cut Claude Opus 4.7 input pricing by 7 percent",
           "basis": [
            "c1"
           ],
           "confidence": 0.98
          },
          {
           "claim": "Anthropic announced a new Sonnet 4.7 mid tier model",
           "basis": [
            "m1",
            "n1"
           ],
           "confidence": 0.95
          }
         ],
         "recommended_actions": [
          {
           "for": "cost-bound",
           "action": "Re-evaluate Claude Opus as primary model given the price cut and capability parity",
           "priority": "monitor",
           "basis": [
            "c1"
           ]
          },
          {
           "for": "inference-bound",
           "action": "Test Sonnet 4.7 in low risk workloads as a cost effective mid tier alternative",
           "priority": "monitor",
           "basis": [
            "m1"
           ]
          }
         ]
        },
        "billing": {
         "credits_charged": 10,
         "credits_remaining": 40
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "What's new Pro",
    "description": "Pro tier of the agent morning brief. Returns the same 24-hour delta as /api/premium/whats-new plus Claude Haiku 4.5 generated analyst synthesis: a narrative summary, 1-5 key takeaways, and 1-3 recommended actions targeted by agent class (inference-bound, training-bound, security-watchful, cost-bound, compliance-watchful). Every claim cites back to a stable basis ID assigned server-side BEFORE the model sees the data. Citations that do not resolve are rejected at validation, so the agent never sees a hallucinated reference. 10 credits vs base at 1 credit.",
    "tier": 2,
    "credits": 10,
    "category": "ai-agent-brief-pro"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days": 1,
        "news_limit": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "tier": "pro",
        "window": {
         "from": "2026-05-13",
         "to": "2026-05-14",
         "days": 1
        },
        "computed_at": "2026-05-14T08:00:00Z",
        "summary": {
         "total_pricing_changes": 1,
         "new_models": 1,
         "removed_models": 0,
         "incidents": 1,
         "news_articles": 1
        },
        "pricing": {
         "changes": [
          {
           "model": "Claude Opus 4.7",
           "provider": "anthropic",
           "field": "inputPrice",
           "from": 15,
           "to": 14,
           "delta_pct": -6.6667
          }
         ],
         "new_models": [
          {
           "model": "Sonnet 4.7",
           "provider": "anthropic",
           "input_per_1m": 3,
           "output_per_1m": 15,
           "tier": "mid"
          }
         ],
         "removed_models": []
        },
        "status": {
         "incidents": [
          {
           "service": "API",
           "provider": "openai",
           "severity": "minor",
           "title": "Elevated latency for ChatGPT",
           "started_at": "2026-05-13T18:00:00Z",
           "resolved_at": "2026-05-13T19:30:00Z",
           "duration_minutes": 90
          }
         ],
         "currently_operational": 12,
         "currently_degraded": 1,
         "currently_down": 0,
         "currently_unknown": 0
        },
        "news": [
         {
          "title": "Anthropic announces Claude Opus 4.8",
          "url": "https://anthropic.com/news/opus-4-8",
          "source": "Anthropic",
          "published_at": "2026-05-13T15:00:00Z"
         }
        ],
        "data_ids": {
         "pricing_changes": {
          "c1": "Claude Opus 4.7|anthropic|inputPrice"
         },
         "new_models": {
          "m1": "Sonnet 4.7|anthropic"
         },
         "removed_models": {},
         "incidents": {
          "i1": "openai|Elevated latency for ChatGPT|2026-05-13T18:00:00Z"
         },
         "news": {
          "n1": "https://anthropic.com/news/opus-4-8"
         }
        },
        "pro": {
         "generated_by": "claude-haiku-4-5-20251001",
         "generated_at": "2026-05-14T08:00:00Z",
         "analyst_summary": "Anthropic cut Claude Opus 4.7 input pricing by 7 percent to 14 USD per million tokens in the window, the latest in a sequence of cohort price reductions. OpenAI experienced a minor 90 minute latency event on the ChatGPT API; no other carrier grade incidents. Cohort wide inference cost continues to trend down.",
         "key_takeaways": [
          {
           "claim": "Anthropic cut Claude Opus 4.7 input pricing by 7 percent",
           "basis": [
            "c1"
           ],
           "confidence": 0.98
          },
          {
           "claim": "Anthropic announced a new Sonnet 4.7 mid tier model",
           "basis": [
            "m1",
            "n1"
           ],
           "confidence": 0.95
          }
         ],
         "recommended_actions": [
          {
           "for": "cost-bound",
           "action": "Re-evaluate Claude Opus as primary model given the price cut and capability parity",
           "priority": "monitor",
           "basis": [
            "c1"
           ]
          },
          {
           "for": "inference-bound",
           "action": "Test Sonnet 4.7 in low risk workloads as a cost effective mid tier alternative",
           "priority": "monitor",
           "basis": [
            "m1"
           ]
          }
         ]
        },
        "billing": {
         "credits_charged": 10,
         "credits_remaining": 40
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "days": {
            "type": "integer",
            "minimum": 1,
            "maximum": 7,
            "description": "Window length in days back from now. Default 1, max 7."
           },
           "news_limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 25,
            "description": "Max news headlines to return. Default 10, max 25."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/policy/timeline",
    "description": "Forward and backward calendar over the AI policy registry. Each entry classified relative to now (past / active / upcoming), days-until-effective, with next-3-milestones for upcoming items. Filter by jurisdiction (EU, US, UK, etc) and time window. The \"what AI rules are about to bite\" feed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days_back": 90,
        "days_forward": 365,
        "jurisdiction": "EU"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T07:00:00Z",
        "window": {
         "days_back": 90,
         "days_forward": 365,
         "jurisdiction": "EU"
        },
        "entries": [
         {
          "id": "eu-ai-act-gpai-codes",
          "title": "EU AI Act: General-Purpose AI codes of practice",
          "jurisdiction": "EU",
          "effective_date": "2026-08-02",
          "relative_to_now": "upcoming",
          "days_until_effective": 71,
          "next_milestones": [
           {
            "name": "Codes finalized",
            "date": "2026-07-01"
           },
           {
            "name": "Enforcement begins",
            "date": "2026-08-02"
           }
          ],
          "source_url": "https://artificialintelligenceact.eu"
         }
        ],
        "counts": {
         "past": 12,
         "active": 4,
         "upcoming": 9
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI policy timeline",
    "description": "Forward and backward calendar over the AI policy registry. Each entry classified relative to now (past / active / upcoming), days-until-effective, with next-3-milestones for upcoming items. Filter by jurisdiction (EU, US, UK, etc) and time window. The \"what AI rules are about to bite\" feed.",
    "tier": 1,
    "credits": 1,
    "category": "ai-policy-temporal"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days_back": 90,
        "days_forward": 365,
        "jurisdiction": "EU"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T07:00:00Z",
        "window": {
         "days_back": 90,
         "days_forward": 365,
         "jurisdiction": "EU"
        },
        "entries": [
         {
          "id": "eu-ai-act-gpai-codes",
          "title": "EU AI Act: General-Purpose AI codes of practice",
          "jurisdiction": "EU",
          "effective_date": "2026-08-02",
          "relative_to_now": "upcoming",
          "days_until_effective": 71,
          "next_milestones": [
           {
            "name": "Codes finalized",
            "date": "2026-07-01"
           },
           {
            "name": "Enforcement begins",
            "date": "2026-08-02"
           }
          ],
          "source_url": "https://artificialintelligenceact.eu"
         }
        ],
        "counts": {
         "past": 12,
         "active": 4,
         "upcoming": 9
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "days_back": {
            "type": "integer",
            "minimum": 0,
            "maximum": 3650
           },
           "days_forward": {
            "type": "integer",
            "minimum": 0,
            "maximum": 3650
           },
           "jurisdiction": {
            "type": "string",
            "description": "ISO country/region code or known bloc (EU, US, UK, CN, etc)."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/research/velocity",
    "description": "Per-institution AI research publication velocity. 30-day window vs 365-day baseline with direction classification, notable movers, plus by-country and by-affiliation-type breakdowns. OpenAlex CC0. The \"which AI labs are accelerating\" feed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "institutions": [
         {
          "openalex_id": "I1294671590",
          "display_name": "Google DeepMind",
          "country_code": "GB",
          "works_last_30d": 92,
          "works_baseline_30d_avg": 71,
          "velocity_ratio": 1.296,
          "direction": "accelerating"
         }
        ],
        "notable_movers": {
         "gainers": [
          "DeepMind",
          "Anthropic"
         ],
         "decliners": []
        },
        "by_country": {
         "US": 412,
         "CN": 178,
         "GB": 96
        },
        "by_type": {
         "industry": 213,
         "academia": 489
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI research velocity",
    "description": "Per-institution AI research publication velocity. 30-day window vs 365-day baseline with direction classification, notable movers, plus by-country and by-affiliation-type breakdowns. OpenAlex CC0. The \"which AI labs are accelerating\" feed.",
    "tier": 1,
    "credits": 1,
    "category": "research-momentum"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "institutions": [
         {
          "openalex_id": "I1294671590",
          "display_name": "Google DeepMind",
          "country_code": "GB",
          "works_last_30d": 92,
          "works_baseline_30d_avg": 71,
          "velocity_ratio": 1.296,
          "direction": "accelerating"
         }
        ],
        "notable_movers": {
         "gainers": [
          "DeepMind",
          "Anthropic"
         ],
         "decliners": []
        },
        "by_country": {
         "US": 412,
         "CN": 178,
         "GB": 96
        },
        "by_type": {
         "industry": 213,
         "academia": 489
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/packages/pypi/momentum",
    "description": "AI/ML PyPI package momentum and velocity. Per-package week-over-week change, direction classification (accelerating / steady / declining), notable movers, and by-category counts. The \"what AI packages are heating up\" feed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "100000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "window": {
         "window_days": 7
        },
        "packages": [
         {
          "name": "langchain",
          "category": "orchestration",
          "downloads_current": 5400000,
          "downloads_prior": 4900000,
          "velocity_ratio": 1.102,
          "direction": "accelerating"
         }
        ],
        "notable_movers": {
         "gainers": [
          "langchain",
          "instructor"
         ],
         "decliners": [
          "old-llm-lib"
         ]
        },
        "by_category": {
         "orchestration": 12,
         "embeddings": 8,
         "evaluation": 5
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "PyPI packages momentum",
    "description": "AI/ML PyPI package momentum and velocity. Per-package week-over-week change, direction classification (accelerating / steady / declining), notable movers, and by-category counts. The \"what AI packages are heating up\" feed.",
    "tier": 1,
    "credits": 5,
    "category": "package-ecosystem-momentum"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "window": {
         "window_days": 7
        },
        "packages": [
         {
          "name": "langchain",
          "category": "orchestration",
          "downloads_current": 5400000,
          "downloads_prior": 4900000,
          "velocity_ratio": 1.102,
          "direction": "accelerating"
         }
        ],
        "notable_movers": {
         "gainers": [
          "langchain",
          "instructor"
         ],
         "decliners": [
          "old-llm-lib"
         ]
        },
        "by_category": {
         "orchestration": 12,
         "embeddings": 8,
         "evaluation": 5
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/probe/series",
    "description": "Daily latency and uptime series from TensorFeed measured probes against one provider (anthropic, openai, google, mistral, cohere). Per-day ok percentage, uptime, TTFB and total-time p50/p95/p99, and incident hours, plus an overall summary. First-party measurement no other source has. 90-day window.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "100000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "anthropic",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "provider": "anthropic",
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "count": 720,
          "ok_pct": 99.86,
          "uptime_pct": 99.86,
          "ttfb_p50": 210,
          "ttfb_p95": 540,
          "ttfb_p99": 880,
          "total_p50": 640,
          "total_p95": 1520,
          "total_p99": 2410,
          "incident_hours": 0,
          "has_data": true
         }
        ],
        "summary": {
         "overall_uptime_pct": 99.74,
         "days_with_data": 31,
         "days_with_incidents": 2
        },
        "notes": [],
        "billing": {
         "credits_charged": 3,
         "credits_remaining": 47
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "LLM probe series",
    "description": "Daily latency and uptime series from TensorFeed measured probes against one provider (anthropic, openai, google, mistral, cohere). Per-day ok percentage, uptime, TTFB and total-time p50/p95/p99, and incident hours, plus an overall summary. First-party measurement no other source has. 90-day window.",
    "tier": 1,
    "credits": 5,
    "category": "llm-sla-measurement"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "anthropic",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "provider": "anthropic",
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "count": 720,
          "ok_pct": 99.86,
          "uptime_pct": 99.86,
          "ttfb_p50": 210,
          "ttfb_p95": 540,
          "ttfb_p99": 880,
          "total_p50": 640,
          "total_p95": 1520,
          "total_p99": 2410,
          "incident_hours": 0,
          "has_data": true
         }
        ],
        "summary": {
         "overall_uptime_pct": 99.74,
         "days_with_data": 31,
         "days_with_incidents": 2
        },
        "notes": [],
        "billing": {
         "credits_charged": 3,
         "credits_remaining": 47
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "provider": {
            "type": "string",
            "enum": [
             "anthropic",
             "openai",
             "google",
             "mistral",
             "cohere"
            ],
            "description": "Provider key to series. Required."
           },
           "from": {
            "type": "string",
            "description": "Inclusive start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "Inclusive end date YYYY-MM-DD. Optional; defaults to today UTC. Window capped at 90 days."
           }
          },
          "required": [
           "provider"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/openrouter/series",
    "description": "Daily OpenRouter cross-provider catalog drift. Per-day model count, cheapest paid input and output USD-per-million floor, free-tier count, and namespace breadth, plus day-over-day model add and remove churn and per-model price-change counts. OpenRouter serves only current state, so this multi-day record is TensorFeed-captured and cannot be backfilled. Default 30 days, max 90.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "total_models": 318,
          "cheapest_input_usd_per_m": 0.05,
          "cheapest_output_usd_per_m": 0.08,
          "free_tier_count": 24,
          "namespace_count": 41,
          "top_namespace": "openai",
          "added": 2,
          "removed": 1,
          "price_changes": 5,
          "added_sample": [
           "anthropic/claude-opus-4.8"
          ],
          "removed_sample": [
           "mistral/old-codestral"
          ],
          "has_data": true
         }
        ],
        "delta_in_window": {
         "start_total": 301,
         "end_total": 318,
         "net": 17,
         "cheapest_input_start": 0.06,
         "cheapest_input_end": 0.05,
         "cheapest_output_start": 0.1,
         "cheapest_output_end": 0.08
        },
        "attribution": {
         "source": "OpenRouter",
         "source_url": "https://openrouter.ai/api/v1/models",
         "license": "Public catalog data; pricing and capabilities owned by OpenRouter and the underlying inference providers.",
         "note": "OpenRouter serves only current state. This multi-day series is TensorFeed-captured and cannot be backfilled."
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "OpenRouter catalog drift series",
    "description": "Daily OpenRouter cross-provider catalog drift. Per-day model count, cheapest paid input and output USD-per-million floor, free-tier count, and namespace breadth, plus day-over-day model add and remove churn and per-model price-change counts. OpenRouter serves only current state, so this multi-day record is TensorFeed-captured and cannot be backfilled. Default 30 days, max 90.",
    "tier": 1,
    "credits": 1,
    "category": "ai-models-openrouter-series"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "total_models": 318,
          "cheapest_input_usd_per_m": 0.05,
          "cheapest_output_usd_per_m": 0.08,
          "free_tier_count": 24,
          "namespace_count": 41,
          "top_namespace": "openai",
          "added": 2,
          "removed": 1,
          "price_changes": 5,
          "added_sample": [
           "anthropic/claude-opus-4.8"
          ],
          "removed_sample": [
           "mistral/old-codestral"
          ],
          "has_data": true
         }
        ],
        "delta_in_window": {
         "start_total": 301,
         "end_total": 318,
         "net": 17,
         "cheapest_input_start": 0.06,
         "cheapest_input_end": 0.05,
         "cheapest_output_start": 0.1,
         "cheapest_output_end": 0.08
        },
        "attribution": {
         "source": "OpenRouter",
         "source_url": "https://openrouter.ai/api/v1/models",
         "license": "Public catalog data; pricing and capabilities owned by OpenRouter and the underlying inference providers.",
         "note": "OpenRouter serves only current state. This multi-day series is TensorFeed-captured and cannot be backfilled."
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "End date YYYY-MM-DD. Optional; defaults to today UTC. Range capped at 90 days."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/x402-registry/series",
    "description": "Daily x402 publisher-registry drift. Per-day reachable vs erroring publisher counts, federation count, network breadth, paid and free endpoint totals, and agent-fair-trade declarations, plus day-over-day domains added and removed, crawl status flips, and payment-wallet changes (the security-relevant signal an agent paying a publisher wants to watch). A registry is current-state only, so this history is TensorFeed-captured. Default 30 days, max 90.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "total": 42,
          "ok_count": 39,
          "error_count": 3,
          "federation_count": 2,
          "network_count": 2,
          "networks": [
           "base",
           "base-sepolia"
          ],
          "paid_endpoints_total": 318,
          "free_endpoints_total": 511,
          "agent_fair_trade_count": 6,
          "added": 1,
          "removed": 0,
          "status_flips": 2,
          "wallet_changes": 0,
          "added_sample": [
           "newpublisher.xyz"
          ],
          "removed_sample": [],
          "wallet_change_sample": [],
          "has_data": true
         }
        ],
        "delta_in_window": {
         "start_total": 38,
         "end_total": 42,
         "net": 4,
         "start_ok": 35,
         "end_ok": 39
        },
        "attribution": {
         "source": "TensorFeed x402 Registry",
         "source_url": "https://tensorfeed.ai/x402-registry",
         "license": "TF-aggregated registry of x402 publishers. Underlying manifests are owned by their publishers and served at /.well-known/x402. TF surfaces a normalized view; inclusion is not an endorsement and agents should still verify wallet addresses on-chain and against publisher.validation.publishedAt before sending funds.",
         "source_url_per_entry": "https://{domain}/.well-known/x402",
         "refresh_cadence": "daily"
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "x402 publisher registry drift series",
    "description": "Daily x402 publisher-registry drift. Per-day reachable vs erroring publisher counts, federation count, network breadth, paid and free endpoint totals, and agent-fair-trade declarations, plus day-over-day domains added and removed, crawl status flips, and payment-wallet changes (the security-relevant signal an agent paying a publisher wants to watch). A registry is current-state only, so this history is TensorFeed-captured. Default 30 days, max 90.",
    "tier": 1,
    "credits": 1,
    "category": "ai-x402-registry-series"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "total": 42,
          "ok_count": 39,
          "error_count": 3,
          "federation_count": 2,
          "network_count": 2,
          "networks": [
           "base",
           "base-sepolia"
          ],
          "paid_endpoints_total": 318,
          "free_endpoints_total": 511,
          "agent_fair_trade_count": 6,
          "added": 1,
          "removed": 0,
          "status_flips": 2,
          "wallet_changes": 0,
          "added_sample": [
           "newpublisher.xyz"
          ],
          "removed_sample": [],
          "wallet_change_sample": [],
          "has_data": true
         }
        ],
        "delta_in_window": {
         "start_total": 38,
         "end_total": 42,
         "net": 4,
         "start_ok": 35,
         "end_ok": 39
        },
        "attribution": {
         "source": "TensorFeed x402 Registry",
         "source_url": "https://tensorfeed.ai/x402-registry",
         "license": "TF-aggregated registry of x402 publishers. Underlying manifests are owned by their publishers and served at /.well-known/x402. TF surfaces a normalized view; inclusion is not an endorsement and agents should still verify wallet addresses on-chain and against publisher.validation.publishedAt before sending funds.",
         "source_url_per_entry": "https://{domain}/.well-known/x402",
         "refresh_cadence": "daily"
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "End date YYYY-MM-DD. Optional; defaults to today UTC. Range capped at 90 days."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/hf/velocity",
    "description": "Daily Hugging Face download-velocity over a trailing window (default 30 days, max 90). Per-day top models and datasets by download delta, top Spaces by likes delta among the daily top-30, top-set entered and exited churn, plus window gainers (last minus first captured day). HF exposes only cumulative totals and a live top list, so this velocity is TensorFeed-computed and cannot be backfilled.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-29",
        "to": "2026-05-28"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-29",
        "to": "2026-05-28",
        "days": 30,
        "points": [
         {
          "date": "2026-05-28",
          "model_count": 30,
          "dataset_count": 30,
          "space_count": 30,
          "models_entered": 2,
          "models_exited": 2,
          "datasets_entered": 1,
          "datasets_exited": 1,
          "top_models_by_download_delta": [
           {
            "id": "meta-llama/Llama-4",
            "downloads": 9100000,
            "download_delta": 120000
           }
          ],
          "top_datasets_by_download_delta": [],
          "top_spaces_by_likes_delta": [],
          "has_data": true
         }
        ],
        "window": {
         "top_model_gainers": [
          {
           "id": "meta-llama/Llama-4",
           "downloads": 9100000,
           "download_delta": 540000
          }
         ],
         "top_dataset_gainers": [],
         "model_count_start": 30,
         "model_count_end": 30
        },
        "attribution": {
         "source": "Hugging Face",
         "source_url": "https://huggingface.co/api/models",
         "license": "Public Hugging Face listing data, owned by HF and the respective repository owners.",
         "note": "Day-over-day velocity over the daily top-30 capture is TF-computed and cannot be backfilled."
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Hugging Face download-velocity series",
    "description": "Daily Hugging Face download-velocity over a trailing window (default 30 days, max 90). Per-day top models and datasets by download delta, top Spaces by likes delta among the daily top-30, top-set entered and exited churn, plus window gainers (last minus first captured day). HF exposes only cumulative totals and a live top list, so this velocity is TensorFeed-computed and cannot be backfilled.",
    "tier": 1,
    "credits": 1,
    "category": "ai-hf-velocity-series"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-29",
        "to": "2026-05-28"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-29",
        "to": "2026-05-28",
        "days": 30,
        "points": [
         {
          "date": "2026-05-28",
          "model_count": 30,
          "dataset_count": 30,
          "space_count": 30,
          "models_entered": 2,
          "models_exited": 2,
          "datasets_entered": 1,
          "datasets_exited": 1,
          "top_models_by_download_delta": [
           {
            "id": "meta-llama/Llama-4",
            "downloads": 9100000,
            "download_delta": 120000
           }
          ],
          "top_datasets_by_download_delta": [],
          "top_spaces_by_likes_delta": [],
          "has_data": true
         }
        ],
        "window": {
         "top_model_gainers": [
          {
           "id": "meta-llama/Llama-4",
           "downloads": 9100000,
           "download_delta": 540000
          }
         ],
         "top_dataset_gainers": [],
         "model_count_start": 30,
         "model_count_end": 30
        },
        "attribution": {
         "source": "Hugging Face",
         "source_url": "https://huggingface.co/api/models",
         "license": "Public Hugging Face listing data, owned by HF and the respective repository owners.",
         "note": "Day-over-day velocity over the daily top-30 capture is TF-computed and cannot be backfilled."
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/compare/models",
    "description": "Side-by-side comparison of 2-5 AI models. Returns pricing, benchmarks normalized to union-of-keys with explicit nulls, live provider status, recent news mentions, and per-benchmark rankings in one ready-to-rank payload.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ids": "opus-4-7,gpt-5-5,gemini-3"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "models": [
         {
          "id": "opus-4-7",
          "name": "Claude Opus 4.7",
          "provider": "anthropic",
          "pricing": {
           "input": 15,
           "output": 75,
           "blended": 25
          },
          "benchmarks": {
           "swe_bench": 0.74,
           "mmlu_pro": 0.83,
           "gpqa_diamond": 0.68,
           "math": null,
           "human_eval": 0.94
          },
          "status": "operational",
          "news_count_30d": 12,
          "context_window": 200000
         }
        ],
        "rankings": {
         "cheapest_blended": [
          "gpt-5-5",
          "gemini-3",
          "opus-4-7"
         ],
         "widest_context": [
          "gemini-3",
          "opus-4-7",
          "gpt-5-5"
         ],
         "per_benchmark": {
          "swe_bench": [
           "opus-4-7",
           "gpt-5-5",
           "gemini-3"
          ]
         }
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Compare models",
    "description": "Side-by-side comparison of 2-5 AI models. Returns pricing, benchmarks normalized to union-of-keys with explicit nulls, live provider status, recent news mentions, and per-benchmark rankings in one ready-to-rank payload.",
    "tier": 1,
    "credits": 1,
    "category": "ai-model-comparison"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ids": "opus-4-7,gpt-5-5,gemini-3"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "models": [
         {
          "id": "opus-4-7",
          "name": "Claude Opus 4.7",
          "provider": "anthropic",
          "pricing": {
           "input": 15,
           "output": 75,
           "blended": 25
          },
          "benchmarks": {
           "swe_bench": 0.74,
           "mmlu_pro": 0.83,
           "gpqa_diamond": 0.68,
           "math": null,
           "human_eval": 0.94
          },
          "status": "operational",
          "news_count_30d": 12,
          "context_window": 200000
         }
        ],
        "rankings": {
         "cheapest_blended": [
          "gpt-5-5",
          "gemini-3",
          "opus-4-7"
         ],
         "widest_context": [
          "gemini-3",
          "opus-4-7",
          "gpt-5-5"
         ],
         "per_benchmark": {
          "swe_bench": [
           "opus-4-7",
           "gpt-5-5",
           "gemini-3"
          ]
         }
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "ids": {
            "type": "string",
            "description": "Comma-separated list of 2 to 5 model ids or display names (e.g. \"opus-4-7,gpt-5-5,gemini-3\")."
           }
          },
          "required": [
           "ids"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/{name}",
    "description": "Everything about one AI provider in one paid call: live status, all models with pricing + tier + benchmark scores joined, recent news, agent traffic. Aggregation over 4 free endpoints.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-04-27T00:00:00Z",
   "metadata": {
    "name": "Provider deep-dive",
    "description": "Everything about one AI provider in one paid call: live status, all models with pricing + tier + benchmark scores joined, recent news, agent traffic. Aggregation over 4 free endpoints.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-deepdive"
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/cost/projection",
    "description": "Project the cost of a token-usage workload across 1-10 AI models. Returns daily, weekly, monthly, and yearly totals per model plus a ranking by cheapest monthly. The canonical \"given my workload, what would each model cost me\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "opus-4-7,gpt-5-5",
        "input_tokens_per_day": 1000000,
        "output_tokens_per_day": 200000,
        "horizon": "monthly"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "workload": {
         "input_tokens_per_day": 1000000,
         "output_tokens_per_day": 200000
        },
        "primary_horizon": "monthly",
        "projections": [
         {
          "model": "Claude Opus 4.7",
          "provider": "anthropic",
          "matched": true,
          "rates": {
           "input_per_1m": 15,
           "output_per_1m": 75,
           "blended_per_1m": 25
          },
          "daily": {
           "input_cost": 15,
           "output_cost": 15,
           "total": 30
          },
          "weekly_total": 210,
          "monthly_total": 900,
          "yearly_total": 10950
         }
        ],
        "ranking_by_monthly_cheapest": [
         "gpt-5-5",
         "opus-4-7"
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cost projection",
    "description": "Project the cost of a token-usage workload across 1-10 AI models. Returns daily, weekly, monthly, and yearly totals per model plus a ranking by cheapest monthly. The canonical \"given my workload, what would each model cost me\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cost-projection"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "opus-4-7,gpt-5-5",
        "input_tokens_per_day": 1000000,
        "output_tokens_per_day": 200000,
        "horizon": "monthly"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "workload": {
         "input_tokens_per_day": 1000000,
         "output_tokens_per_day": 200000
        },
        "primary_horizon": "monthly",
        "projections": [
         {
          "model": "Claude Opus 4.7",
          "provider": "anthropic",
          "matched": true,
          "rates": {
           "input_per_1m": 15,
           "output_per_1m": 75,
           "blended_per_1m": 25
          },
          "daily": {
           "input_cost": 15,
           "output_cost": 15,
           "total": 30
          },
          "weekly_total": 210,
          "monthly_total": 900,
          "yearly_total": 10950
         }
        ],
        "ranking_by_monthly_cheapest": [
         "gpt-5-5",
         "opus-4-7"
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "model": {
            "type": "string",
            "description": "Comma-separated list of 1 to 10 model ids or display names."
           },
           "input_tokens_per_day": {
            "type": "integer",
            "minimum": 0,
            "description": "Input tokens per day for the workload."
           },
           "output_tokens_per_day": {
            "type": "integer",
            "minimum": 0,
            "description": "Output tokens per day for the workload."
           },
           "horizon": {
            "type": "string",
            "enum": [
             "daily",
             "weekly",
             "monthly",
             "yearly"
            ],
            "description": "Primary horizon for the ranking (other horizons are still returned). Default monthly."
           }
          },
          "required": [
           "model",
           "input_tokens_per_day",
           "output_tokens_per_day"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/watches",
    "description": "Register a webhook watch on a price change or service status transition. HMAC-SHA256 signed POST deliveries. 90-day TTL, default fire cap 100, per-token cap 25.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "POST",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-04-27T00:00:00Z",
   "metadata": {
    "name": "Webhook watches",
    "description": "Register a webhook watch on a price change or service status transition. HMAC-SHA256 signed POST deliveries. 90-day TTL, default fire cap 100, per-token cap 25.",
    "tier": 1,
    "credits": 1,
    "category": "ai-webhooks",
    "input": {
     "spec": {
      "type": "price",
      "model": "Claude Opus 4.7",
      "field": "blended",
      "op": "lt",
      "threshold": 30
     },
     "callback_url": "https://your-agent.example.com/hook",
     "secret": "optional shared secret"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/funding/exposure",
    "description": "Derived structural metrics over the AI funding portfolio. Silicon-vendor concentration shares per investor, circular-loop classification (fully-circular / partial-loop / agnostic), co-investor pairs holding the same recipient, top recipients by inbound capital. The \"who is funding whose silicon\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "100000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T05:00:00Z",
        "silicon_concentration": [
         {
          "vendor": "Nvidia",
          "total_usd": 12500000000,
          "recipient_count": 18
         },
         {
          "vendor": "AMD",
          "total_usd": 3100000000,
          "recipient_count": 6
         }
        ],
        "investor_loops": [
         {
          "investor": "Microsoft",
          "classification": "fully-circular",
          "silicon_exposure_pct": 78
         },
         {
          "investor": "Andreessen Horowitz",
          "classification": "agnostic",
          "silicon_exposure_pct": 0
         }
        ],
        "top_recipients": [
         {
          "name": "OpenAI",
          "inbound_usd": 13000000000,
          "investor_count": 4
         }
        ],
        "co_investor_pairs": [
         {
          "a": "Microsoft",
          "b": "Nvidia",
          "shared_recipients": [
           "OpenAI",
           "Mistral"
          ]
         }
        ],
        "billing": {
         "credits_charged": 3,
         "credits_remaining": 47
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "AI funding exposure metrics",
    "description": "Derived structural metrics over the AI funding portfolio. Silicon-vendor concentration shares per investor, circular-loop classification (fully-circular / partial-loop / agnostic), co-investor pairs holding the same recipient, top recipients by inbound capital. The \"who is funding whose silicon\" call.",
    "tier": 1,
    "credits": 5,
    "category": "ai-funding-exposure"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T05:00:00Z",
        "silicon_concentration": [
         {
          "vendor": "Nvidia",
          "total_usd": 12500000000,
          "recipient_count": 18
         },
         {
          "vendor": "AMD",
          "total_usd": 3100000000,
          "recipient_count": 6
         }
        ],
        "investor_loops": [
         {
          "investor": "Microsoft",
          "classification": "fully-circular",
          "silicon_exposure_pct": 78
         },
         {
          "investor": "Andreessen Horowitz",
          "classification": "agnostic",
          "silicon_exposure_pct": 0
         }
        ],
        "top_recipients": [
         {
          "name": "OpenAI",
          "inbound_usd": 13000000000,
          "investor_count": 4
         }
        ],
        "co_investor_pairs": [
         {
          "a": "Microsoft",
          "b": "Nvidia",
          "shared_recipients": [
           "OpenAI",
           "Mistral"
          ]
         }
        ],
        "billing": {
         "credits_charged": 3,
         "credits_remaining": 47
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/research/authors",
    "description": "Top 100 AI researchers ranked by AI publication volume in the trailing 365 days, enriched with h-index, i10-index, total citation count, primary affiliation (institution + country), ORCID, and derived AI-share-of-total. OpenAlex CC0. Daily refresh.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "window_days": 365,
        "concept": {
         "id": "C154945302",
         "name": "Artificial intelligence"
        },
        "authors": [
         {
          "rank": 1,
          "openalex_id": "A5023888391",
          "display_name": "Yoshua Bengio",
          "orcid": "https://orcid.org/0000-0002-9322-3515",
          "primary_affiliation": {
           "openalex_id": "I70931966",
           "display_name": "Université de Montréal",
           "country_code": "CA"
          },
          "ai_works_last_year": 87,
          "total_works_count": 821,
          "cited_by_count": 412000,
          "h_index": 168,
          "i10_index": 632,
          "ai_share_pct": 0.74
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Top AI authors",
    "description": "Top 100 AI researchers ranked by AI publication volume in the trailing 365 days, enriched with h-index, i10-index, total citation count, primary affiliation (institution + country), ORCID, and derived AI-share-of-total. OpenAlex CC0. Daily refresh.",
    "tier": 1,
    "credits": 1,
    "category": "research-authors"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "window_days": 365,
        "concept": {
         "id": "C154945302",
         "name": "Artificial intelligence"
        },
        "authors": [
         {
          "rank": 1,
          "openalex_id": "A5023888391",
          "display_name": "Yoshua Bengio",
          "orcid": "https://orcid.org/0000-0002-9322-3515",
          "primary_affiliation": {
           "openalex_id": "I70931966",
           "display_name": "Université de Montréal",
           "country_code": "CA"
          },
          "ai_works_last_year": 87,
          "total_works_count": 821,
          "cited_by_count": 412000,
          "h_index": 168,
          "i10_index": 632,
          "ai_share_pct": 0.74
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/research/citation-velocity",
    "description": "Top 100 recent AI papers ranked by the share of their total citations earned in the most recent calendar year. Papers published in the last 2 years with 3+ citations. Surfaces papers that are still gaining traction now. OpenAlex CC0.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "papers": [
         {
          "rank": 1,
          "openalex_id": "W4400000000",
          "doi": "10.48550/arXiv.2503.00000",
          "title": "Scaling Test-Time Compute Beyond Chain-of-Thought",
          "year": 2025,
          "total_citations": 412,
          "latest_year_citations": 318,
          "latest_year_share": 0.772,
          "venue": "arXiv",
          "authors": [
           "First Author",
           "Second Author",
           "Third Author"
          ],
          "primary_affiliation": {
           "display_name": "Anthropic",
           "country_code": "US"
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI citation velocity",
    "description": "Top 100 recent AI papers ranked by the share of their total citations earned in the most recent calendar year. Papers published in the last 2 years with 3+ citations. Surfaces papers that are still gaining traction now. OpenAlex CC0.",
    "tier": 1,
    "credits": 1,
    "category": "research-citation-velocity"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "papers": [
         {
          "rank": 1,
          "openalex_id": "W4400000000",
          "doi": "10.48550/arXiv.2503.00000",
          "title": "Scaling Test-Time Compute Beyond Chain-of-Thought",
          "year": 2025,
          "total_citations": 412,
          "latest_year_citations": 318,
          "latest_year_share": 0.772,
          "venue": "arXiv",
          "authors": [
           "First Author",
           "Second Author",
           "Third Author"
          ],
          "primary_affiliation": {
           "display_name": "Anthropic",
           "country_code": "US"
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/research/milestones",
    "description": "Last 30 days of arXiv preprints flagged as milestone candidates by an offline Qwen 3.6 27B per-paper extraction pass. Each paper carries structured reasoning naming the benchmark + quantified delta, model release, or novel architecture justification. Conservative; false positives are worse than false negatives.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "window_days": 30,
        "papers": [
         {
          "arxiv_id": "2505.12345",
          "title": "A Reasoning Model That Wins Math Olympiad Gold",
          "published_at": "2026-05-14",
          "is_milestone_candidate": true,
          "reasoning": "Reports 84.7% on AIME 2024 (prior SOTA 63.1%), +21.6pp absolute. Names a new MoE-of-Experts routing scheme; reproducible config.",
          "category": "benchmark_delta",
          "arxiv_url": "https://arxiv.org/abs/2505.12345"
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "arXiv milestone candidates",
    "description": "Last 30 days of arXiv preprints flagged as milestone candidates by an offline Qwen 3.6 27B per-paper extraction pass. Each paper carries structured reasoning naming the benchmark + quantified delta, model release, or novel architecture justification. Conservative; false positives are worse than false negatives.",
    "tier": 1,
    "credits": 1,
    "category": "research-milestones"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "window_days": 30,
        "papers": [
         {
          "arxiv_id": "2505.12345",
          "title": "A Reasoning Model That Wins Math Olympiad Gold",
          "published_at": "2026-05-14",
          "is_milestone_candidate": true,
          "reasoning": "Reports 84.7% on AIME 2024 (prior SOTA 63.1%), +21.6pp absolute. Names a new MoE-of-Experts routing scheme; reproducible config.",
          "category": "benchmark_delta",
          "arxiv_url": "https://arxiv.org/abs/2505.12345"
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/research/emerging-keywords",
    "description": "Top 50 multi-word keyphrases across recent arXiv AI abstracts ranked by recent-vs-baseline lift (last 30 days frequency over prior 90 days, smoothed). Each keyphrase carries 2-5 example arxiv_ids so an agent can drill into the underlying work. The trend-spotter feed for AI research vocabulary.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "window": {
         "recent_days": 30,
         "baseline_days": 90
        },
        "keywords": [
         {
          "rank": 1,
          "phrase": "test-time compute scaling",
          "recent_frequency": 47,
          "baseline_frequency": 6,
          "lift": 7.83,
          "example_arxiv_ids": [
           "2505.12345",
           "2505.23456",
           "2505.34567"
          ]
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "arXiv emerging keywords",
    "description": "Top 50 multi-word keyphrases across recent arXiv AI abstracts ranked by recent-vs-baseline lift (last 30 days frequency over prior 90 days, smoothed). Each keyphrase carries 2-5 example arxiv_ids so an agent can drill into the underlying work. The trend-spotter feed for AI research vocabulary.",
    "tier": 1,
    "credits": 1,
    "category": "research-emerging-keywords"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T06:00:00Z",
        "window": {
         "recent_days": 30,
         "baseline_days": 90
        },
        "keywords": [
         {
          "rank": 1,
          "phrase": "test-time compute scaling",
          "recent_frequency": 47,
          "baseline_frequency": 6,
          "lift": 7.83,
          "example_arxiv_ids": [
           "2505.12345",
           "2505.23456",
           "2505.34567"
          ]
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/apis-guru/ai-feed",
    "description": "AI-relevant APIs from the APIs.guru directory of 2400+ OpenAPI specs, filtered via curated keyword matching. Per-entry first_seen_at against TensorFeed snapshot history so an agent can answer \"what new AI APIs appeared in the last 7 days\": a diff APIs.guru itself cannot provide. CC-BY-SA 4.0; source links preserved.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T08:00:00Z",
        "count": 142,
        "by_provider": {
         "openai.com": 3,
         "anthropic.com": 1,
         "replicate.com": 2
        },
        "entries": [
         {
          "api_id": "openai.com",
          "provider": "openai.com",
          "title": "OpenAI API",
          "description": "The OpenAI REST API providing access to GPT-5, embeddings, vision, audio, and more.",
          "openapi_url": "https://api.apis.guru/v2/specs/openai.com/2.3.0/openapi.yaml",
          "service_url": "https://api.openai.com",
          "logo_url": "https://api.apis.guru/v2/cache/logo/openai.com.png",
          "first_seen_at": "2025-09-12",
          "latest_updated_at": "2026-05-20",
          "matched_keywords": [
           "gpt",
           "openai"
          ],
          "newly_added_last_7d": false
         }
        ],
        "newly_added_last_7d": [],
        "attribution": {
         "source": "APIs.guru",
         "license": "CC-BY-SA 4.0"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "APIs.guru AI feed",
    "description": "AI-relevant APIs from the APIs.guru directory of 2400+ OpenAPI specs, filtered via curated keyword matching. Per-entry first_seen_at against TensorFeed snapshot history so an agent can answer \"what new AI APIs appeared in the last 7 days\": a diff APIs.guru itself cannot provide. CC-BY-SA 4.0; source links preserved.",
    "tier": 1,
    "credits": 1,
    "category": "ai-api-directory"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-23T08:00:00Z",
        "count": 142,
        "by_provider": {
         "openai.com": 3,
         "anthropic.com": 1,
         "replicate.com": 2
        },
        "entries": [
         {
          "api_id": "openai.com",
          "provider": "openai.com",
          "title": "OpenAI API",
          "description": "The OpenAI REST API providing access to GPT-5, embeddings, vision, audio, and more.",
          "openapi_url": "https://api.apis.guru/v2/specs/openai.com/2.3.0/openapi.yaml",
          "service_url": "https://api.openai.com",
          "logo_url": "https://api.apis.guru/v2/cache/logo/openai.com.png",
          "first_seen_at": "2025-09-12",
          "latest_updated_at": "2026-05-20",
          "matched_keywords": [
           "gpt",
           "openai"
          ],
          "newly_added_last_7d": false
         }
        ],
        "newly_added_last_7d": [],
        "attribution": {
         "source": "APIs.guru",
         "license": "CC-BY-SA 4.0"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/model-deprecations/timeline",
    "description": "Model deprecation timeline with migration intelligence. Each entry enriched with urgency_band (within_7d / within_30d / within_60d / within_90d / past), days_until_sunset, days_since_sunset, and a resolved migration_chain hop sequence to the first still-active replacement. Optional within_days window centered on now; optional provider filter. The \"is my model affected and what should I migrate to\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "within_days": 90,
        "provider": "openai"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "filter": {
         "within_days": 90,
         "provider": "openai"
        },
        "total_in_registry": 12,
        "returned_count": 1,
        "entries": [
         {
          "id": "openai-gpt-4-32k",
          "provider": "OpenAI",
          "model": "gpt-4-32k-0613",
          "status": "sunsetted",
          "announcedDate": "2024-06-06",
          "deprecationDate": "2025-06-06",
          "sunsetDate": "2025-06-06",
          "replacement": "gpt-4-turbo",
          "sourceUrl": "https://platform.openai.com/docs/deprecations",
          "days_until_deprecation": -351,
          "days_until_sunset": -351,
          "days_since_sunset": 351,
          "urgency_band": "past",
          "migration_chain": [
           "gpt-4-32k-0613",
           "gpt-4-turbo"
          ]
         }
        ],
        "summary": {
         "by_provider": {
          "OpenAI": 1
         },
         "by_urgency_band": {
          "past": 1,
          "within_7d": 0,
          "within_30d": 0,
          "within_60d": 0,
          "within_90d": 0,
          "within_180d": 0,
          "within_365d": 0,
          "future": 0,
          "no_date": 0
         }
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Model deprecations timeline",
    "description": "Model deprecation timeline with migration intelligence. Each entry enriched with urgency_band (within_7d / within_30d / within_60d / within_90d / past), days_until_sunset, days_since_sunset, and a resolved migration_chain hop sequence to the first still-active replacement. Optional within_days window centered on now; optional provider filter. The \"is my model affected and what should I migrate to\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-model-lifecycle"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "within_days": 90,
        "provider": "openai"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "filter": {
         "within_days": 90,
         "provider": "openai"
        },
        "total_in_registry": 12,
        "returned_count": 1,
        "entries": [
         {
          "id": "openai-gpt-4-32k",
          "provider": "OpenAI",
          "model": "gpt-4-32k-0613",
          "status": "sunsetted",
          "announcedDate": "2024-06-06",
          "deprecationDate": "2025-06-06",
          "sunsetDate": "2025-06-06",
          "replacement": "gpt-4-turbo",
          "sourceUrl": "https://platform.openai.com/docs/deprecations",
          "days_until_deprecation": -351,
          "days_until_sunset": -351,
          "days_since_sunset": 351,
          "urgency_band": "past",
          "migration_chain": [
           "gpt-4-32k-0613",
           "gpt-4-turbo"
          ]
         }
        ],
        "summary": {
         "by_provider": {
          "OpenAI": 1
         },
         "by_urgency_band": {
          "past": 1,
          "within_7d": 0,
          "within_30d": 0,
          "within_60d": 0,
          "within_90d": 0,
          "within_180d": 0,
          "within_365d": 0,
          "future": 0,
          "no_date": 0
         }
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "within_days": {
            "type": "integer",
            "minimum": 7,
            "maximum": 730,
            "description": "Window centered on now in days. Entries are included when |days_until_sunset| <= within_days. Omit for full registry."
           },
           "provider": {
            "type": "string",
            "description": "Case-insensitive substring match against provider (OpenAI, Anthropic, Google, Cohere, ...)."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/inference-providers/arbitrage",
    "description": "Cross-provider arbitrage analytics for hosted inference. Per-model: cheapest_paid, most_expensive_paid, spread_usd, savings_pct, median_paid_blended, fastest_tps, cheapest_with_tps, free_tier_offers. Plus provider_rollup (cheapest_count, top_tps_count, value_score 0-100) and top_arbitrage models sorted by savings_pct desc. Pairs with the free /api/inference-providers matrix. The \"where to migrate workloads\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "family": "Meta",
        "min_savings_pct": 20
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "filter": {
         "family": "Meta",
         "min_savings_pct": 20
        },
        "matrix_last_updated": "2026-05-24",
        "models_in_matrix": 3,
        "tracked_providers": [
         "Together AI",
         "Fireworks",
         "DeepInfra",
         "Groq",
         "OpenRouter",
         "Replicate",
         "Anyscale",
         "DeepSeek",
         "GitHub Models"
        ],
        "models": [
         {
          "modelId": "llama-4-scout",
          "modelName": "Llama 4 Scout",
          "family": "Meta",
          "paramsB": 109,
          "offer_count_paid": 6,
          "free_tier_offers": [],
          "cheapest_paid": {
           "provider": "DeepInfra",
           "blendedPrice": 0.355
          },
          "most_expensive_paid": {
           "provider": "Replicate",
           "blendedPrice": 0.425
          },
          "median_paid_blended": 0.385,
          "spread_usd": 0.07,
          "savings_pct": 16.47,
          "fastest_tps": {
           "provider": "Groq",
           "outputTPS": 950
          },
          "cheapest_with_tps": {
           "provider": "DeepInfra",
           "blendedPrice": 0.355,
           "outputTPS": 170
          }
         }
        ],
        "top_arbitrage": [],
        "provider_rollup": [
         {
          "provider": "DeepInfra",
          "appearances_paid": 5,
          "cheapest_count": 3,
          "top_tps_count": 0,
          "free_tier_count": 0,
          "value_score": 100
         },
         {
          "provider": "Groq",
          "appearances_paid": 3,
          "cheapest_count": 0,
          "top_tps_count": 2,
          "free_tier_count": 0,
          "value_score": 33
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Inference-provider arbitrage",
    "description": "Cross-provider arbitrage analytics for hosted inference. Per-model: cheapest_paid, most_expensive_paid, spread_usd, savings_pct, median_paid_blended, fastest_tps, cheapest_with_tps, free_tier_offers. Plus provider_rollup (cheapest_count, top_tps_count, value_score 0-100) and top_arbitrage models sorted by savings_pct desc. Pairs with the free /api/inference-providers matrix. The \"where to migrate workloads\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-inference-arbitrage"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "family": "Meta",
        "min_savings_pct": 20
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "filter": {
         "family": "Meta",
         "min_savings_pct": 20
        },
        "matrix_last_updated": "2026-05-24",
        "models_in_matrix": 3,
        "tracked_providers": [
         "Together AI",
         "Fireworks",
         "DeepInfra",
         "Groq",
         "OpenRouter",
         "Replicate",
         "Anyscale",
         "DeepSeek",
         "GitHub Models"
        ],
        "models": [
         {
          "modelId": "llama-4-scout",
          "modelName": "Llama 4 Scout",
          "family": "Meta",
          "paramsB": 109,
          "offer_count_paid": 6,
          "free_tier_offers": [],
          "cheapest_paid": {
           "provider": "DeepInfra",
           "blendedPrice": 0.355
          },
          "most_expensive_paid": {
           "provider": "Replicate",
           "blendedPrice": 0.425
          },
          "median_paid_blended": 0.385,
          "spread_usd": 0.07,
          "savings_pct": 16.47,
          "fastest_tps": {
           "provider": "Groq",
           "outputTPS": 950
          },
          "cheapest_with_tps": {
           "provider": "DeepInfra",
           "blendedPrice": 0.355,
           "outputTPS": 170
          }
         }
        ],
        "top_arbitrage": [],
        "provider_rollup": [
         {
          "provider": "DeepInfra",
          "appearances_paid": 5,
          "cheapest_count": 3,
          "top_tps_count": 0,
          "free_tier_count": 0,
          "value_score": 100
         },
         {
          "provider": "Groq",
          "appearances_paid": 3,
          "cheapest_count": 0,
          "top_tps_count": 2,
          "free_tier_count": 0,
          "value_score": 33
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "family": {
            "type": "string",
            "description": "Case-insensitive substring filter on model family (Meta, DeepSeek, Mistral, Alibaba, Microsoft, ...)."
           },
           "min_savings_pct": {
            "type": "number",
            "minimum": 0,
            "maximum": 100,
            "description": "Minimum savings_pct to include a model in the top_arbitrage array. Default 20."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure",
    "description": "AI safety incident exposure analytics. Per-developer and per-deployer incident counts with recency-weighted exposure_score (1.0 last 30d, 0.5 days 31-90, 0.25 older), risk_domain and SEP-view (Security/Ethics/Performance) distributions, top affected artifacts. Derived over the AVID (avidml/avid-db, MIT) snapshot refreshed daily. The \"which AI vendors have the most recent reported safety incidents\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "vendor": "OpenAI",
        "risk_domain": "Security",
        "within_days": 90
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "snapshot_captured_at": "2026-05-24T03:00:00Z",
        "source": "avidml/avid-db",
        "source_license": "MIT",
        "filter": {
         "vendor": "OpenAI",
         "risk_domain": "Security",
         "within_days": 90
        },
        "window": {
         "window_days": 90,
         "cutoff_date": "2026-02-23"
        },
        "entries_count": 12,
        "developers": [
         {
          "vendor": "OpenAI",
          "role": "developer",
          "incident_count": 8,
          "recent_count_30d": 2,
          "exposure_score": 5.5,
          "risk_domains": [
           "Ethics",
           "Security"
          ],
          "latest_report_id": "AVID-2026-R0481",
          "latest_reported_date": "2026-05-18"
         }
        ],
        "deployers": [],
        "risk_domains": [
         {
          "risk_domain": "Security",
          "incident_count": 8,
          "recent_count_30d": 2
         }
        ],
        "sep_view": [
         {
          "sep_view": "S0403: Adversarial Example",
          "incident_count": 4
         }
        ],
        "top_artifacts": [
         {
          "name": "gpt-4o",
          "type": "Model",
          "incident_count": 3,
          "developers": [
           "OpenAI"
          ]
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI safety incidents exposure",
    "description": "AI safety incident exposure analytics. Per-developer and per-deployer incident counts with recency-weighted exposure_score (1.0 last 30d, 0.5 days 31-90, 0.25 older), risk_domain and SEP-view (Security/Ethics/Performance) distributions, top affected artifacts. Derived over the AVID (avidml/avid-db, MIT) snapshot refreshed daily. The \"which AI vendors have the most recent reported safety incidents\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-safety-exposure"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "vendor": "OpenAI",
        "risk_domain": "Security",
        "within_days": 90
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "snapshot_captured_at": "2026-05-24T03:00:00Z",
        "source": "avidml/avid-db",
        "source_license": "MIT",
        "filter": {
         "vendor": "OpenAI",
         "risk_domain": "Security",
         "within_days": 90
        },
        "window": {
         "window_days": 90,
         "cutoff_date": "2026-02-23"
        },
        "entries_count": 12,
        "developers": [
         {
          "vendor": "OpenAI",
          "role": "developer",
          "incident_count": 8,
          "recent_count_30d": 2,
          "exposure_score": 5.5,
          "risk_domains": [
           "Ethics",
           "Security"
          ],
          "latest_report_id": "AVID-2026-R0481",
          "latest_reported_date": "2026-05-18"
         }
        ],
        "deployers": [],
        "risk_domains": [
         {
          "risk_domain": "Security",
          "incident_count": 8,
          "recent_count_30d": 2
         }
        ],
        "sep_view": [
         {
          "sep_view": "S0403: Adversarial Example",
          "incident_count": 4
         }
        ],
        "top_artifacts": [
         {
          "name": "gpt-4o",
          "type": "Model",
          "incident_count": 3,
          "developers": [
           "OpenAI"
          ]
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "vendor": {
            "type": "string",
            "description": "Case-insensitive substring match against developer + deployer + artifact name."
           },
           "risk_domain": {
            "type": "string",
            "description": "Case-insensitive substring match against AVID risk_domains (Security, Ethics, Performance, ...)."
           },
           "within_days": {
            "type": "integer",
            "minimum": 7,
            "maximum": 730,
            "description": "Restrict to incidents reported in the last N days. Omit for full snapshot."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-safety/packages/security/radar",
    "description": "AI-package security radar. Per-package risk_score (0-100) over the daily OSV snapshot of curated AI/ML PyPI + npm packages: critical_count_30d * 25 + high_30d * 12 + critical_90d * 6 + high_90d * 3 + min(open_count, 20) + 5 if any advisory in last 7d, saturated to 100. Risk_band classifications (calm <10 / watch 10-25 / hot 25-50 / critical 50+) plus notable_movers (top-5 by_critical_30d, by_risk_score, new_in_last_7d). The \"which AI deps should I be worried about right now\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ecosystem": "PyPI",
        "category": "agent-framework",
        "min_risk_score": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "snapshot_captured_at": "2026-05-24T05:45:00Z",
        "source": "osv.dev",
        "filter": {
         "ecosystem": "PyPI",
         "category": "agent-framework",
         "min_risk_score": 10,
         "package": null
        },
        "packages_in_snapshot": 8,
        "rows": [
         {
          "package": "langchain",
          "ecosystem": "PyPI",
          "category": "agent-framework",
          "homepage": "https://langchain.com",
          "open_count": 3,
          "critical_count_30d": 1,
          "high_count_30d": 0,
          "critical_count_90d": 1,
          "high_count_90d": 2,
          "latest_advisory_id": "GHSA-xxxx-xxxx-2026",
          "latest_published": "2026-05-20",
          "days_since_latest": 4,
          "risk_score": 39,
          "risk_band": "hot",
          "recent_advisories": []
         }
        ],
        "notable_movers": {
         "by_critical_30d": [],
         "by_risk_score": [],
         "new_in_last_7d": []
        },
        "summary": {
         "by_band": {
          "calm": 5,
          "watch": 2,
          "hot": 1,
          "critical": 0
         },
         "by_ecosystem": {
          "PyPI": 8,
          "npm": 0
         },
         "total_open_advisories": 12
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI-package security radar",
    "description": "AI-package security radar. Per-package risk_score (0-100) over the daily OSV snapshot of curated AI/ML PyPI + npm packages: critical_count_30d * 25 + high_30d * 12 + critical_90d * 6 + high_90d * 3 + min(open_count, 20) + 5 if any advisory in last 7d, saturated to 100. Risk_band classifications (calm <10 / watch 10-25 / hot 25-50 / critical 50+) plus notable_movers (top-5 by_critical_30d, by_risk_score, new_in_last_7d). The \"which AI deps should I be worried about right now\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-package-security"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ecosystem": "PyPI",
        "category": "agent-framework",
        "min_risk_score": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T12:00:00Z",
        "snapshot_captured_at": "2026-05-24T05:45:00Z",
        "source": "osv.dev",
        "filter": {
         "ecosystem": "PyPI",
         "category": "agent-framework",
         "min_risk_score": 10,
         "package": null
        },
        "packages_in_snapshot": 8,
        "rows": [
         {
          "package": "langchain",
          "ecosystem": "PyPI",
          "category": "agent-framework",
          "homepage": "https://langchain.com",
          "open_count": 3,
          "critical_count_30d": 1,
          "high_count_30d": 0,
          "critical_count_90d": 1,
          "high_count_90d": 2,
          "latest_advisory_id": "GHSA-xxxx-xxxx-2026",
          "latest_published": "2026-05-20",
          "days_since_latest": 4,
          "risk_score": 39,
          "risk_band": "hot",
          "recent_advisories": []
         }
        ],
        "notable_movers": {
         "by_critical_30d": [],
         "by_risk_score": [],
         "new_in_last_7d": []
        },
        "summary": {
         "by_band": {
          "calm": 5,
          "watch": 2,
          "hot": 1,
          "critical": 0
         },
         "by_ecosystem": {
          "PyPI": 8,
          "npm": 0
         },
         "total_open_advisories": 12
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "ecosystem": {
            "type": "string",
            "enum": [
             "PyPI",
             "npm"
            ]
           },
           "category": {
            "type": "string",
            "description": "Case-insensitive substring match against curated category (llm-sdk, agent-framework, rag, ...)."
           },
           "package": {
            "type": "string",
            "description": "Case-insensitive substring match against package name."
           },
           "min_risk_score": {
            "type": "number",
            "minimum": 0,
            "maximum": 100,
            "description": "Minimum risk_score to include in the headline rows array. Default 10."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/packages/releases/velocity",
    "description": "AI-package release velocity. Per-package releases_24h / releases_7d / releases_30d, latest bump classification (major/minor/patch/prerelease, pre-1.0 minor counts as major per semver), is_breaking_recent flag (major bump within 30 days). Notable movers: recent_major_bumps, most_releases_7d, fastest_cadence_30d. Filter by ecosystem (PyPI/npm), category (llm-sdk, agent-framework, etc), or package substring. The \"what AI deps just changed and is it breaking\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ecosystem": "PyPI",
        "category": "agent-framework",
        "min_releases_7d": 1
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:35:00Z",
        "snapshot_captured_at": "2026-05-24T18:35:00Z",
        "filter": {
         "ecosystem": "PyPI",
         "category": "agent-framework",
         "package": null,
         "min_releases_7d": 1
        },
        "packages_in_snapshot": 12,
        "rows": [
         {
          "package": "langchain",
          "ecosystem": "PyPI",
          "category": "agent-framework",
          "homepage": "https://langchain.com",
          "latest_version": "0.4.0",
          "latest_published_at": "2026-05-23T19:14:11Z",
          "days_since_latest": 1,
          "releases_24h": 1,
          "releases_7d": 3,
          "releases_30d": 9,
          "versions_known_total": 412,
          "latest_bump_kind": "major",
          "previous_version": "0.3.27",
          "is_breaking_recent": true
         }
        ],
        "notable_movers": {
         "recent_major_bumps": [],
         "most_releases_7d": [],
         "fastest_cadence_30d": []
        },
        "summary": {
         "by_ecosystem": {
          "PyPI": 12,
          "npm": 0
         },
         "by_category": {
          "agent-framework": 12
         },
         "by_bump_kind": {
          "major": 1,
          "minor": 4,
          "patch": 5,
          "prerelease": 1,
          "sideways": 0,
          "unknown": 1
         },
         "total_releases_7d": 18,
         "total_releases_30d": 47,
         "breaking_changes_30d": 2
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI-package release velocity",
    "description": "AI-package release velocity. Per-package releases_24h / releases_7d / releases_30d, latest bump classification (major/minor/patch/prerelease, pre-1.0 minor counts as major per semver), is_breaking_recent flag (major bump within 30 days). Notable movers: recent_major_bumps, most_releases_7d, fastest_cadence_30d. Filter by ecosystem (PyPI/npm), category (llm-sdk, agent-framework, etc), or package substring. The \"what AI deps just changed and is it breaking\" call.",
    "tier": 1,
    "credits": 1,
    "category": "package-release-velocity"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ecosystem": "PyPI",
        "category": "agent-framework",
        "min_releases_7d": 1
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:35:00Z",
        "snapshot_captured_at": "2026-05-24T18:35:00Z",
        "filter": {
         "ecosystem": "PyPI",
         "category": "agent-framework",
         "package": null,
         "min_releases_7d": 1
        },
        "packages_in_snapshot": 12,
        "rows": [
         {
          "package": "langchain",
          "ecosystem": "PyPI",
          "category": "agent-framework",
          "homepage": "https://langchain.com",
          "latest_version": "0.4.0",
          "latest_published_at": "2026-05-23T19:14:11Z",
          "days_since_latest": 1,
          "releases_24h": 1,
          "releases_7d": 3,
          "releases_30d": 9,
          "versions_known_total": 412,
          "latest_bump_kind": "major",
          "previous_version": "0.3.27",
          "is_breaking_recent": true
         }
        ],
        "notable_movers": {
         "recent_major_bumps": [],
         "most_releases_7d": [],
         "fastest_cadence_30d": []
        },
        "summary": {
         "by_ecosystem": {
          "PyPI": 12,
          "npm": 0
         },
         "by_category": {
          "agent-framework": 12
         },
         "by_bump_kind": {
          "major": 1,
          "minor": 4,
          "patch": 5,
          "prerelease": 1,
          "sideways": 0,
          "unknown": 1
         },
         "total_releases_7d": 18,
         "total_releases_30d": 47,
         "breaking_changes_30d": 2
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "ecosystem": {
            "type": "string",
            "enum": [
             "PyPI",
             "npm"
            ]
           },
           "category": {
            "type": "string",
            "description": "Case-insensitive substring match against curated category (llm-sdk, agent-framework, rag, ...)."
           },
           "package": {
            "type": "string",
            "description": "Case-insensitive substring match against package name."
           },
           "min_releases_7d": {
            "type": "integer",
            "minimum": 0,
            "maximum": 100,
            "description": "Minimum releases-in-window for the headline rows array. Default 1."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-velocity",
    "description": "AI velocity cross-surface signal. First AFTA federation cross-call: TensorFeed derives an AI cohort from TerminalFeed's HF + GitHub trending leaderboards with per-entry traction_score, cross-pollination (names appearing on BOTH leaderboards = higher confidence), and rollups by HF pipeline + GitHub language. Filters: pipeline, language, min_traction, cross_only.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "pipeline": "text-generation",
        "language": "Python",
        "min_traction": 50,
        "cross_only": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "snapshot_captured_at": "2026-05-24T17:42:00Z",
        "source": "terminalfeed.io federation cross-call",
        "filter": {
         "pipeline": "text-generation",
         "language": "Python",
         "min_traction": 50,
         "cross_only": false
        },
        "cohort_size": {
         "hf": 15,
         "github": 15,
         "cross_pollinated": 3
        },
        "hf_top": [
         {
          "id": "meta-llama/Llama-4-8B",
          "author": "meta-llama",
          "name": "Llama-4-8B",
          "likes": 4120,
          "downloads": 2840000,
          "pipeline": "text-generation",
          "url": "https://huggingface.co/meta-llama/Llama-4-8B",
          "updated": "2026-05-22",
          "normalized_name": "llama-4-8b",
          "traction_score": 12424.5,
          "on_both": true
         }
        ],
        "github_top": [
         {
          "name": "llama.cpp",
          "fullName": "ggerganov/llama.cpp",
          "description": "LLM inference in C/C++",
          "language": "C++",
          "stars": 78420,
          "url": "https://github.com/ggerganov/llama.cpp",
          "matched_markers": [
           "llm",
           "inference engine"
          ],
          "normalized_name": "llama.cpp",
          "traction_score": 146.9,
          "on_both": false
         }
        ],
        "cross_pollinated": [
         {
          "normalized_name": "llama-4-8b",
          "hf": {
           "id": "meta-llama/Llama-4-8B",
           "name": "Llama-4-8B",
           "likes": 4120,
           "downloads": 2840000,
           "url": "https://huggingface.co/meta-llama/Llama-4-8B"
          },
          "github": {
           "fullName": "meta-llama/Llama-4-8B",
           "stars": 5200,
           "language": "Python",
           "url": "https://github.com/meta-llama/Llama-4-8B"
          },
          "combined_traction": 12537.2
         }
        ],
        "summary": {
         "hf_by_pipeline": {
          "text-generation": 12,
          "image-text-to-text": 3
         },
         "github_by_language": {
          "Python": 9,
          "C++": 3,
          "TypeScript": 3
         },
         "total_hf_likes": 18500,
         "total_github_stars": 245000
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI velocity (federation cross-call)",
    "description": "AI velocity cross-surface signal. First AFTA federation cross-call: TensorFeed derives an AI cohort from TerminalFeed's HF + GitHub trending leaderboards with per-entry traction_score, cross-pollination (names appearing on BOTH leaderboards = higher confidence), and rollups by HF pipeline + GitHub language. Filters: pipeline, language, min_traction, cross_only.",
    "tier": 1,
    "credits": 1,
    "category": "ai-velocity-cross-surface"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "pipeline": "text-generation",
        "language": "Python",
        "min_traction": 50,
        "cross_only": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "snapshot_captured_at": "2026-05-24T17:42:00Z",
        "source": "terminalfeed.io federation cross-call",
        "filter": {
         "pipeline": "text-generation",
         "language": "Python",
         "min_traction": 50,
         "cross_only": false
        },
        "cohort_size": {
         "hf": 15,
         "github": 15,
         "cross_pollinated": 3
        },
        "hf_top": [
         {
          "id": "meta-llama/Llama-4-8B",
          "author": "meta-llama",
          "name": "Llama-4-8B",
          "likes": 4120,
          "downloads": 2840000,
          "pipeline": "text-generation",
          "url": "https://huggingface.co/meta-llama/Llama-4-8B",
          "updated": "2026-05-22",
          "normalized_name": "llama-4-8b",
          "traction_score": 12424.5,
          "on_both": true
         }
        ],
        "github_top": [
         {
          "name": "llama.cpp",
          "fullName": "ggerganov/llama.cpp",
          "description": "LLM inference in C/C++",
          "language": "C++",
          "stars": 78420,
          "url": "https://github.com/ggerganov/llama.cpp",
          "matched_markers": [
           "llm",
           "inference engine"
          ],
          "normalized_name": "llama.cpp",
          "traction_score": 146.9,
          "on_both": false
         }
        ],
        "cross_pollinated": [
         {
          "normalized_name": "llama-4-8b",
          "hf": {
           "id": "meta-llama/Llama-4-8B",
           "name": "Llama-4-8B",
           "likes": 4120,
           "downloads": 2840000,
           "url": "https://huggingface.co/meta-llama/Llama-4-8B"
          },
          "github": {
           "fullName": "meta-llama/Llama-4-8B",
           "stars": 5200,
           "language": "Python",
           "url": "https://github.com/meta-llama/Llama-4-8B"
          },
          "combined_traction": 12537.2
         }
        ],
        "summary": {
         "hf_by_pipeline": {
          "text-generation": 12,
          "image-text-to-text": 3
         },
         "github_by_language": {
          "Python": 9,
          "C++": 3,
          "TypeScript": 3
         },
         "total_hf_likes": 18500,
         "total_github_stars": 245000
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "pipeline": {
            "type": "string",
            "description": "Case-insensitive substring match against HuggingFace pipeline tag."
           },
           "language": {
            "type": "string",
            "description": "Case-insensitive substring match against GitHub repo primary language."
           },
           "min_traction": {
            "type": "number",
            "minimum": 0,
            "maximum": 10000,
            "description": "Minimum traction_score to include in headline arrays. Default 0."
           },
           "cross_only": {
            "type": "boolean",
            "description": "When true, return only items with on_both=true. Default false."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-crypto-pulse",
    "description": "AI-thesis token pulse: joins price moves with venue-weighted perp funding-rate skew. Per-token setup classification (squeeze_up = rising + negative funding = shorts trapped; chase_up = rising + positive funding = leverage mean-reversion risk; squeeze_down; chase_down; coiled = flat + extreme funding). Notable movers cohort + breadth + median change summary. Filters: token substring, setup kind, min_abs_change_pct.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "token": "TAO",
        "setup": "squeeze_up",
        "min_abs_change_pct": 1
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "snapshot_captured_at": "2026-05-24T17:57:00Z",
        "source": "terminalfeed.io federation cross-call",
        "filter": {
         "token": "TAO",
         "setup": "squeeze_up",
         "min_abs_change_pct": 1
        },
        "cohort": {
         "cohort_size": 1,
         "movers_seen": 6,
         "funding_seen": 4,
         "failed_venues": []
        },
        "rows": [
         {
          "symbol": "TAO",
          "display_name": "Bittensor",
          "thesis": "decentralized ML training network",
          "price_usd": 412.5,
          "change_24h_percent": 8.4,
          "market_cap": 3700000000,
          "funding_venue_count": 3,
          "funding_median_annualized_pct": -28.5,
          "funding_venue_spread_pct": 6.2,
          "funding_by_venue": [
           {
            "venue": "binance",
            "annualized_pct": -25.4,
            "period_rate": -0.000232,
            "mark_price": 412.4
           },
           {
            "venue": "bybit",
            "annualized_pct": -28.5,
            "period_rate": -0.000261,
            "mark_price": 412.5
           },
           {
            "venue": "hyperliquid",
            "annualized_pct": -31.6,
            "period_rate": -0.000289,
            "mark_price": 412.6
           }
          ],
          "setup": "squeeze_up"
         }
        ],
        "notable_movers": {
         "squeezes_up": [],
         "squeezes_down": [],
         "coiled": [],
         "top_gainers": [],
         "top_losers": []
        },
        "summary": {
         "by_setup": {
          "squeeze_up": 1,
          "chase_up": 0,
          "squeeze_down": 0,
          "chase_down": 0,
          "coiled": 0,
          "neutral": 0
         },
         "breadth_pct_positive": 100,
         "median_change_24h_pct": 8.4
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "AI-thesis crypto pulse",
    "description": "AI-thesis token pulse: joins price moves with venue-weighted perp funding-rate skew. Per-token setup classification (squeeze_up = rising + negative funding = shorts trapped; chase_up = rising + positive funding = leverage mean-reversion risk; squeeze_down; chase_down; coiled = flat + extreme funding). Notable movers cohort + breadth + median change summary. Filters: token substring, setup kind, min_abs_change_pct.",
    "tier": 1,
    "credits": 1,
    "category": "ai-crypto-funding"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "token": "TAO",
        "setup": "squeeze_up",
        "min_abs_change_pct": 1
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "snapshot_captured_at": "2026-05-24T17:57:00Z",
        "source": "terminalfeed.io federation cross-call",
        "filter": {
         "token": "TAO",
         "setup": "squeeze_up",
         "min_abs_change_pct": 1
        },
        "cohort": {
         "cohort_size": 1,
         "movers_seen": 6,
         "funding_seen": 4,
         "failed_venues": []
        },
        "rows": [
         {
          "symbol": "TAO",
          "display_name": "Bittensor",
          "thesis": "decentralized ML training network",
          "price_usd": 412.5,
          "change_24h_percent": 8.4,
          "market_cap": 3700000000,
          "funding_venue_count": 3,
          "funding_median_annualized_pct": -28.5,
          "funding_venue_spread_pct": 6.2,
          "funding_by_venue": [
           {
            "venue": "binance",
            "annualized_pct": -25.4,
            "period_rate": -0.000232,
            "mark_price": 412.4
           },
           {
            "venue": "bybit",
            "annualized_pct": -28.5,
            "period_rate": -0.000261,
            "mark_price": 412.5
           },
           {
            "venue": "hyperliquid",
            "annualized_pct": -31.6,
            "period_rate": -0.000289,
            "mark_price": 412.6
           }
          ],
          "setup": "squeeze_up"
         }
        ],
        "notable_movers": {
         "squeezes_up": [],
         "squeezes_down": [],
         "coiled": [],
         "top_gainers": [],
         "top_losers": []
        },
        "summary": {
         "by_setup": {
          "squeeze_up": 1,
          "chase_up": 0,
          "squeeze_down": 0,
          "chase_down": 0,
          "coiled": 0,
          "neutral": 0
         },
         "breadth_pct_positive": 100,
         "median_change_24h_pct": 8.4
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "token": {
            "type": "string",
            "description": "Case-insensitive substring match against symbol or display_name (TAO, Bittensor, etc)."
           },
           "setup": {
            "type": "string",
            "enum": [
             "squeeze_up",
             "chase_up",
             "squeeze_down",
             "chase_down",
             "coiled",
             "neutral"
            ]
           },
           "min_abs_change_pct": {
            "type": "number",
            "minimum": 0,
            "maximum": 1000,
            "description": "Minimum |change_24h_percent| to include in rows. Default 0."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/coding-harnesses/weekly-deltas",
    "description": "Agentic-coding harness weekly deltas. Compares current TerminalFeed harness leaderboard snapshot (SWE-bench Verified, Terminal-Bench, Aider Polyglot, etc) to a prior snapshot. Per-(benchmark, harness, model) score + rank deltas with change_kind classification (gained / regressed / entered / exited / unchanged). Notable movers (biggest_gainers, biggest_regressions, entered, exited), per-benchmark leader_cards with leader_changed flag, summary rollups. Filters: days_back (1-90, default 7), harness, benchmark, model, min_abs_delta.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days_back": 7,
        "harness": "Claude Code",
        "benchmark": "swe-bench-verified",
        "min_abs_delta": 1
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "current_captured_at": "2026-05-24T05:25:00Z",
        "prior_captured_at": "2026-05-17T05:25:00Z",
        "days_between_snapshots": 7,
        "source": "terminalfeed.io federation cross-call",
        "filter": {
         "days_back": 7,
         "harness": "Claude Code",
         "benchmark": "swe-bench-verified",
         "model": null,
         "min_abs_delta": 1
        },
        "cohort": {
         "rows_total": 84,
         "rows_filtered": 6,
         "benchmarks_in_window": 4
        },
        "rows": [
         {
          "benchmark": "swe-bench-verified",
          "harness": "Claude Code",
          "model": "Claude Opus 4.7",
          "current_score": 74.2,
          "prior_score": 72.1,
          "delta": 2.1,
          "current_rank": 1,
          "prior_rank": 1,
          "rank_delta": 0,
          "change_kind": "gained"
         }
        ],
        "notable_movers": {
         "biggest_gainers": [],
         "biggest_regressions": [],
         "entered": [],
         "exited": []
        },
        "leader_cards": [
         {
          "benchmark": "swe-bench-verified",
          "current_leader": {
           "harness": "Claude Code",
           "model": "Claude Opus 4.7",
           "score": 74.2
          },
          "prior_leader": {
           "harness": "Claude Code",
           "model": "Claude Opus 4.7",
           "score": 72.1
          },
          "leader_changed": false
         }
        ],
        "summary": {
         "by_change_kind": {
          "unchanged": 0,
          "gained": 6,
          "regressed": 0,
          "entered": 0,
          "exited": 0
         },
         "benchmarks_with_new_leader": 0
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Coding-harness weekly deltas",
    "description": "Agentic-coding harness weekly deltas. Compares current TerminalFeed harness leaderboard snapshot (SWE-bench Verified, Terminal-Bench, Aider Polyglot, etc) to a prior snapshot. Per-(benchmark, harness, model) score + rank deltas with change_kind classification (gained / regressed / entered / exited / unchanged). Notable movers (biggest_gainers, biggest_regressions, entered, exited), per-benchmark leader_cards with leader_changed flag, summary rollups. Filters: days_back (1-90, default 7), harness, benchmark, model, min_abs_delta.",
    "tier": 1,
    "credits": 1,
    "category": "coding-harness-deltas"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "days_back": 7,
        "harness": "Claude Code",
        "benchmark": "swe-bench-verified",
        "min_abs_delta": 1
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "current_captured_at": "2026-05-24T05:25:00Z",
        "prior_captured_at": "2026-05-17T05:25:00Z",
        "days_between_snapshots": 7,
        "source": "terminalfeed.io federation cross-call",
        "filter": {
         "days_back": 7,
         "harness": "Claude Code",
         "benchmark": "swe-bench-verified",
         "model": null,
         "min_abs_delta": 1
        },
        "cohort": {
         "rows_total": 84,
         "rows_filtered": 6,
         "benchmarks_in_window": 4
        },
        "rows": [
         {
          "benchmark": "swe-bench-verified",
          "harness": "Claude Code",
          "model": "Claude Opus 4.7",
          "current_score": 74.2,
          "prior_score": 72.1,
          "delta": 2.1,
          "current_rank": 1,
          "prior_rank": 1,
          "rank_delta": 0,
          "change_kind": "gained"
         }
        ],
        "notable_movers": {
         "biggest_gainers": [],
         "biggest_regressions": [],
         "entered": [],
         "exited": []
        },
        "leader_cards": [
         {
          "benchmark": "swe-bench-verified",
          "current_leader": {
           "harness": "Claude Code",
           "model": "Claude Opus 4.7",
           "score": 74.2
          },
          "prior_leader": {
           "harness": "Claude Code",
           "model": "Claude Opus 4.7",
           "score": 72.1
          },
          "leader_changed": false
         }
        ],
        "summary": {
         "by_change_kind": {
          "unchanged": 0,
          "gained": 6,
          "regressed": 0,
          "entered": 0,
          "exited": 0
         },
         "benchmarks_with_new_leader": 0
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "days_back": {
            "type": "integer",
            "minimum": 1,
            "maximum": 90,
            "description": "Days back to fetch the comparison snapshot. Default 7."
           },
           "harness": {
            "type": "string",
            "description": "Case-insensitive substring match against harness name."
           },
           "benchmark": {
            "type": "string",
            "description": "Case-insensitive substring match against benchmark id."
           },
           "model": {
            "type": "string",
            "description": "Case-insensitive substring match against model name."
           },
           "min_abs_delta": {
            "type": "number",
            "minimum": 0,
            "maximum": 100,
            "description": "Minimum |score delta| for the headline rows array. Default 0; entered/exited rows always included."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/news/action-cards",
    "description": "AI news action cards. For each article in the daily TF news feed, Haiku 4.5 produces a structured agent action card answering \"what should an AI agent or operator DO in response to this.\" Per card: action_summary (1-2 sentences), migration_recommendation (string or null), affected_capability (model / pricing / safety / framework / infrastructure / tooling / policy / ecosystem), cost_impact, security_impact, urgency. Filters: capability + urgency exact-match, min_cost_impact + min_security_impact threshold, title/source query. Sort priority: urgency > security > cost > recency.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "capability": "model",
        "urgency": "immediate",
        "min_cost_impact": "medium"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "snapshot_captured_at": "2026-05-24T08:00:00Z",
        "source": "tensorfeed.ai news + Claude Haiku 4.5",
        "filter": {
         "capability": "model",
         "min_cost_impact": "medium",
         "min_security_impact": "none",
         "urgency": "immediate",
         "query": null
        },
        "cohort": {
         "articles_considered": 50,
         "cards_in_snapshot": 47,
         "cards_filtered": 3
        },
        "cards": [
         {
          "article_id": "a1b2c3",
          "article_title": "Anthropic deprecates Claude 3 Sonnet effective July 21",
          "article_url": "https://example.com/claude-3-sonnet-deprecated",
          "article_source": "Anthropic",
          "article_published_at": "2026-05-23T15:00:00Z",
          "action_summary": "Migrate any agent still on claude-3-sonnet-20240229 to claude-haiku-4-5 or claude-opus-4-7 before July 21 to avoid silent 410 responses.",
          "migration_recommendation": "claude-haiku-4-5-20251001 for cost-sensitive paths; claude-opus-4-7 for quality-critical paths",
          "affected_capability": "model",
          "cost_impact": "high",
          "security_impact": "low",
          "urgency": "immediate",
          "generated_at": "2026-05-24T08:00:00Z"
         }
        ],
        "summary": {
         "by_capability": {
          "pricing": 0,
          "model": 3,
          "safety": 0,
          "framework": 0,
          "infrastructure": 0,
          "tooling": 0,
          "policy": 0,
          "ecosystem": 0
         },
         "by_urgency": {
          "immediate": 3,
          "this_week": 0,
          "fyi": 0
         },
         "by_cost_impact": {
          "none": 0,
          "low": 0,
          "medium": 1,
          "high": 2
         },
         "by_security_impact": {
          "none": 0,
          "low": 3,
          "medium": 0,
          "high": 0
         },
         "cards_with_migration_recommendation": 2
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "News action cards (Haiku-derived)",
    "description": "AI news action cards. For each article in the daily TF news feed, Haiku 4.5 produces a structured agent action card answering \"what should an AI agent or operator DO in response to this.\" Per card: action_summary (1-2 sentences), migration_recommendation (string or null), affected_capability (model / pricing / safety / framework / infrastructure / tooling / policy / ecosystem), cost_impact, security_impact, urgency. Filters: capability + urgency exact-match, min_cost_impact + min_security_impact threshold, title/source query. Sort priority: urgency > security > cost > recency.",
    "tier": 1,
    "credits": 1,
    "category": "news-action-cards"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "capability": "model",
        "urgency": "immediate",
        "min_cost_impact": "medium"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:00:00Z",
        "snapshot_captured_at": "2026-05-24T08:00:00Z",
        "source": "tensorfeed.ai news + Claude Haiku 4.5",
        "filter": {
         "capability": "model",
         "min_cost_impact": "medium",
         "min_security_impact": "none",
         "urgency": "immediate",
         "query": null
        },
        "cohort": {
         "articles_considered": 50,
         "cards_in_snapshot": 47,
         "cards_filtered": 3
        },
        "cards": [
         {
          "article_id": "a1b2c3",
          "article_title": "Anthropic deprecates Claude 3 Sonnet effective July 21",
          "article_url": "https://example.com/claude-3-sonnet-deprecated",
          "article_source": "Anthropic",
          "article_published_at": "2026-05-23T15:00:00Z",
          "action_summary": "Migrate any agent still on claude-3-sonnet-20240229 to claude-haiku-4-5 or claude-opus-4-7 before July 21 to avoid silent 410 responses.",
          "migration_recommendation": "claude-haiku-4-5-20251001 for cost-sensitive paths; claude-opus-4-7 for quality-critical paths",
          "affected_capability": "model",
          "cost_impact": "high",
          "security_impact": "low",
          "urgency": "immediate",
          "generated_at": "2026-05-24T08:00:00Z"
         }
        ],
        "summary": {
         "by_capability": {
          "pricing": 0,
          "model": 3,
          "safety": 0,
          "framework": 0,
          "infrastructure": 0,
          "tooling": 0,
          "policy": 0,
          "ecosystem": 0
         },
         "by_urgency": {
          "immediate": 3,
          "this_week": 0,
          "fyi": 0
         },
         "by_cost_impact": {
          "none": 0,
          "low": 0,
          "medium": 1,
          "high": 2
         },
         "by_security_impact": {
          "none": 0,
          "low": 3,
          "medium": 0,
          "high": 0
         },
         "cards_with_migration_recommendation": 2
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "capability": {
            "type": "string",
            "enum": [
             "pricing",
             "model",
             "safety",
             "framework",
             "infrastructure",
             "tooling",
             "policy",
             "ecosystem"
            ]
           },
           "urgency": {
            "type": "string",
            "enum": [
             "immediate",
             "this_week",
             "fyi"
            ]
           },
           "min_cost_impact": {
            "type": "string",
            "enum": [
             "none",
             "low",
             "medium",
             "high"
            ]
           },
           "min_security_impact": {
            "type": "string",
            "enum": [
             "none",
             "low",
             "medium",
             "high"
            ]
           },
           "query": {
            "type": "string",
            "description": "Case-insensitive substring match against article_title and article_source."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/status/incidents/triage",
    "description": "AI provider incident triage. For each open or recently-resolved incident across Anthropic, OpenAI, Google, Mistral, Cohere, etc., Haiku 4.5 produces a structured triage card. Per card: triage_summary (1-2 sentences), impact_classification (informational / minor / major / critical), affected_capabilities (inference / training / embeddings / console / billing / fine-tuning / api-keys / tooling), recommended_action (no_action / monitor / retry_later / failover_now / escalate). Filters: provider substring, impact + recommended_action + capability exact-match, ongoing_only.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "OpenAI",
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:15:00Z",
        "snapshot_captured_at": "2026-05-24T18:15:00Z",
        "source": "tensorfeed.ai status incidents + Claude Haiku 4.5",
        "filter": {
         "provider": "OpenAI",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "incident_id": "openai-2026-05-24-001",
          "provider": "openai",
          "service": "API",
          "title": "Elevated latency for ChatGPT and GPT-4 Turbo",
          "severity": "major",
          "started_at": "2026-05-24T17:42:00Z",
          "resolved_at": null,
          "ongoing": true,
          "triage_summary": "OpenAI API experiencing 5% elevated latency for ChatGPT and GPT-4 Turbo; Assistants API and Files unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later",
          "generated_at": "2026-05-24T18:15:00Z"
         }
        ],
        "summary": {
         "by_provider": {
          "openai": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "by_capability": {
          "inference": 1,
          "training": 0,
          "embeddings": 0,
          "console": 0,
          "billing": 0,
          "fine-tuning": 0,
          "api-keys": 0,
          "tooling": 0
         },
         "cards_with_failover_action": 0
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Status incident triage (Haiku-derived)",
    "description": "AI provider incident triage. For each open or recently-resolved incident across Anthropic, OpenAI, Google, Mistral, Cohere, etc., Haiku 4.5 produces a structured triage card. Per card: triage_summary (1-2 sentences), impact_classification (informational / minor / major / critical), affected_capabilities (inference / training / embeddings / console / billing / fine-tuning / api-keys / tooling), recommended_action (no_action / monitor / retry_later / failover_now / escalate). Filters: provider substring, impact + recommended_action + capability exact-match, ongoing_only.",
    "tier": 1,
    "credits": 1,
    "category": "status-incident-triage"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "OpenAI",
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-24T18:15:00Z",
        "snapshot_captured_at": "2026-05-24T18:15:00Z",
        "source": "tensorfeed.ai status incidents + Claude Haiku 4.5",
        "filter": {
         "provider": "OpenAI",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "incident_id": "openai-2026-05-24-001",
          "provider": "openai",
          "service": "API",
          "title": "Elevated latency for ChatGPT and GPT-4 Turbo",
          "severity": "major",
          "started_at": "2026-05-24T17:42:00Z",
          "resolved_at": null,
          "ongoing": true,
          "triage_summary": "OpenAI API experiencing 5% elevated latency for ChatGPT and GPT-4 Turbo; Assistants API and Files unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later",
          "generated_at": "2026-05-24T18:15:00Z"
         }
        ],
        "summary": {
         "by_provider": {
          "openai": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "by_capability": {
          "inference": 1,
          "training": 0,
          "embeddings": 0,
          "console": 0,
          "billing": 0,
          "fine-tuning": 0,
          "api-keys": 0,
          "tooling": 0
         },
         "cards_with_failover_action": 0
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "provider": {
            "type": "string",
            "description": "Case-insensitive substring match against provider name."
           },
           "impact": {
            "type": "string",
            "enum": [
             "informational",
             "minor",
             "major",
             "critical"
            ]
           },
           "recommended_action": {
            "type": "string",
            "enum": [
             "no_action",
             "monitor",
             "retry_later",
             "failover_now",
             "escalate"
            ]
           },
           "capability": {
            "type": "string",
            "enum": [
             "inference",
             "training",
             "embeddings",
             "console",
             "billing",
             "fine-tuning",
             "api-keys",
             "tooling"
            ]
           },
           "ongoing_only": {
            "type": "boolean",
            "description": "When true, exclude resolved incidents. Default false."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2021-44228",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2021-44228 (Log4Shell)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2024-3094",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2024-3094 (xz-utils backdoor)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2017-0144",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2017-0144 (EternalBlue)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2014-0160",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2014-0160 (Heartbleed)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2021-34527",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2021-34527 (PrintNightmare)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2019-0708",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2019-0708 (BlueKeep)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2021-26855",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2021-26855 (ProxyLogon)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2020-1472",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2020-1472 (Zerologon)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2022-22965",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2022-22965 (Spring4Shell)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/CVE-2021-26084",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready): CVE-2021-26084 (Confluence OGNL)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2021-44228",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2021-44228 (Log4Shell)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2024-3094",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2024-3094 (xz-utils backdoor)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2017-0144",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2017-0144 (EternalBlue)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2014-0160",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2014-0160 (Heartbleed)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2021-34527",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2021-34527 (PrintNightmare)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2019-0708",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2019-0708 (BlueKeep)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2021-26855",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2021-26855 (ProxyLogon)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2020-1472",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2020-1472 (Zerologon)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2022-22965",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2022-22965 (Spring4Shell)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/CVE-2021-26084",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready): CVE-2021-26084 (Confluence OGNL)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2021-44228",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2021-44228 (Log4Shell)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2024-3094",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2024-3094 (xz-utils backdoor)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2017-0144",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2017-0144 (EternalBlue)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2014-0160",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2014-0160 (Heartbleed)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2021-34527",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2021-34527 (PrintNightmare)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2019-0708",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2019-0708 (BlueKeep)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2021-26855",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2021-26855 (ProxyLogon)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2020-1472",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2020-1472 (Zerologon)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2022-22965",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2022-22965 (Spring4Shell)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/CVE-2021-26084",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready): CVE-2021-26084 (Confluence OGNL)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2021-44228",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2021-44228 (Log4Shell)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2024-3094",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2024-3094 (xz-utils backdoor)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2017-0144",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2017-0144 (EternalBlue)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2014-0160",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2014-0160 (Heartbleed)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2021-34527",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2021-34527 (PrintNightmare)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2019-0708",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2019-0708 (BlueKeep)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2021-26855",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2021-26855 (ProxyLogon)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2020-1472",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2020-1472 (Zerologon)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2022-22965",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2022-22965 (Spring4Shell)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/CVE-2021-26084",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified: CVE-2021-26084 (Confluence OGNL)",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/anthropic",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: Anthropic",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/openai",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: OpenAI",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/google",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: Google",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/meta",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: Meta",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/mistral",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: Mistral",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/cohere",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: Cohere",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/deepseek",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: DeepSeek",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/xai",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: xAI",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/microsoft",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: Microsoft",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/amazon",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-05-31T00:00:00Z",
   "metadata": {
    "name": "Provider digest: Amazon Bedrock",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-companies/NVDA",
    "description": "Per-ticker AI intelligence envelope for the 14 AI bellwethers (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Composes latest 10 SEC filings, latest 10 AI-tagged news mentions filtered by curated aliases, strategic and equity funding rounds where the company is a lead or notable investor, and cohort metadata into one paid call. Single captured-at timestamp, 9h freshness SLA.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-27T00:00:00Z",
   "metadata": {
    "name": "AI Companies: per-ticker intelligence envelope",
    "description": "Per-ticker AI intelligence envelope for the 14 AI bellwethers. One paid call returns latest 10 SEC filings, 10 alias-filtered news mentions, funding rounds where the company is a lead or notable investor, and cohort metadata. Shipped the same day Robinhood Agentic Trading + Agentic Credit Card launched.",
    "tier": 1,
    "credits": 1,
    "category": "ai-public-equity-intelligence"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "ticker": "NVDA"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-27T18:00:00Z",
        "ticker": "NVDA",
        "cohort_size": 14,
        "company": {
         "ticker": "NVDA",
         "cik": "0001045810",
         "display_name": "NVIDIA",
         "category": "silicon",
         "ai_angle": "The dominant supplier of AI training and inference GPUs.",
         "exchange": "NASDAQ"
        },
        "filings": {
         "count": 10,
         "source": "data.sec.gov/submissions",
         "license": "Public domain (17 USC 105). SEC EDGAR."
        },
        "news": {
         "count": 4,
         "aliases_used": [
          "NVIDIA",
          "Nvidia"
         ],
         "sanitization": "enabled"
        },
        "funding_as_investor": {
         "count": 0,
         "description": "Strategic and equity rounds where this company is listed as a lead or notable investor in TensorFeed funding registry."
        },
        "attribution": {
         "sources": [
          "SEC EDGAR (data.sec.gov/submissions). Public domain (17 USC 105).",
          "TensorFeed.ai news aggregator (sanitized for agents).",
          "TensorFeed.ai funding registry (editorial)."
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "ticker": {
            "type": "string",
            "description": "AI bellwether ticker (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Case-insensitive."
           }
          },
          "required": [
           "ticker"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/ai-companies/:ticker"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/x402-index/publisher/{domain}",
    "description": "Per-publisher receipt feed for one x402-compliant domain across an inclusive from/to date range. Returns publisher meta (domain, pay_to_wallets, first_seen), window rollup (volume_usdc, count, avg_amount, daily_series of per-day rows), attribution, and CC BY 4.0 license. Forensic and compliance lane for callers building dashboards over x402 settlement data on Base mainnet.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     }
    }
   ],
   "lastUpdated": "2026-05-27T00:00:00Z",
   "metadata": {
    "name": "x402 Index: per-publisher receipt feed",
    "description": "Per-publisher x402 USDC settlement receipt feed on Base mainnet. One paid call returns publisher meta, the windowed rollup (volume_usdc, count, avg_amount), and a per-day daily_series across the inclusive from/to range. Built for forensic and compliance dashboards over x402 settlement data.",
    "tier": 1,
    "credits": 1,
    "category": "ai-x402-index-publisher"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "domain": "tensorfeed.ai"
       },
       "queryParams": {
        "from": "2026-05-21",
        "to": "2026-05-27"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "publisher": {
         "domain": "tensorfeed.ai",
         "pay_to_wallets": [
          "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1"
         ],
         "first_seen": "2026-05-28T00:00:00Z"
        },
        "window": {
         "from": "2026-05-21",
         "to": "2026-05-27",
         "days": 7
        },
        "rollup": {
         "volume_usdc": "287.420000",
         "count": 1342,
         "avg_amount": "0.214172",
         "daily_series": [
          {
           "date": "2026-05-21",
           "volume_usdc": "32.180000",
           "count": 156
          }
         ]
        },
        "attribution": "TensorFeed x402 settlement index over public Base mainnet on-chain data",
        "license": "CC BY 4.0"
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "domain": {
            "type": "string",
            "description": "x402-compliant publisher domain present in the TensorFeed publisher registry. See /api/x402-index/publishers for the indexed set."
           }
          },
          "required": [
           "domain"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Range start, YYYY-MM-DD. Required."
           },
           "to": {
            "type": "string",
            "description": "Range end, YYYY-MM-DD inclusive. Required."
           }
          },
          "required": [
           "from",
           "to"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/x402-index/publisher/:domain"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/x402-index/series",
    "description": "Time series of x402 USDC settlement on Base mainnet. One paid call returns per-day settlement volume (USDC) or transaction count across a date range, ecosystem-wide or scoped to a single publisher domain. Built over public Base on-chain data; CC BY 4.0. Required params metric, granularity, from, and to; granularity day only in the MVP.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "metric": "volume",
        "granularity": "day",
        "from": "2026-05-28",
        "to": "2026-05-30"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "metric": "volume",
        "granularity": "day",
        "window": {
         "from": "2026-05-28",
         "to": "2026-05-30"
        },
        "series": [
         {
          "ts": "2026-05-28",
          "value": "1240.500000"
         },
         {
          "ts": "2026-05-29",
          "value": "1875.250000"
         }
        ],
        "captured_at": "2026-05-30T11:00:00Z",
        "has_data": true,
        "attribution": "TensorFeed x402 settlement index over public Base mainnet on-chain data",
        "license": "CC BY 4.0",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "x402 Index: time-series",
    "description": "Time series of x402 USDC settlement on Base mainnet. One paid call returns per-day settlement volume (USDC) or transaction count across a date range, ecosystem-wide or scoped to a single publisher domain. Built over public Base on-chain data; CC BY 4.0. Required params metric, granularity, from, and to; granularity day only in the MVP.",
    "tier": 1,
    "credits": 1,
    "category": "ai-x402-index-series"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "metric": "volume",
        "granularity": "day",
        "from": "2026-05-28",
        "to": "2026-05-30"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "metric": "volume",
        "granularity": "day",
        "window": {
         "from": "2026-05-28",
         "to": "2026-05-30"
        },
        "series": [
         {
          "ts": "2026-05-28",
          "value": "1240.500000"
         },
         {
          "ts": "2026-05-29",
          "value": "1875.250000"
         }
        ],
        "captured_at": "2026-05-30T11:00:00Z",
        "has_data": true,
        "attribution": "TensorFeed x402 settlement index over public Base mainnet on-chain data",
        "license": "CC BY 4.0",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "metric": {
            "type": "string",
            "enum": [
             "volume",
             "count"
            ],
            "description": "volume returns per-period USDC settled; count returns per-period transaction count."
           },
           "granularity": {
            "type": "string",
            "enum": [
             "day",
             "hour"
            ],
            "description": "Bucket size. Only day is built in the MVP; hour returns a no-charge granularity_unavailable."
           },
           "from": {
            "type": "string",
            "description": "Start date YYYY-MM-DD. Required. Range is capped server-side to bound per-day KV fan-out."
           },
           "to": {
            "type": "string",
            "description": "End date YYYY-MM-DD. Required."
           },
           "domain": {
            "type": "string",
            "description": "Optional publisher domain to scope the series to one publisher. Omit for the ecosystem-wide series."
           }
          },
          "required": [
           "metric",
           "granularity",
           "from",
           "to"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/route-verdict",
    "description": "Signed model routing decision. One paid call returns the best model for a task (code, reasoning, creative, general) or a named model, fusing pricing, benchmark capability discounted for contamination, real production usage, measured p95 latency from active probes, live incident-triage operational state, and deprecation flags into a single verdict with runners-up and an AFTA-signed receipt over the inputs. Optional filters: max_latency_p95_ms, require_operational, exclude_deprecated. The \"which model right now\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "task": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "query": {
         "task": "code",
         "model": null
        },
        "capturedAt": "2026-05-28T11:55:00Z",
        "verdict": {
         "rank": 1,
         "model": {
          "id": "claude-sonnet-4-6",
          "name": "Claude Sonnet 4.6",
          "provider": "anthropic",
          "openSource": false,
          "contextWindow": 200000
         },
         "pricing": {
          "input": 3,
          "output": 15,
          "blended": 9,
          "currency": "USD",
          "unit": "per 1M tokens"
         },
         "quality": {
          "task_score": 0.87,
          "trust_discounted": 0.83,
          "contamination_note": "HumanEval (high contamination, saturated)"
         },
         "usage": {
          "corroborated": true,
          "rank": 1,
          "share_pct": 18.4,
          "trend": "flat"
         },
         "latency": {
          "measured_p95_ms": 1820,
          "source": "measured_probe"
         },
         "operational": {
          "ok": true,
          "status": "operational",
          "source": "live_status"
         },
         "deprecation": {
          "flagged": false,
          "status": null,
          "sunset_date": null
         },
         "composite_score": 0.78,
         "why": "code quality 0.83 after trust discount; corroborated by real usage (rank 1, 18.4% share, flat); measured p95 1820 ms; operational; blended $9 / 1M"
        },
        "runners_up": [],
        "trust": {
         "usage_corroborated": true,
         "benchmark_contamination": "mixed",
         "operational_layer": "partial",
         "latency_layer": "partial"
        },
        "filters_applied": {
         "max_latency_p95_ms": null,
         "require_operational": true,
         "exclude_deprecated": true
        },
        "candidates_considered": 8,
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Route Verdict",
    "description": "Signed model routing decision. One paid call returns the best model for a task (code, reasoning, creative, general) or a named model, fusing pricing, benchmark capability discounted for contamination, real production usage, measured p95 latency from active probes, live incident-triage operational state, and deprecation flags into a single verdict with runners-up and an AFTA-signed receipt over the inputs. Optional filters: max_latency_p95_ms, require_operational, exclude_deprecated. The \"which model right now\" call.",
    "tier": 2,
    "credits": 1,
    "category": "ai-model-routing"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "task": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "query": {
         "task": "code",
         "model": null
        },
        "capturedAt": "2026-05-28T11:55:00Z",
        "verdict": {
         "rank": 1,
         "model": {
          "id": "claude-sonnet-4-6",
          "name": "Claude Sonnet 4.6",
          "provider": "anthropic",
          "openSource": false,
          "contextWindow": 200000
         },
         "pricing": {
          "input": 3,
          "output": 15,
          "blended": 9,
          "currency": "USD",
          "unit": "per 1M tokens"
         },
         "quality": {
          "task_score": 0.87,
          "trust_discounted": 0.83,
          "contamination_note": "HumanEval (high contamination, saturated)"
         },
         "usage": {
          "corroborated": true,
          "rank": 1,
          "share_pct": 18.4,
          "trend": "flat"
         },
         "latency": {
          "measured_p95_ms": 1820,
          "source": "measured_probe"
         },
         "operational": {
          "ok": true,
          "status": "operational",
          "source": "live_status"
         },
         "deprecation": {
          "flagged": false,
          "status": null,
          "sunset_date": null
         },
         "composite_score": 0.78,
         "why": "code quality 0.83 after trust discount; corroborated by real usage (rank 1, 18.4% share, flat); measured p95 1820 ms; operational; blended $9 / 1M"
        },
        "runners_up": [],
        "trust": {
         "usage_corroborated": true,
         "benchmark_contamination": "mixed",
         "operational_layer": "partial",
         "latency_layer": "partial"
        },
        "filters_applied": {
         "max_latency_p95_ms": null,
         "require_operational": true,
         "exclude_deprecated": true
        },
        "candidates_considered": 8,
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "task": {
            "type": "string",
            "enum": [
             "code",
             "reasoning",
             "creative",
             "general"
            ],
            "description": "Task profile to rank models for. Provide task or model."
           },
           "model": {
            "type": "string",
            "description": "Canonical model id or display name to narrow the verdict to one model."
           },
           "max_latency_p95_ms": {
            "type": "integer",
            "minimum": 1,
            "description": "Drop candidates whose measured p95 latency exceeds this floor."
           },
           "require_operational": {
            "type": "string",
            "enum": [
             "true",
             "false"
            ],
            "description": "Default true. Drop candidates known to be down or in failover."
           },
           "exclude_deprecated": {
            "type": "string",
            "enum": [
             "true",
             "false"
            ],
            "description": "Default true. Drop models flagged deprecated or sunsetted."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/provider-reliability-verdict",
    "description": "Provider Reliability Verdict. One paid call ranks the frontier AI providers TensorFeed actively probes by measured operational reliability, fusing availability (ok rate) and tail consistency (p50 over p95) from its own latency probes into a single dependability ranking. Returns the most dependable and riskiest providers, the full per-provider ranking (availability, p50/p95/p99, spread ratio, score), and an AFTA-signed receipt. The thesis: an agent retry loop feels the tail, not the median. The \"which provider can I depend on right now\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET"
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-29T11:55:00Z",
        "window_label": "last_24h",
        "verdict": {
         "most_dependable": "anthropic",
         "riskiest": "deepseek"
        },
        "ranking": [
         {
          "rank": 1,
          "provider": "anthropic",
          "ok_pct": 0.99,
          "total_p50_ms": 500,
          "total_p95_ms": 900,
          "total_p99_ms": 1400,
          "spread_ratio": 1.8,
          "reliability_score": 0.7728,
          "measured": true,
          "note": "measured availability 99 percent, p50 500 ms, p95 900 ms, p95 over p50 spread 1.8x"
         }
        ],
        "coverage": {
         "providers_ranked": 3,
         "fully_measured": 3,
         "availability_only": 0
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Provider Reliability Verdict",
    "description": "Provider Reliability Verdict. One paid call ranks the frontier AI providers TensorFeed actively probes by measured operational reliability, fusing availability (ok rate) and tail consistency (p50 over p95) from its own latency probes into a single dependability ranking. Returns the most dependable and riskiest providers, the full per-provider ranking (availability, p50/p95/p99, spread ratio, score), and an AFTA-signed receipt. The thesis: an agent retry loop feels the tail, not the median. The \"which provider can I depend on right now\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-provider-reliability"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET"
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-29T11:55:00Z",
        "window_label": "last_24h",
        "verdict": {
         "most_dependable": "anthropic",
         "riskiest": "deepseek"
        },
        "ranking": [
         {
          "rank": 1,
          "provider": "anthropic",
          "ok_pct": 0.99,
          "total_p50_ms": 500,
          "total_p95_ms": 900,
          "total_p99_ms": 1400,
          "spread_ratio": 1.8,
          "reliability_score": 0.7728,
          "measured": true,
          "note": "measured availability 99 percent, p50 500 ms, p95 900 ms, p95 over p50 spread 1.8x"
         }
        ],
        "coverage": {
         "providers_ranked": 3,
         "fully_measured": 3,
         "availability_only": 0
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/x402-settlement-verdict",
    "description": "x402 Settlement Verdict. One paid call rules on the state of the x402 USDC settlement market on Base, computed over TensorFeed's own on-chain settlement index. Returns the market momentum (expanding, steady, contracting, or nascent versus the prior window of equal length), the concentration by Herfindahl index (concentrated, moderate, or diversified), the leading publisher, the full per-publisher volume ranking, ecosystem totals with the window-over-window change, and an AFTA-signed receipt. Optional window (24h, 7d, 30d). The \"is x402 settlement growing and who leads\" call, over the Base settlements TensorFeed measures, not a market-wide claim.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET"
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-29T17:54:00Z",
        "window_label": "7d",
        "verdict": {
         "momentum": "expanding",
         "concentration": "concentrated",
         "leading_publisher": "pay.example.com"
        },
        "ecosystem": {
         "volume_usdc": "1234.500000",
         "count": 42,
         "unique_publishers": 3,
         "volume_change_pct": 30,
         "count_change_pct": 25,
         "prior_window_empty": false,
         "top_publisher_share_pct": 64.8,
         "hhi": 4908
        },
        "ranking": [
         {
          "rank": 1,
          "domain": "pay.example.com",
          "volume_usdc": "800.000000",
          "count": 25,
          "share_pct": 64.8
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "x402 Settlement Verdict",
    "description": "x402 Settlement Verdict. One paid call rules on the state of the x402 USDC settlement market on Base, computed over TensorFeed's own on-chain settlement index. Returns the market momentum (expanding, steady, contracting, or nascent versus the prior window of equal length), the concentration by Herfindahl index (concentrated, moderate, or diversified), the leading publisher, the full per-publisher volume ranking, ecosystem totals with the window-over-window change, and an AFTA-signed receipt. Optional window (24h, 7d, 30d). The \"is x402 settlement growing and who leads\" call, over the Base settlements TensorFeed measures, not a market-wide claim.",
    "tier": 1,
    "credits": 1,
    "category": "ai-x402-settlement"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET"
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-29T17:54:00Z",
        "window_label": "7d",
        "verdict": {
         "momentum": "expanding",
         "concentration": "concentrated",
         "leading_publisher": "pay.example.com"
        },
        "ecosystem": {
         "volume_usdc": "1234.500000",
         "count": 42,
         "unique_publishers": 3,
         "volume_change_pct": 30,
         "count_change_pct": 25,
         "prior_window_empty": false,
         "top_publisher_share_pct": 64.8,
         "hhi": 4908
        },
        "ranking": [
         {
          "rank": 1,
          "domain": "pay.example.com",
          "volume_usdc": "800.000000",
          "count": 25,
          "share_pct": 64.8
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/stack-safety-verdict",
    "description": "Stack Safety Verdict. A GET deploy gate: pass packages=name@version,name@version (up to 10) from your AI stack and get GO / HOLD / BLOCK per package plus an overall gate, fusing TensorFeed's ingested AI-CVE batch (GHSA plus vendor advisories) with the CISA KEV catalog for exploitation status. Each verdict carries the matched CVE ids, affected ranges, fixed versions, and KEV status, plus an AFTA-signed receipt. Never-false-confirm: BLOCK only on exploited with no fix, HOLD when the version must be verified, PASS on no AI-stack match, UNKNOWN outside the cohort. The \"is my AI stack safe to ship\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "packages": "langchain@0.3.27,vllm@0.6.0"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "gate": "HOLD",
        "extracted_at": "2026-05-27T09:00:00Z",
        "counts": {
         "block": 0,
         "hold": 1,
         "pass": 1,
         "unknown": 0
        },
        "packages": [
         {
          "package": "vllm",
          "version": "0.6.0",
          "verdict": "HOLD",
          "in_cohort": true,
          "exploited": false,
          "fix_available": true,
          "category": "inference-stack",
          "matched_cves": [
           {
            "cve_id": "CVE-2026-1234",
            "on_kev": false,
            "exploited_in_wild": "stated_no",
            "severity_label": "high",
            "affected_version_ranges": [
             "< 0.6.1"
            ],
            "fixed_versions": [
             "0.6.1"
            ],
            "source_url": "https://github.com/advisories/GHSA-xxxx"
           }
          ],
          "reason": "A known CVE applies to this package (not confirmed exploited). Verify your pinned version against the surfaced ranges and fixes."
         },
         {
          "package": "langchain",
          "version": "0.3.27",
          "verdict": "PASS",
          "in_cohort": true,
          "exploited": false,
          "fix_available": false,
          "category": "agent-framework",
          "matched_cves": [],
          "reason": "No AI-stack CVE matched this package name. Not a full vulnerability scan."
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Stack Safety Verdict",
    "description": "Stack Safety Verdict. A GET deploy gate: pass packages=name@version,name@version (up to 10) from your AI stack and get GO / HOLD / BLOCK per package plus an overall gate, fusing TensorFeed's ingested AI-CVE batch (GHSA plus vendor advisories) with the CISA KEV catalog for exploitation status. Each verdict carries the matched CVE ids, affected ranges, fixed versions, and KEV status, plus an AFTA-signed receipt. Never-false-confirm: BLOCK only on exploited with no fix, HOLD when the version must be verified, PASS on no AI-stack match, UNKNOWN outside the cohort. The \"is my AI stack safe to ship\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-stack-security"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "packages": "langchain@0.3.27,vllm@0.6.0"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "gate": "HOLD",
        "extracted_at": "2026-05-27T09:00:00Z",
        "counts": {
         "block": 0,
         "hold": 1,
         "pass": 1,
         "unknown": 0
        },
        "packages": [
         {
          "package": "vllm",
          "version": "0.6.0",
          "verdict": "HOLD",
          "in_cohort": true,
          "exploited": false,
          "fix_available": true,
          "category": "inference-stack",
          "matched_cves": [
           {
            "cve_id": "CVE-2026-1234",
            "on_kev": false,
            "exploited_in_wild": "stated_no",
            "severity_label": "high",
            "affected_version_ranges": [
             "< 0.6.1"
            ],
            "fixed_versions": [
             "0.6.1"
            ],
            "source_url": "https://github.com/advisories/GHSA-xxxx"
           }
          ],
          "reason": "A known CVE applies to this package (not confirmed exploited). Verify your pinned version against the surfaced ranges and fixes."
         },
         {
          "package": "langchain",
          "version": "0.3.27",
          "verdict": "PASS",
          "in_cohort": true,
          "exploited": false,
          "fix_available": false,
          "category": "agent-framework",
          "matched_cves": [],
          "reason": "No AI-stack CVE matched this package name. Not a full vulnerability scan."
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "packages": {
            "type": "string",
            "description": "Comma-separated name@version list (version optional), up to 10. Example: langchain@0.3.27,vllm@0.6.0"
           }
          },
          "required": [
           "packages"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/benchmark-trust-verdict",
    "description": "Benchmark Trust Verdict. Is an AI benchmark a trustworthy capability signal right now, or is it saturated, contaminated, or near its ceiling so a high score is a floor and not a differentiator? Returns a trust band and a 0-100 trust score per benchmark, fusing the registry contamination and saturation flags with the live spread of the top model scores (frontier compression), plus a down-weight recommendation and an alternative benchmark to use instead. Optional ?benchmark= or ?category= filter. AFTA-signed. The \"should I trust this SOTA claim\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "category": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-28T08:00:00Z",
        "filter": {
         "benchmark": null,
         "category": "code"
        },
        "count": 1,
        "verdicts": [
         {
          "id": "humaneval",
          "name": "HumanEval",
          "category": "code",
          "status": "saturated",
          "contamination_risk": "high",
          "frontier_score": "~97%",
          "score_range": "0-100% pass@1",
          "trust_band": "contaminated",
          "trust_score": 12,
          "signals": {
           "ceiling_proximity": "at_ceiling",
           "frontier_compression": "unknown",
           "top_score_spread": null,
           "models_scored": 0
          },
          "recommendation": "Down-weight scores on this benchmark (high training-contamination risk, marked saturated, frontier score is near the ceiling). A high score is closer to a capability floor than a differentiator. Prefer LiveCodeBench for current code signal.",
          "leaderboard_url": "https://paperswithcode.com/sota/code-generation-on-humaneval"
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Benchmark Trust Verdict",
    "description": "Benchmark Trust Verdict. Is an AI benchmark a trustworthy capability signal right now, or is it saturated, contaminated, or near its ceiling so a high score is a floor and not a differentiator? Returns a trust band and a 0-100 trust score per benchmark, fusing the registry contamination and saturation flags with the live spread of the top model scores (frontier compression), plus a down-weight recommendation and an alternative benchmark to use instead. Optional ?benchmark= or ?category= filter. AFTA-signed. The \"should I trust this SOTA claim\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-benchmark-trust"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "category": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-28T08:00:00Z",
        "filter": {
         "benchmark": null,
         "category": "code"
        },
        "count": 1,
        "verdicts": [
         {
          "id": "humaneval",
          "name": "HumanEval",
          "category": "code",
          "status": "saturated",
          "contamination_risk": "high",
          "frontier_score": "~97%",
          "score_range": "0-100% pass@1",
          "trust_band": "contaminated",
          "trust_score": 12,
          "signals": {
           "ceiling_proximity": "at_ceiling",
           "frontier_compression": "unknown",
           "top_score_spread": null,
           "models_scored": 0
          },
          "recommendation": "Down-weight scores on this benchmark (high training-contamination risk, marked saturated, frontier score is near the ceiling). A high score is closer to a capability floor than a differentiator. Prefer LiveCodeBench for current code signal.",
          "leaderboard_url": "https://paperswithcode.com/sota/code-generation-on-humaneval"
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "benchmark": {
            "type": "string",
            "description": "Optional registry id or name to narrow to one benchmark (e.g. swe-bench-verified)."
           },
           "category": {
            "type": "string",
            "description": "Optional category filter: knowledge, math, code, multimodal, agents, long-context, safety."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/failover-verdict",
    "description": "Failover Verdict. Provider A is degraded, which operational provider do I fail over to for this task right now? Confirms A against the live incident-triage feed, then runs the capability-first route verdict with A and any provider flagged failover_now excluded, returning the recommended destination model plus the incident reason plus ranked alternatives plus an AFTA-signed receipt. Pass ?from=<provider> and optional ?task= or ?model=. The \"A just broke, where do I send it\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "anthropic",
        "task": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": {
         "provider": "anthropic",
         "in_incident": true,
         "incident": {
          "title": "Anthropic API elevated errors",
          "service": "Anthropic API",
          "impact_classification": "critical",
          "recommended_action": "failover_now",
          "started_at": "2026-05-28T11:00:00Z",
          "triage_summary": "Anthropic API returning elevated 5xx for Messages."
         }
        },
        "query": {
         "task": "code",
         "model": null
        },
        "capturedAt": "2026-05-28T11:55:00Z",
        "excluded_providers": [
         "anthropic"
        ],
        "failover_to": {
         "rank": 1,
         "model": {
          "id": "gpt-5-5",
          "name": "GPT-5.5",
          "provider": "openai",
          "openSource": false,
          "contextWindow": 400000
         },
         "pricing": {
          "input": 5,
          "output": 15,
          "blended": 10,
          "currency": "USD",
          "unit": "per 1M tokens"
         },
         "quality": {
          "task_score": 0.86,
          "trust_discounted": 0.83,
          "contamination_note": null
         },
         "usage": {
          "corroborated": true,
          "rank": 2,
          "share_pct": 14.6,
          "trend": "up"
         },
         "latency": {
          "measured_p95_ms": 1200,
          "source": "measured_probe"
         },
         "operational": {
          "ok": true,
          "status": "operational",
          "source": "live_status"
         },
         "deprecation": {
          "flagged": false,
          "status": null,
          "sunset_date": null
         },
         "composite_score": 0.79,
         "why": "code quality 0.83 after trust discount; corroborated by real usage (rank 2, 14.6% share, up); measured p95 1200 ms; operational; blended $10 / 1M"
        },
        "alternatives": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Failover Verdict",
    "description": "Failover Verdict. Provider A is degraded, which operational provider do I fail over to for this task right now? Confirms A against the live incident-triage feed, then runs the capability-first route verdict with A and any provider flagged failover_now excluded, returning the recommended destination model plus the incident reason plus ranked alternatives plus an AFTA-signed receipt. Pass ?from=<provider> and optional ?task= or ?model=. The \"A just broke, where do I send it\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-failover-routing"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "anthropic",
        "task": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": {
         "provider": "anthropic",
         "in_incident": true,
         "incident": {
          "title": "Anthropic API elevated errors",
          "service": "Anthropic API",
          "impact_classification": "critical",
          "recommended_action": "failover_now",
          "started_at": "2026-05-28T11:00:00Z",
          "triage_summary": "Anthropic API returning elevated 5xx for Messages."
         }
        },
        "query": {
         "task": "code",
         "model": null
        },
        "capturedAt": "2026-05-28T11:55:00Z",
        "excluded_providers": [
         "anthropic"
        ],
        "failover_to": {
         "rank": 1,
         "model": {
          "id": "gpt-5-5",
          "name": "GPT-5.5",
          "provider": "openai",
          "openSource": false,
          "contextWindow": 400000
         },
         "pricing": {
          "input": 5,
          "output": 15,
          "blended": 10,
          "currency": "USD",
          "unit": "per 1M tokens"
         },
         "quality": {
          "task_score": 0.86,
          "trust_discounted": 0.83,
          "contamination_note": null
         },
         "usage": {
          "corroborated": true,
          "rank": 2,
          "share_pct": 14.6,
          "trend": "up"
         },
         "latency": {
          "measured_p95_ms": 1200,
          "source": "measured_probe"
         },
         "operational": {
          "ok": true,
          "status": "operational",
          "source": "live_status"
         },
         "deprecation": {
          "flagged": false,
          "status": null,
          "sunset_date": null
         },
         "composite_score": 0.79,
         "why": "code quality 0.83 after trust discount; corroborated by real usage (rank 2, 14.6% share, up); measured p95 1200 ms; operational; blended $10 / 1M"
        },
        "alternatives": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "The degraded provider to fail over from (e.g. anthropic, openai, google)."
           },
           "task": {
            "type": "string",
            "enum": [
             "code",
             "reasoning",
             "creative",
             "general"
            ],
            "description": "Optional task profile."
           },
           "model": {
            "type": "string",
            "description": "Optional model to narrow the failover target."
           }
          },
          "required": [
           "from"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/sec/filings/guidance-delta",
    "description": "Guidance Delta. Did this periodic SEC filing (10-K or 10-Q) materially change guidance, segment outlook, or risk language versus the prior same-form filing, with the exact changed sentences quoted? Pass ?ticker=NVDA&form=10-Q for the latest, or ?accession= for one filing. Returns a deterministic materiality_summary, the full verbatim changes (prior and current quotes, values, section), and an AFTA-signed receipt. The signed verified-decision a finance agent reads before acting on an earnings filing.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ticker": "NVDA",
        "form": "10-Q"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "ticker": "NVDA",
        "company_name": "NVIDIA CORP",
        "cik": "0001045810",
        "form": "10-Q",
        "accession_number": "0001045810-26-000052",
        "prior_accession_number": "0001045810-25-000230",
        "filing_date": "2026-05-20",
        "prior_filing_date": "2025-11-19",
        "materiality_summary": {
         "total_changes": 10,
         "by_materiality": {
          "material": 3,
          "minor": 6,
          "boilerplate": 1
         },
         "by_category": {
          "revenue_guidance": 1,
          "segment_outlook": 2,
          "risk_factor": 4,
          "other": 3
         },
         "by_change_type": {
          "reworded": 8,
          "initiated": 1,
          "raised": 1
         },
         "by_direction": {
          "neutral": 8,
          "unclear": 1,
          "up": 1
         },
         "headline": "FY26 revenue guidance raised; Investments in Fiscal Year 2027 initiated; 4 risk factor wordings revised"
        },
        "changes": [
         {
          "topic": "Investments in Fiscal Year 2027",
          "prior_text": "",
          "current_text": "In the first quarter of fiscal year 2027, we made the following investments: 18.6 billion dollars in private companies and infrastructure funds.",
          "prior_value": null,
          "current_value": "18.6 billion",
          "section": "Management's Discussion and Analysis",
          "category": "other",
          "change_type": "initiated",
          "direction": "unclear",
          "materiality": "material"
         }
        ],
        "freshness": {
         "model": "input_keyed",
         "superseded": false,
         "superseded_note": "This delta reflects the latest same-form filing TensorFeed has processed.",
         "latest_same_form_accession": "0001045810-26-000052",
         "latest_same_form_filing_date": "2026-05-20"
        },
        "capturedAt": "2026-05-28T00:00:00Z",
        "extracted_by": "phi-4-Q6_K.gguf@dp-cc",
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Phi-4 verbatim extraction + deterministic normalize",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Guidance Delta",
    "description": "Guidance Delta. Did this periodic SEC filing (10-K or 10-Q) materially change guidance, segment outlook, or risk language versus the prior same-form filing, with the exact changed sentences quoted? Pass ?ticker=NVDA&form=10-Q for the latest, or ?accession= for one filing. Returns a deterministic materiality_summary, the full verbatim changes (prior and current quotes, values, section), and an AFTA-signed receipt. The signed verified-decision a finance agent reads before acting on an earnings filing.",
    "tier": 1,
    "credits": 1,
    "category": "sec-filings-intelligence"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ticker": "NVDA",
        "form": "10-Q"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "ticker": "NVDA",
        "company_name": "NVIDIA CORP",
        "cik": "0001045810",
        "form": "10-Q",
        "accession_number": "0001045810-26-000052",
        "prior_accession_number": "0001045810-25-000230",
        "filing_date": "2026-05-20",
        "prior_filing_date": "2025-11-19",
        "materiality_summary": {
         "total_changes": 10,
         "by_materiality": {
          "material": 3,
          "minor": 6,
          "boilerplate": 1
         },
         "by_category": {
          "revenue_guidance": 1,
          "segment_outlook": 2,
          "risk_factor": 4,
          "other": 3
         },
         "by_change_type": {
          "reworded": 8,
          "initiated": 1,
          "raised": 1
         },
         "by_direction": {
          "neutral": 8,
          "unclear": 1,
          "up": 1
         },
         "headline": "FY26 revenue guidance raised; Investments in Fiscal Year 2027 initiated; 4 risk factor wordings revised"
        },
        "changes": [
         {
          "topic": "Investments in Fiscal Year 2027",
          "prior_text": "",
          "current_text": "In the first quarter of fiscal year 2027, we made the following investments: 18.6 billion dollars in private companies and infrastructure funds.",
          "prior_value": null,
          "current_value": "18.6 billion",
          "section": "Management's Discussion and Analysis",
          "category": "other",
          "change_type": "initiated",
          "direction": "unclear",
          "materiality": "material"
         }
        ],
        "freshness": {
         "model": "input_keyed",
         "superseded": false,
         "superseded_note": "This delta reflects the latest same-form filing TensorFeed has processed.",
         "latest_same_form_accession": "0001045810-26-000052",
         "latest_same_form_filing_date": "2026-05-20"
        },
        "capturedAt": "2026-05-28T00:00:00Z",
        "extracted_by": "phi-4-Q6_K.gguf@dp-cc",
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Phi-4 verbatim extraction + deterministic normalize",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "accession": {
            "type": "string",
            "description": "A specific current filing accession (NNNNNNNNNN-NN-NNNNNN). Use this OR ticker plus form."
           },
           "ticker": {
            "type": "string",
            "description": "AI bellwether ticker (NVDA, AMD, AVGO, and the rest of the 14). With form, resolves the latest same-form delta."
           },
           "form": {
            "type": "string",
            "description": "Periodic form type: 10-K or 10-Q. Required when ticker is used."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-crawler-access/full",
    "description": "AI Crawler Access Map, full dataset. One paid call returns every tracked domain with its per-bot robots.txt verdict (allowed, blocked, partial, or unknown) across the tracked AI bots (GPTBot, ClaudeBot, PerplexityBot, CCBot, Google-Extended, and more), plus llms.txt and ai.txt presence flags, sector rollups, and aggregate blocked/allowed percentages. Built by parsing each domain public robots.txt, llms.txt, and ai.txt on a daily rolling crawl. We report stated policy, not enforcement.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-01T09:53:00Z",
        "domains": [
         {
          "domain": "nytimes.com",
          "sector": "publishing",
          "checkedAt": "2026-06-01T09:53:00Z",
          "robotsStatus": 200,
          "bots": {
           "GPTBot": "blocked",
           "ClaudeBot": "blocked",
           "CCBot": "blocked",
           "PerplexityBot": "partial"
          },
          "hasLlmsTxt": false,
          "hasAiTxt": false,
          "llmsTxtBytes": null
         }
        ],
        "stats": {
         "domainsWithData": 300,
         "botBlockedPct": {
          "ClaudeBot": 69,
          "GPTBot": 62
         },
         "botAllowedPct": {
          "ClaudeBot": 28,
          "GPTBot": 35
         },
         "llmsTxtAdoptionPct": 11,
         "aiTxtAdoptionPct": 3,
         "bySector": {
          "publishing": {
           "domains": 35,
           "llmsTxt": 2
          }
         }
        },
        "source_attribution": "TensorFeed AI Crawler Access Map. Daily rolling crawl of curated domains, parsing public robots.txt, llms.txt, and ai.txt. We report stated policy, not enforcement."
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "AI Crawler Access Map, Full Dataset",
    "description": "AI Crawler Access Map, full dataset. One paid call returns every tracked domain with its per-bot robots.txt verdict (allowed, blocked, partial, or unknown) across the tracked AI bots (GPTBot, ClaudeBot, PerplexityBot, CCBot, Google-Extended, and more), plus llms.txt and ai.txt presence flags, sector rollups, and aggregate blocked/allowed percentages. Built by parsing each domain public robots.txt, llms.txt, and ai.txt on a daily rolling crawl. We report stated policy, not enforcement.",
    "tier": 1,
    "credits": 1,
    "category": "ai-crawler-access"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-01T09:53:00Z",
        "domains": [
         {
          "domain": "nytimes.com",
          "sector": "publishing",
          "checkedAt": "2026-06-01T09:53:00Z",
          "robotsStatus": 200,
          "bots": {
           "GPTBot": "blocked",
           "ClaudeBot": "blocked",
           "CCBot": "blocked",
           "PerplexityBot": "partial"
          },
          "hasLlmsTxt": false,
          "hasAiTxt": false,
          "llmsTxtBytes": null
         }
        ],
        "stats": {
         "domainsWithData": 300,
         "botBlockedPct": {
          "ClaudeBot": 69,
          "GPTBot": 62
         },
         "botAllowedPct": {
          "ClaudeBot": 28,
          "GPTBot": 35
         },
         "llmsTxtAdoptionPct": 11,
         "aiTxtAdoptionPct": 3,
         "bySector": {
          "publishing": {
           "domains": 35,
           "llmsTxt": 2
          }
         }
        },
        "source_attribution": "TensorFeed AI Crawler Access Map. Daily rolling crawl of curated domains, parsing public robots.txt, llms.txt, and ai.txt. We report stated policy, not enforcement."
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "additionalProperties": false
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-crawler-access/changes",
    "description": "AI Crawler Access Map, change history. One paid call returns the flip log over a date range: when a tracked domain changed a bot from allowed to blocked (or back), or first published or removed llms.txt or ai.txt. Each entry is domain, field (a bot name or llms.txt or ai.txt), from, to, and at. Required params from and to (YYYY-MM-DD); optional domain to scope to one site. We report stated policy, not enforcement.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-05-01",
        "to": "2026-06-01",
        "domain": "nytimes.com"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-01T09:53:00Z",
        "domain": "nytimes.com",
        "from": "2026-05-01",
        "to": "2026-06-01",
        "changes": [
         {
          "domain": "nytimes.com",
          "field": "PerplexityBot",
          "from": "allowed",
          "to": "blocked",
          "at": "2026-05-18T09:53:00Z"
         },
         {
          "domain": "nytimes.com",
          "field": "llms.txt",
          "from": "absent",
          "to": "present",
          "at": "2026-05-24T09:53:00Z"
         }
        ],
        "has_data": true,
        "source_attribution": "TensorFeed AI Crawler Access Map. Daily rolling crawl of curated domains, parsing public robots.txt, llms.txt, and ai.txt. We report stated policy, not enforcement."
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "AI Crawler Access Map, Changes",
    "description": "AI Crawler Access Map, change history. One paid call returns the flip log over a date range: when a tracked domain changed a bot from allowed to blocked (or back), or first published or removed llms.txt or ai.txt. Each entry is domain, field (a bot name or llms.txt or ai.txt), from, to, and at. Required params from and to (YYYY-MM-DD); optional domain to scope to one site. We report stated policy, not enforcement.",
    "tier": 1,
    "credits": 1,
    "category": "ai-crawler-access"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-05-01",
        "to": "2026-06-01",
        "domain": "nytimes.com"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-01T09:53:00Z",
        "domain": "nytimes.com",
        "from": "2026-05-01",
        "to": "2026-06-01",
        "changes": [
         {
          "domain": "nytimes.com",
          "field": "PerplexityBot",
          "from": "allowed",
          "to": "blocked",
          "at": "2026-05-18T09:53:00Z"
         },
         {
          "domain": "nytimes.com",
          "field": "llms.txt",
          "from": "absent",
          "to": "present",
          "at": "2026-05-24T09:53:00Z"
         }
        ],
        "has_data": true,
        "source_attribution": "TensorFeed AI Crawler Access Map. Daily rolling crawl of curated domains, parsing public robots.txt, llms.txt, and ai.txt. We report stated policy, not enforcement."
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Start date YYYY-MM-DD. Required. Inclusive lower bound of the change window."
           },
           "to": {
            "type": "string",
            "description": "End date YYYY-MM-DD. Required. Inclusive upper bound of the change window."
           },
           "domain": {
            "type": "string",
            "description": "Optional domain to scope the flip log to one site. Omit to scan all tracked domains."
           }
          },
          "required": [
           "from",
           "to"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/agent-ready/full",
    "description": "Agent-Ready Web Map, full dataset. One paid call returns every profiled domain with a transparent 0 to 100 agent-readiness score, a tier (closed, emerging, ready, or advanced), and which agent surfaces the site exposes: x402 manifest, agent.json, openapi, llms.txt, AI-bot-crawlable robots policy, and ai.txt. Score weights are published: x402 +25, agent.json +20, openapi +20, llms.txt +15, crawlable +15, ai.txt +5. Derived from the daily crawler-access crawl. We report stated, published surfaces, not enforcement.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-01T09:53:00Z",
        "domains": [
         {
          "domain": "stripe.com",
          "sector": "payments",
          "readiness": {
           "score": 95,
           "tier": "advanced",
           "surfaces": {
            "x402": true,
            "agentJson": true,
            "openapi": true,
            "llmsTxt": true,
            "crawlable": true,
            "aiTxt": false
           }
          }
         }
        ],
        "source_attribution": "TensorFeed Agent-Ready Web Map. Derived from the daily crawler-access crawl of curated domains. Scores agent readiness from public surfaces (x402, agent.json, openapi, llms.txt, robots policy, ai.txt). We report stated, published surfaces, not enforcement."
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "Agent-Ready Web Map, Full Dataset",
    "description": "Agent-Ready Web Map, full dataset. One paid call returns every profiled domain with a transparent 0 to 100 agent-readiness score, a tier (closed, emerging, ready, or advanced), and which agent surfaces the site exposes: x402 manifest, agent.json, openapi, llms.txt, AI-bot-crawlable robots policy, and ai.txt. Score weights are published: x402 +25, agent.json +20, openapi +20, llms.txt +15, crawlable +15, ai.txt +5. Derived from the daily crawler-access crawl. We report stated, published surfaces, not enforcement.",
    "tier": 1,
    "credits": 1,
    "category": "agent-ready"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-01T09:53:00Z",
        "domains": [
         {
          "domain": "stripe.com",
          "sector": "payments",
          "readiness": {
           "score": 95,
           "tier": "advanced",
           "surfaces": {
            "x402": true,
            "agentJson": true,
            "openapi": true,
            "llmsTxt": true,
            "crawlable": true,
            "aiTxt": false
           }
          }
         }
        ],
        "source_attribution": "TensorFeed Agent-Ready Web Map. Derived from the daily crawler-access crawl of curated domains. Scores agent readiness from public surfaces (x402, agent.json, openapi, llms.txt, robots policy, ai.txt). We report stated, published surfaces, not enforcement."
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "additionalProperties": false
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/hf-leaderboard/movers",
    "description": "Hugging Face Open LLM Leaderboard v2 movers. One paid call diffs the latest captured snapshot against one window days earlier (default 7) and returns what moved: rank climbers and fallers, average and per-benchmark score deltas, models entered and exited, new per-benchmark leaders, and license changes. Derived from TensorFeed dated snapshots; the live board shows only today.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "window": 7
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-03",
        "from_date": "2026-05-27",
        "to_date": "2026-06-03",
        "window_days": 7,
        "has_data": true,
        "rank_climbers": [
         {
          "model_id": "org/model-a",
          "from_rank": 12,
          "to_rank": 5,
          "rank_change": 7,
          "from_average": 41.2,
          "to_average": 43.8,
          "average_change": 2.6
         }
        ],
        "new_leaders": [
         {
          "benchmark": "math_lvl_5",
          "model_id": "org/model-a",
          "score": 38.4,
          "prev_leader": "org/model-b",
          "prev_score": 37.1
         }
        ],
        "source_attribution": "TensorFeed premium derivation over its own dated snapshots of the Hugging Face Open LLM Leaderboard v2 (CC-BY-SA 4.0)."
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "HF Leaderboard Movers",
    "description": "Hugging Face Open LLM Leaderboard v2 movers. One paid call diffs the latest captured snapshot against one window days earlier (default 7) and returns what moved: rank climbers and fallers, average and per-benchmark score deltas, models entered and exited, new per-benchmark leaders, and license changes. Derived from TensorFeed dated snapshots; the live board shows only today.",
    "tier": 1,
    "credits": 1,
    "category": "research"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "window": 7
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-03",
        "from_date": "2026-05-27",
        "to_date": "2026-06-03",
        "window_days": 7,
        "has_data": true,
        "rank_climbers": [
         {
          "model_id": "org/model-a",
          "from_rank": 12,
          "to_rank": 5,
          "rank_change": 7,
          "from_average": 41.2,
          "to_average": 43.8,
          "average_change": 2.6
         }
        ],
        "new_leaders": [
         {
          "benchmark": "math_lvl_5",
          "model_id": "org/model-a",
          "score": 38.4,
          "prev_leader": "org/model-b",
          "prev_score": 37.1
         }
        ],
        "source_attribution": "TensorFeed premium derivation over its own dated snapshots of the Hugging Face Open LLM Leaderboard v2 (CC-BY-SA 4.0)."
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "window": {
            "type": "integer"
           }
          },
          "additionalProperties": false
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-cves/ai-stack-cves",
    "description": "AI-stack CVE intelligence. Filters fresh security disclosures to vendors and products in the AI inference, agent framework, training, vector DB, model gateway, and MCP tool layers. Each paper carries a tf_ai_category tag and a severity_rank, sorted with exploited-in-wild and critical-severity first. 99.8% of underlying data is from GitHub Security Advisories (CC BY 4.0).",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260524-195226",
        "extracted_at": "2026-05-24T19:52:26Z",
        "total": 42,
        "papers": [
         {
          "cve_ids": [
           "CVE-2026-44580"
          ],
          "affected_products": [
           "Next.js"
          ],
          "affected_version_ranges": [],
          "fixed_versions": [
           "v15.5.16",
           "v16.2.5"
          ],
          "exploited_in_wild": "stated_yes",
          "severity_label": "high",
          "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h",
          "tf_ai_category": "agent-framework",
          "severity_rank": 3
         }
        ],
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "AI-stack CVE intelligence",
    "description": "AI-stack CVE intelligence. Filters fresh security disclosures to vendors and products in the AI inference, agent framework, training, vector DB, model gateway, and MCP tool layers. Each paper carries a tf_ai_category tag and a severity_rank, sorted with exploited-in-wild and critical-severity first. 99.8% of underlying data is from GitHub Security Advisories (CC BY 4.0).",
    "tier": 1,
    "credits": 1,
    "category": "ai-stack-cve-feed"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260524-195226",
        "extracted_at": "2026-05-24T19:52:26Z",
        "total": 42,
        "papers": [
         {
          "cve_ids": [
           "CVE-2026-44580"
          ],
          "affected_products": [
           "Next.js"
          ],
          "affected_version_ranges": [],
          "fixed_versions": [
           "v15.5.16",
           "v16.2.5"
          ],
          "exploited_in_wild": "stated_yes",
          "severity_label": "high",
          "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h",
          "tf_ai_category": "agent-framework",
          "severity_rank": 3
         }
        ],
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "additionalProperties": false
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-cves/exploited-in-wild",
    "description": "AI-stack CVEs actively exploited in the wild. Returns only the AI inference, agent-framework, training, vector DB, and model-gateway vulnerabilities flagged as exploited (stated_yes), ranked by severity, with affected products, fixed versions, and the source advisory. The \"which AI dependency is being weaponized right now and do I have a patch\" call. 99.8% GitHub Security Advisories (CC BY 4.0).",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260524-195226",
        "extracted_at": "2026-05-24T19:52:26Z",
        "total": 3,
        "papers": [
         {
          "cve_ids": [
           "CVE-2026-44580"
          ],
          "affected_products": [
           "Next.js"
          ],
          "affected_version_ranges": [],
          "fixed_versions": [
           "v15.5.16",
           "v16.2.5"
          ],
          "exploited_in_wild": "stated_yes",
          "severity_label": "high",
          "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h",
          "severity_rank": 3
         }
        ],
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "AI-stack CVEs exploited in wild",
    "description": "AI-stack CVEs actively exploited in the wild. Returns only the AI inference, agent-framework, training, vector DB, and model-gateway vulnerabilities flagged as exploited (stated_yes), ranked by severity, with affected products, fixed versions, and the source advisory. The \"which AI dependency is being weaponized right now and do I have a patch\" call. 99.8% GitHub Security Advisories (CC BY 4.0).",
    "tier": 1,
    "credits": 1,
    "category": "ai-stack-cve-exploited"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260524-195226",
        "extracted_at": "2026-05-24T19:52:26Z",
        "total": 3,
        "papers": [
         {
          "cve_ids": [
           "CVE-2026-44580"
          ],
          "affected_products": [
           "Next.js"
          ],
          "affected_version_ranges": [],
          "fixed_versions": [
           "v15.5.16",
           "v16.2.5"
          ],
          "exploited_in_wild": "stated_yes",
          "severity_label": "high",
          "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h",
          "severity_rank": 3
         }
        ],
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "additionalProperties": false
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-cves/cve",
    "description": "Single CVE lookup against the TensorFeed AI-CVE index. Pass id=CVE-YYYY-XXXXX, get the structured paper (affected products, version ranges, fixed versions, severity, exploitation status, source URL). Index spans the rolling 90-day retention window of TF ai-cves batches.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "id": "CVE-2026-44580"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "cve_id": "CVE-2026-44580",
        "found": true,
        "batch_id": "20260524-195226",
        "paper": {
         "cve_ids": [
          "CVE-2026-44580"
         ],
         "affected_products": [
          "Next.js"
         ],
         "affected_version_ranges": [],
         "fixed_versions": [
          "v15.5.16",
          "v16.2.5"
         ],
         "exploited_in_wild": "unstated",
         "severity_label": "high",
         "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h"
        },
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "AI-stack CVE record lookup",
    "description": "Single CVE lookup against the TensorFeed AI-CVE index. Pass id=CVE-YYYY-XXXXX, get the structured paper (affected products, version ranges, fixed versions, severity, exploitation status, source URL). Index spans the rolling 90-day retention window of TF ai-cves batches.",
    "tier": 1,
    "credits": 1,
    "category": "ai-stack-cve-lookup"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "id": "CVE-2026-44580"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "cve_id": "CVE-2026-44580",
        "found": true,
        "batch_id": "20260524-195226",
        "paper": {
         "cve_ids": [
          "CVE-2026-44580"
         ],
         "affected_products": [
          "Next.js"
         ],
         "affected_version_ranges": [],
         "fixed_versions": [
          "v15.5.16",
          "v16.2.5"
         ],
         "exploited_in_wild": "unstated",
         "severity_label": "high",
         "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h"
        },
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-cves/batch",
    "description": "Multi-CVE lookup over the TensorFeed AI-CVE index. Pass ids=CVE-A,CVE-B,... (comma-separated, up to 10) and get one paper per id in a single call. Saves up to 10 round trips at the same 1-credit cost as a single lookup. Index spans the rolling 90-day retention window of TF ai-cves batches.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ids": "CVE-2026-44580,CVE-2026-12345"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "total_requested": 2,
        "total_found": 1,
        "results": [
         {
          "cve_id": "CVE-2026-44580",
          "found": true,
          "batch_id": "20260524-195226",
          "paper": {
           "cve_ids": [
            "CVE-2026-44580"
           ],
           "affected_products": [
            "Next.js"
           ],
           "affected_version_ranges": [],
           "fixed_versions": [
            "v15.5.16",
            "v16.2.5"
           ],
           "exploited_in_wild": "unstated",
           "severity_label": "high",
           "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h"
          }
         },
         {
          "cve_id": "CVE-2026-12345",
          "found": false,
          "batch_id": null,
          "paper": null
         }
        ],
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "AI-stack CVE batch lookup",
    "description": "Multi-CVE lookup over the TensorFeed AI-CVE index. Pass ids=CVE-A,CVE-B,... (comma-separated, up to 10) and get one paper per id in a single call. Saves up to 10 round trips at the same 1-credit cost as a single lookup. Index spans the rolling 90-day retention window of TF ai-cves batches.",
    "tier": 1,
    "credits": 1,
    "category": "ai-stack-cve-batch"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ids": "CVE-2026-44580,CVE-2026-12345"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "total_requested": 2,
        "total_found": 1,
        "results": [
         {
          "cve_id": "CVE-2026-44580",
          "found": true,
          "batch_id": "20260524-195226",
          "paper": {
           "cve_ids": [
            "CVE-2026-44580"
           ],
           "affected_products": [
            "Next.js"
           ],
           "affected_version_ranges": [],
           "fixed_versions": [
            "v15.5.16",
            "v16.2.5"
           ],
           "exploited_in_wild": "unstated",
           "severity_label": "high",
           "source_url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h"
          }
         },
         {
          "cve_id": "CVE-2026-12345",
          "found": false,
          "batch_id": null,
          "paper": null
         }
        ],
        "source_license": "CC BY 4.0",
        "source_attribution": "GitHub Advisory Database (github.com/advisories) + vendor advisories"
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "ids": {
            "type": "string",
            "description": "Comma-separated CVE ids in canonical CVE-YYYY-NNNNN form. Case-insensitive. Up to 10 per call."
           }
          },
          "required": [
           "ids"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/status/openai/incidents/triage",
    "description": "Per-provider incident triage scoped to OpenAI. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to OpenAI. The single-call lookup an agent makes when it needs to know whether OpenAI is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "openai",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "openai",
          "service": "API",
          "title": "Elevated latency on OpenAI inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "OpenAI inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "openai": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "OpenAI incident triage",
    "description": "Per-provider incident triage scoped to OpenAI. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to OpenAI. The single-call lookup an agent makes when it needs to know whether OpenAI is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "tier": 1,
    "credits": 1,
    "category": "status-incident-triage"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "openai",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "openai",
          "service": "API",
          "title": "Elevated latency on OpenAI inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "OpenAI inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "openai": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "impact": {
            "type": "string",
            "enum": [
             "informational",
             "minor",
             "major",
             "critical"
            ]
           },
           "recommended_action": {
            "type": "string",
            "enum": [
             "no_action",
             "monitor",
             "retry_later",
             "failover_now",
             "escalate"
            ]
           },
           "capability": {
            "type": "string",
            "enum": [
             "inference",
             "training",
             "embeddings",
             "console",
             "billing",
             "fine-tuning",
             "api-keys",
             "tooling"
            ]
           },
           "ongoing_only": {
            "type": "boolean",
            "description": "When true, exclude resolved incidents. Default false."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/status/anthropic/incidents/triage",
    "description": "Per-provider incident triage scoped to Anthropic. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to Anthropic. The single-call lookup an agent makes when it needs to know whether Anthropic is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "anthropic",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "anthropic",
          "service": "API",
          "title": "Elevated latency on Anthropic inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "Anthropic inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "anthropic": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Anthropic incident triage",
    "description": "Per-provider incident triage scoped to Anthropic. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to Anthropic. The single-call lookup an agent makes when it needs to know whether Anthropic is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "tier": 1,
    "credits": 1,
    "category": "status-incident-triage"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "anthropic",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "anthropic",
          "service": "API",
          "title": "Elevated latency on Anthropic inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "Anthropic inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "anthropic": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "impact": {
            "type": "string",
            "enum": [
             "informational",
             "minor",
             "major",
             "critical"
            ]
           },
           "recommended_action": {
            "type": "string",
            "enum": [
             "no_action",
             "monitor",
             "retry_later",
             "failover_now",
             "escalate"
            ]
           },
           "capability": {
            "type": "string",
            "enum": [
             "inference",
             "training",
             "embeddings",
             "console",
             "billing",
             "fine-tuning",
             "api-keys",
             "tooling"
            ]
           },
           "ongoing_only": {
            "type": "boolean",
            "description": "When true, exclude resolved incidents. Default false."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/status/google/incidents/triage",
    "description": "Per-provider incident triage scoped to Google. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to Google. The single-call lookup an agent makes when it needs to know whether Google is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "google",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "google",
          "service": "API",
          "title": "Elevated latency on Google inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "Google inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "google": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Google incident triage",
    "description": "Per-provider incident triage scoped to Google. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to Google. The single-call lookup an agent makes when it needs to know whether Google is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "tier": 1,
    "credits": 1,
    "category": "status-incident-triage"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "google",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "google",
          "service": "API",
          "title": "Elevated latency on Google inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "Google inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "google": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "impact": {
            "type": "string",
            "enum": [
             "informational",
             "minor",
             "major",
             "critical"
            ]
           },
           "recommended_action": {
            "type": "string",
            "enum": [
             "no_action",
             "monitor",
             "retry_later",
             "failover_now",
             "escalate"
            ]
           },
           "capability": {
            "type": "string",
            "enum": [
             "inference",
             "training",
             "embeddings",
             "console",
             "billing",
             "fine-tuning",
             "api-keys",
             "tooling"
            ]
           },
           "ongoing_only": {
            "type": "boolean",
            "description": "When true, exclude resolved incidents. Default false."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/status/aws/incidents/triage",
    "description": "Per-provider incident triage scoped to AWS. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to AWS. The single-call lookup an agent makes when it needs to know whether AWS is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "aws",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "aws",
          "service": "API",
          "title": "Elevated latency on AWS inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "AWS inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "aws": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "AWS incident triage",
    "description": "Per-provider incident triage scoped to AWS. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to AWS. The single-call lookup an agent makes when it needs to know whether AWS is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "tier": 1,
    "credits": 1,
    "category": "status-incident-triage"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "aws",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "aws",
          "service": "API",
          "title": "Elevated latency on AWS inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "AWS inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "aws": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "impact": {
            "type": "string",
            "enum": [
             "informational",
             "minor",
             "major",
             "critical"
            ]
           },
           "recommended_action": {
            "type": "string",
            "enum": [
             "no_action",
             "monitor",
             "retry_later",
             "failover_now",
             "escalate"
            ]
           },
           "capability": {
            "type": "string",
            "enum": [
             "inference",
             "training",
             "embeddings",
             "console",
             "billing",
             "fine-tuning",
             "api-keys",
             "tooling"
            ]
           },
           "ongoing_only": {
            "type": "boolean",
            "description": "When true, exclude resolved incidents. Default false."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/status/azure/incidents/triage",
    "description": "Per-provider incident triage scoped to Azure. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to Azure. The single-call lookup an agent makes when it needs to know whether Azure is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "azure",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "azure",
          "service": "API",
          "title": "Elevated latency on Azure inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "Azure inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "azure": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Azure incident triage",
    "description": "Per-provider incident triage scoped to Azure. Same Haiku 4.5 cohort + filters + rollups as /api/premium/status/incidents/triage, pre-scoped to Azure. The single-call lookup an agent makes when it needs to know whether Azure is currently affecting its workload and what to do about it. Optional filters: impact, recommended_action, capability, ongoing_only.",
    "tier": 1,
    "credits": 1,
    "category": "status-incident-triage"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ongoing_only": true,
        "impact": "major"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "snapshot_captured_at": "2026-05-26T08:15:00Z",
        "filter": {
         "provider": "azure",
         "impact": "major",
         "recommended_action": null,
         "capability": null,
         "ongoing_only": true
        },
        "cohort": {
         "incidents_considered": 14,
         "cards_in_snapshot": 12,
         "cards_filtered": 1,
         "ongoing_in_filtered": 1
        },
        "cards": [
         {
          "provider": "azure",
          "service": "API",
          "title": "Elevated latency on Azure inference endpoints",
          "severity": "major",
          "started_at": "2026-05-26T07:42:00Z",
          "ongoing": true,
          "triage_summary": "Azure inference layer showing 5% elevated latency on completion endpoints; other capabilities unaffected.",
          "impact_classification": "major",
          "affected_capabilities": [
           "inference"
          ],
          "recommended_action": "retry_later"
         }
        ],
        "summary": {
         "by_provider": {
          "azure": 1
         },
         "by_impact": {
          "informational": 0,
          "minor": 0,
          "major": 1,
          "critical": 0
         },
         "by_recommended_action": {
          "no_action": 0,
          "monitor": 0,
          "retry_later": 1,
          "failover_now": 0,
          "escalate": 0
         },
         "cards_with_failover_action": 0
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "impact": {
            "type": "string",
            "enum": [
             "informational",
             "minor",
             "major",
             "critical"
            ]
           },
           "recommended_action": {
            "type": "string",
            "enum": [
             "no_action",
             "monitor",
             "retry_later",
             "failover_now",
             "escalate"
            ]
           },
           "capability": {
            "type": "string",
            "enum": [
             "inference",
             "training",
             "embeddings",
             "console",
             "billing",
             "fine-tuning",
             "api-keys",
             "tooling"
            ]
           },
           "ongoing_only": {
            "type": "boolean",
            "description": "When true, exclude resolved incidents. Default false."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/sec/filings/ai-flagged",
    "description": "AI-flagged SEC filings cohort. The Qwen-extracted AI mentions (capex, revenue, partnerships, chip vendors, new products, workforce changes, key quotes) from every recent SEC filing across the 14 AI bellwether companies (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Optional filters: ticker, form (10-K, 10-Q, 8-K), since (YYYY-MM-DD), min_score (0-100). The single-call lookup an agent makes to track AI capex, partnership flow, and chip dependencies across the public-market AI ecosystem.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ticker": "NVDA",
        "form": "10-K",
        "min_score": 70
       }
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260526-0000Z",
        "extracted_at": "2026-05-26T00:00:00Z",
        "filter": {
         "ticker": "NVDA",
         "form": "10-K",
         "since": null,
         "min_score": 70
        },
        "cohort": {
         "total_in_snapshot": 142,
         "total_after_filter": 3
        },
        "filings": [
         {
          "accession_number": "0001045810-25-000123",
          "cik": "0001045810",
          "ticker": "NVDA",
          "company_name": "NVIDIA",
          "form": "10-K",
          "filing_date": "2025-12-12",
          "ai_relevant": true,
          "ai_relevance_score": 95,
          "ai_keyword_hits": [
           "artificial intelligence",
           "AI factory",
           "H100",
           "GPU"
          ],
          "ai_capex_mentions": [],
          "ai_revenue_mentions": [],
          "ai_partnership_mentions": [
           {
            "partner_name": "Foxconn",
            "relationship_type": "joint_venture",
            "context": "multi-year strategic collaboration to build AI factories powered by NVIDIA H100 and H200 GPUs"
           }
          ],
          "ai_chip_mentions": [
           {
            "vendor": "nvidia",
            "chip_or_product": "H100",
            "context": "powered by NVIDIA H100 and H200 GPUs"
           }
          ],
          "new_ai_products_announced": [],
          "ai_workforce_changes": [],
          "key_quotes": [
           {
            "quote": "AI factories are the foundation of every nation intelligence infrastructure",
            "section": "Item 7.01"
           }
          ],
          "extracted_by": "qwen-3.6-27b",
          "extracted_at": "2026-05-26T00:00:00Z"
         }
        ],
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Qwen 3.6 27B verbatim extraction + deterministic normalize"
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "AI-flagged SEC filings",
    "description": "AI-flagged SEC filings cohort. The Qwen-extracted AI mentions (capex, revenue, partnerships, chip vendors, new products, workforce changes, key quotes) from every recent SEC filing across the 14 AI bellwether companies (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Optional filters: ticker, form (10-K, 10-Q, 8-K), since (YYYY-MM-DD), min_score (0-100). The single-call lookup an agent makes to track AI capex, partnership flow, and chip dependencies across the public-market AI ecosystem.",
    "tier": 1,
    "credits": 1,
    "category": "sec-ai-filings"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "ticker": "NVDA",
        "form": "10-K",
        "min_score": 70
       }
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260526-0000Z",
        "extracted_at": "2026-05-26T00:00:00Z",
        "filter": {
         "ticker": "NVDA",
         "form": "10-K",
         "since": null,
         "min_score": 70
        },
        "cohort": {
         "total_in_snapshot": 142,
         "total_after_filter": 3
        },
        "filings": [
         {
          "accession_number": "0001045810-25-000123",
          "cik": "0001045810",
          "ticker": "NVDA",
          "company_name": "NVIDIA",
          "form": "10-K",
          "filing_date": "2025-12-12",
          "ai_relevant": true,
          "ai_relevance_score": 95,
          "ai_keyword_hits": [
           "artificial intelligence",
           "AI factory",
           "H100",
           "GPU"
          ],
          "ai_capex_mentions": [],
          "ai_revenue_mentions": [],
          "ai_partnership_mentions": [
           {
            "partner_name": "Foxconn",
            "relationship_type": "joint_venture",
            "context": "multi-year strategic collaboration to build AI factories powered by NVIDIA H100 and H200 GPUs"
           }
          ],
          "ai_chip_mentions": [
           {
            "vendor": "nvidia",
            "chip_or_product": "H100",
            "context": "powered by NVIDIA H100 and H200 GPUs"
           }
          ],
          "new_ai_products_announced": [],
          "ai_workforce_changes": [],
          "key_quotes": [
           {
            "quote": "AI factories are the foundation of every nation intelligence infrastructure",
            "section": "Item 7.01"
           }
          ],
          "extracted_by": "qwen-3.6-27b",
          "extracted_at": "2026-05-26T00:00:00Z"
         }
        ],
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Qwen 3.6 27B verbatim extraction + deterministic normalize"
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "ticker": {
            "type": "string",
            "description": "AI bellwether ticker (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Case-insensitive."
           },
           "form": {
            "type": "string",
            "description": "SEC form type (10-K, 10-Q, 8-K, S-1, DEF 14A, etc). Case-insensitive."
           },
           "since": {
            "type": "string",
            "description": "Inclusive lower bound on filing_date as YYYY-MM-DD."
           },
           "min_score": {
            "type": "integer",
            "minimum": 0,
            "maximum": 100,
            "description": "Inclusive lower bound on ai_relevance_score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/sec/filings/by-form",
    "description": "Form-type rollup over the AI-flagged SEC filings cohort. Pass form=10-K (or 8-K, 10-Q, S-1, DEF 14A) to get per-form aggregate stats (total filings, ai_relevant_count, avg score, total capex/revenue/partnership/chip mentions) plus the top 3 AI-relevant filings for that form type. The \"is the 10-K cohort heating up on AI capex disclosures\" question in one call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "form": "10-K"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260526-0000Z",
        "extracted_at": "2026-05-26T00:00:00Z",
        "filter": {
         "ticker": null,
         "form": "10-K"
        },
        "by_form": [
         {
          "form": "10-K",
          "total_filings": 14,
          "ai_relevant_count": 12,
          "avg_ai_relevance_score": 78.5,
          "total_capex_mentions": 22,
          "total_revenue_mentions": 14,
          "total_partnership_mentions": 31,
          "total_chip_mentions": 47,
          "top_filings": []
         }
        ],
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Qwen 3.6 27B verbatim extraction + deterministic normalize"
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "AI filings by form type",
    "description": "Form-type rollup over the AI-flagged SEC filings cohort. Pass form=10-K (or 8-K, 10-Q, S-1, DEF 14A) to get per-form aggregate stats (total filings, ai_relevant_count, avg score, total capex/revenue/partnership/chip mentions) plus the top 3 AI-relevant filings for that form type. The \"is the 10-K cohort heating up on AI capex disclosures\" question in one call.",
    "tier": 1,
    "credits": 1,
    "category": "sec-ai-filings-by-form"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "form": "10-K"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "batch_id": "20260526-0000Z",
        "extracted_at": "2026-05-26T00:00:00Z",
        "filter": {
         "ticker": null,
         "form": "10-K"
        },
        "by_form": [
         {
          "form": "10-K",
          "total_filings": 14,
          "ai_relevant_count": 12,
          "avg_ai_relevance_score": 78.5,
          "total_capex_mentions": 22,
          "total_revenue_mentions": 14,
          "total_partnership_mentions": 31,
          "total_chip_mentions": 47,
          "top_filings": []
         }
        ],
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Qwen 3.6 27B verbatim extraction + deterministic normalize"
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "form": {
            "type": "string",
            "description": "SEC form type (10-K, 10-Q, 8-K, S-1, DEF 14A, etc). Case-insensitive."
           },
           "ticker": {
            "type": "string",
            "description": "Optional AI bellwether ticker filter."
           }
          },
          "required": [
           "form"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/providers/:name",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "100000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Provider deep-dive",
    "description": "Per-provider digest. Pass the provider slug (anthropic, openai, google, etc.) as the URL path segment. Returns the model catalog scoped to that provider plus current pricing matrix, status incidents, and reliability summary. The single-call lookup an agent makes when it needs everything about a specific provider.",
    "tier": 1,
    "credits": 5,
    "category": "ai-provider-digest"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "name": "anthropic"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "models": [
         {
          "id": "claude-opus-4-7",
          "input_price": 14,
          "output_price": 70
         }
        ],
        "status": {
         "operational": true,
         "incidents_24h": 0
        },
        "reliability_30d": {
         "uptime_pct": 99.94,
         "p95_latency_ms": 820
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "description": "Provider slug (anthropic, openai, google, mistral, cohere, etc.). Case-insensitive."
           }
          },
          "required": [
           "name"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/providers/:name"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/cve/:id",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "CVE record (LLM-ready)",
    "description": "LLM-ready CVE record. Around 80 percent token reduction versus raw MITRE v5.2, with derived severity_band, deduped CWEs, flat affected_products list, and the top 5 references. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-mitre"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "mitre_cve_v5_2",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "severity_band": "critical",
        "cwes": [
         "CWE-506"
        ],
        "affected_products": [
         "xz-utils"
        ],
        "references_top_5": [
         "https://nvd.nist.gov/vuln/detail/CVE-2024-3094"
        ],
        "attribution": {
         "source": "MITRE CVE List v5.2",
         "license": "Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form. Case-insensitive."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/cve/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/kev/:id",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "KEV entry (LLM-ready)",
    "description": "LLM-ready CISA KEV entry with normalized ransomware_use enum (known, unknown, not_used) and notes_urls extracted from the freeform notes field. Pass the CVE id as the URL path segment. Returns 404 with a hint if the CVE id is valid but not on the KEV catalog.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-kev"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "cisa_kev_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "cve_id": "CVE-2024-3094",
        "vendor": "xz",
        "product": "xz-utils",
        "ransomware_use": "unknown",
        "date_added": "2024-04-01",
        "notes_urls": [
         "https://www.cisa.gov/news-events/alerts/2024/03/29/"
        ],
        "attribution": {
         "source": "CISA Known Exploited Vulnerabilities Catalog",
         "license": "US Government public domain"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/kev/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/clean/epss/:id",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "series": false
       },
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "EPSS score (LLM-ready)",
    "description": "LLM-ready FIRST.org EPSS score with derived risk_band (none, low, moderate, elevated, high, critical). Pass the CVE id as the URL path segment. Optional series=true returns first/min/max summary instead of the full daily-score series.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-cleaner-epss"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       },
       "queryParams": {
        "series": false
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "source_format": "first_org_epss_v1",
        "target_format": "tensorfeed_llm_ready_v1",
        "included_series": false,
        "cve_id": "CVE-2024-3094",
        "epss": 0.9415,
        "percentile": 0.9981,
        "risk_band": "critical",
        "attribution": {
         "source": "FIRST.org EPSS v3",
         "license": "FIRST.org Terms of Use"
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "series": {
            "type": "boolean",
            "description": "true returns first/min/max summary; false (default) returns current score."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/clean/epss/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/verified/:id",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Cross-database CVE verified",
    "description": "Cross-database CVE verification. Composes MITRE CVE plus CISA KEV plus FIRST.org EPSS plus OSV.dev plus CISA Vulnrichment into one fact card with a confirmed_by array and corroboration_count. The single-call anti-hallucination lookup for security agents. Pass the CVE id as the URL path segment.",
    "tier": 1,
    "credits": 1,
    "category": "ai-cve-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "id": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "cve_id": "CVE-2024-3094",
        "corroboration_count": 5,
        "confirmed_by": [
         "mitre_cve",
         "cisa_kev",
         "first_org_epss",
         "osv_dev",
         "cisa_vulnrichment"
        ],
        "severity_consensus": "critical",
        "exploited_in_wild": true,
        "attribution": {
         "sources": [
          "MITRE CVE",
          "CISA KEV",
          "FIRST.org EPSS",
          "OSV.dev",
          "CISA Vulnrichment"
         ]
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "id": {
            "type": "string",
            "description": "CVE id in canonical CVE-YYYY-NNNNN form."
           }
          },
          "required": [
           "id"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/security/verified/:id"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-companies/:ticker",
    "description": "Per-ticker AI intelligence envelope. Pass an AI bellwether ticker (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA) as the URL path segment. Returns latest 10 SEC filings, latest 10 news mentions filtered by curated aliases, strategic and equity rounds where the company is a lead or notable investor, plus cohort metadata. One call replaces four free siblings (sec/filings, news, funding, cohort registry) plus the agent-side alias filter. Single captured-at timestamp, one freshness SLA across all four buckets.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "ticker": "NVDA"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-27T18:00:00Z",
        "ticker": "NVDA",
        "cohort_size": 14,
        "company": {
         "ticker": "NVDA",
         "cik": "0001045810",
         "display_name": "NVIDIA",
         "category": "silicon",
         "ai_angle": "The dominant supplier of AI training and inference GPUs.",
         "exchange": "NASDAQ"
        },
        "filings": {
         "count": 10,
         "items": [
          {
           "accession_number": "0001045810-26-000052",
           "form": "10-Q",
           "filing_date": "2026-05-20",
           "primary_doc_url": "https://www.sec.gov/Archives/edgar/data/1045810/..."
          }
         ],
         "source": "data.sec.gov/submissions",
         "license": "Public domain (17 USC 105). SEC EDGAR."
        },
        "news": {
         "count": 4,
         "items": [
          {
           "id": "abc123",
           "title": "NVIDIA announces Rubin successor at GTC",
           "url": "https://example.com/nvda-rubin",
           "source": "TechCrunch AI",
           "publishedAt": "2026-05-27T14:00:00Z",
           "matched_aliases": [
            "NVIDIA"
           ]
          }
         ],
         "aliases_used": [
          "NVIDIA",
          "Nvidia"
         ],
         "sanitization": "enabled"
        },
        "funding_as_investor": {
         "count": 0,
         "items": [],
         "description": "Strategic and equity rounds where this company is listed as a lead or notable investor in TensorFeed funding registry."
        },
        "attribution": {
         "sources": [
          "SEC EDGAR (data.sec.gov/submissions). Public domain (17 USC 105).",
          "TensorFeed.ai news aggregator (sanitized for agents).",
          "TensorFeed.ai funding registry (editorial)."
         ],
         "notes": "Envelope captured at one moment in time; filings refresh every 6 hours, news every 10 minutes. Freshness SLA: 9h."
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Per-ticker AI intelligence",
    "description": "Per-ticker AI intelligence envelope. Pass an AI bellwether ticker (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA) as the URL path segment. Returns latest 10 SEC filings, latest 10 news mentions filtered by curated aliases, strategic and equity rounds where the company is a lead or notable investor, plus cohort metadata. One call replaces four free siblings (sec/filings, news, funding, cohort registry) plus the agent-side alias filter. Single captured-at timestamp, one freshness SLA across all four buckets.",
    "tier": 1,
    "credits": 1,
    "category": "ai-company-intel"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "ticker": "NVDA"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-27T18:00:00Z",
        "ticker": "NVDA",
        "cohort_size": 14,
        "company": {
         "ticker": "NVDA",
         "cik": "0001045810",
         "display_name": "NVIDIA",
         "category": "silicon",
         "ai_angle": "The dominant supplier of AI training and inference GPUs.",
         "exchange": "NASDAQ"
        },
        "filings": {
         "count": 10,
         "items": [
          {
           "accession_number": "0001045810-26-000052",
           "form": "10-Q",
           "filing_date": "2026-05-20",
           "primary_doc_url": "https://www.sec.gov/Archives/edgar/data/1045810/..."
          }
         ],
         "source": "data.sec.gov/submissions",
         "license": "Public domain (17 USC 105). SEC EDGAR."
        },
        "news": {
         "count": 4,
         "items": [
          {
           "id": "abc123",
           "title": "NVIDIA announces Rubin successor at GTC",
           "url": "https://example.com/nvda-rubin",
           "source": "TechCrunch AI",
           "publishedAt": "2026-05-27T14:00:00Z",
           "matched_aliases": [
            "NVIDIA"
           ]
          }
         ],
         "aliases_used": [
          "NVIDIA",
          "Nvidia"
         ],
         "sanitization": "enabled"
        },
        "funding_as_investor": {
         "count": 0,
         "items": [],
         "description": "Strategic and equity rounds where this company is listed as a lead or notable investor in TensorFeed funding registry."
        },
        "attribution": {
         "sources": [
          "SEC EDGAR (data.sec.gov/submissions). Public domain (17 USC 105).",
          "TensorFeed.ai news aggregator (sanitized for agents).",
          "TensorFeed.ai funding registry (editorial)."
         ],
         "notes": "Envelope captured at one moment in time; filings refresh every 6 hours, news every 10 minutes. Freshness SLA: 9h."
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "ticker": {
            "type": "string",
            "description": "AI bellwether ticker (NVDA, AMD, AVGO, TSM, ARM, MSFT, GOOGL, AMZN, ORCL, PLTR, SMCI, AAPL, META, TSLA). Case-insensitive."
           }
          },
          "required": [
           "ticker"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/ai-companies/:ticker"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/ssvc-verdict",
    "description": "SSVC Decision Verdict. Should an agent patch this CVE now? Pass ?cve=CVE-2024-3094 and get the CISA SSVC Coordinator decision (Act, Attend, Track, or Track*) computed from CISA Vulnrichment, returned as the full low/medium/high Mission and Well-being envelope with a per-level reasoning trace and an AFTA-signed receipt. CISA records the three decision points but never the decision; this computes and signs it. US Government public domain.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "cve": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "cve": "CVE-2024-3094",
        "verdict_kind": "ssvc_decision",
        "decision_points": {
         "exploitation": "none",
         "automatable": "yes",
         "technical_impact": "total"
        },
        "decision_primary": "Track",
        "decision_envelope": {
         "low": "Track",
         "medium": "Track",
         "high": "Attend"
        },
        "tree": {
         "name": "CISA SSVC Coordinator",
         "version": "2.0.3",
         "source_url": "https://github.com/CERTCC/SSVC/blob/main/docs/ssvc-calc/CISA-Coordinator.json"
        },
        "scored_at": "2024-04-02T04:00:23.138684Z",
        "source": {
         "record": "/api/security/vulnrichment/CVE-2024-3094",
         "publisher": "CISA Vulnrichment",
         "license": "US Government public domain (17 USC 105)"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        },
        "kev_cross_check": {
         "checked": true,
         "kev_listed": true,
         "flag": "exploitation_understated",
         "recorded_exploitation": "none",
         "implied_exploitation": "active",
         "kev_date_added": "2024-03-29",
         "kev_catalog_date": "2026-06-03",
         "adjusted_primary": "Act",
         "adjusted_envelope": {
          "low": "Attend",
          "medium": "Act",
          "high": "Act"
         }
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "SSVC decision verdict",
    "description": "SSVC Decision Verdict. Should an agent patch this CVE now? Pass ?cve=CVE-2024-3094 and get the CISA SSVC Coordinator decision (Act, Attend, Track, or Track*) computed from CISA Vulnrichment, returned as the full low/medium/high Mission and Well-being envelope with a per-level reasoning trace and an AFTA-signed receipt. CISA records the three decision points but never the decision; this computes and signs it. US Government public domain.",
    "tier": 1,
    "credits": 1,
    "category": "ai-ssvc-verdict"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "cve": "CVE-2024-3094"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "cve": "CVE-2024-3094",
        "verdict_kind": "ssvc_decision",
        "decision_points": {
         "exploitation": "none",
         "automatable": "yes",
         "technical_impact": "total"
        },
        "decision_primary": "Track",
        "decision_envelope": {
         "low": "Track",
         "medium": "Track",
         "high": "Attend"
        },
        "tree": {
         "name": "CISA SSVC Coordinator",
         "version": "2.0.3",
         "source_url": "https://github.com/CERTCC/SSVC/blob/main/docs/ssvc-calc/CISA-Coordinator.json"
        },
        "scored_at": "2024-04-02T04:00:23.138684Z",
        "source": {
         "record": "/api/security/vulnrichment/CVE-2024-3094",
         "publisher": "CISA Vulnrichment",
         "license": "US Government public domain (17 USC 105)"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        },
        "kev_cross_check": {
         "checked": true,
         "kev_listed": true,
         "flag": "exploitation_understated",
         "recorded_exploitation": "none",
         "implied_exploitation": "active",
         "kev_date_added": "2024-03-29",
         "kev_catalog_date": "2026-06-03",
         "adjusted_primary": "Act",
         "adjusted_envelope": {
          "low": "Attend",
          "medium": "Act",
          "high": "Act"
         }
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "cve": {
            "type": "string",
            "description": "A CVE id in CVE-YYYY-NNNNN form (e.g. CVE-2024-3094). One per call. The CVE must have a CISA Vulnrichment SSVC record."
           }
          },
          "required": [
           "cve"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      }
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/package-verdict",
    "description": "AI package safety verdict. Should an agent install this package? Pass ?package=langchain&ecosystem=PyPI (npm also supported) and get a single GO, REVIEW, or BLOCK ruling fusing the known-malicious IOC list, the OSV advisory snapshot of curated AI/ML packages, the GHSA AI-relevant advisory firehose, and release cadence, with an AFTA-signed receipt. BLOCK on known-malicious, REVIEW on open critical or high advisories, GO when covered and clean. A package outside TensorFeed AI/ML coverage is no-charge, never a false GO.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "package": "langchain",
        "ecosystem": "PyPI",
        "version": "0.2.0"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "package_safety",
        "package": "langchain",
        "ecosystem": "PyPI",
        "version": "0.2.0",
        "verdict": "REVIEW",
        "risk_score": 39,
        "risk_band": "hot",
        "reasons": [
         {
          "signal": "osv",
          "severity": "high",
          "detail": "OSV risk_band is hot (risk_score 39): 1 critical and 2 high advisories in the last 90 days.",
          "source_url": "https://osv.dev/vulnerability/GHSA-xxxx-xxxx-xxxx"
         }
        ],
        "coverage_sources": [
         "osv",
         "release"
        ],
        "recommendation": "Review before installing langchain. There are open advisories; pin to a patched version where a first_patched_version is listed.",
        "captured_at": "2026-06-06T05:45:00Z",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Package safety verdict",
    "description": "AI package safety verdict. Should an agent install this package? Pass ?package=langchain&ecosystem=PyPI (npm also supported) and get a single GO, REVIEW, or BLOCK ruling fusing the known-malicious IOC list, the OSV advisory snapshot of curated AI/ML packages, the GHSA AI-relevant advisory firehose, and release cadence, with an AFTA-signed receipt. BLOCK on known-malicious, REVIEW on open critical or high advisories, GO when covered and clean. A package outside TensorFeed AI/ML coverage is no-charge, never a false GO.",
    "tier": 1,
    "credits": 1,
    "category": "ai-package-safety-verdict"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "package": "langchain",
        "ecosystem": "PyPI",
        "version": "0.2.0"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "package_safety",
        "package": "langchain",
        "ecosystem": "PyPI",
        "version": "0.2.0",
        "verdict": "REVIEW",
        "risk_score": 39,
        "risk_band": "hot",
        "reasons": [
         {
          "signal": "osv",
          "severity": "high",
          "detail": "OSV risk_band is hot (risk_score 39): 1 critical and 2 high advisories in the last 90 days.",
          "source_url": "https://osv.dev/vulnerability/GHSA-xxxx-xxxx-xxxx"
         }
        ],
        "coverage_sources": [
         "osv",
         "release"
        ],
        "recommendation": "Review before installing langchain. There are open advisories; pin to a patched version where a first_patched_version is listed.",
        "captured_at": "2026-06-06T05:45:00Z",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "package": {
            "type": "string",
            "description": "Package name to evaluate (e.g. langchain). Required."
           },
           "ecosystem": {
            "type": "string",
            "enum": [
             "PyPI",
             "npm",
             "pip"
            ],
            "description": "Package registry. pip is accepted as PyPI. Required."
           },
           "version": {
            "type": "string",
            "description": "Optional version under consideration. Echoed; advisory ranges are surfaced for your comparison."
           }
          },
          "required": [
           "package",
           "ecosystem"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/resilience/concentration-verdict",
    "description": "Dependency concentration verdict. How exposed is your AI stack to a single point of failure? Pass ?providers=openai,anthropic,google (comma-separated, aliases like claude, gpt, gemini, bedrock, azure accepted) and get a RESILIENT, EXPOSED, or CRITICAL ruling fusing TensorFeed measured reliability with live provider status: which providers are impaired right now, your weakest link, and the most dependable provider to add for redundancy, with an AFTA-signed receipt. No-charge when none of your providers are tracked.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "providers": "openai,anthropic,google"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "dependency_concentration",
        "verdict": "EXPOSED",
        "provider_count": 3,
        "single_point_of_failure": false,
        "providers": [
         {
          "input": "openai",
          "provider": "OpenAI",
          "reliability_score": 0.98,
          "reliability_rank": 1,
          "measured": true,
          "current_status": "operational"
         },
         {
          "input": "anthropic",
          "provider": "Anthropic",
          "reliability_score": 0.97,
          "reliability_rank": 2,
          "measured": true,
          "current_status": "degraded"
         },
         {
          "input": "google",
          "provider": "Google",
          "reliability_score": 0.95,
          "reliability_rank": 3,
          "measured": true,
          "current_status": "operational"
         }
        ],
        "unrecognized": [],
        "currently_impaired": [
         "Anthropic"
        ],
        "weakest_link": {
         "input": "anthropic",
         "provider": "Anthropic",
         "reliability_score": 0.97,
         "reliability_rank": 2,
         "measured": true,
         "current_status": "degraded"
        },
        "diversification": {
         "suggested": [
          {
           "provider": "AWS",
           "reliability_score": 0.96,
           "rank": 4
          }
         ],
         "note": "Highest-reliability tracked providers you are not already using, by measured dependability."
        },
        "recommendation": "Exposed: Anthropic impaired right now. Keep a healthy fallback ready and consider adding AWS.",
        "captured_at": "2026-06-06T12:00:00Z",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Dependency concentration verdict",
    "description": "Dependency concentration verdict. How exposed is your AI stack to a single point of failure? Pass ?providers=openai,anthropic,google (comma-separated, aliases like claude, gpt, gemini, bedrock, azure accepted) and get a RESILIENT, EXPOSED, or CRITICAL ruling fusing TensorFeed measured reliability with live provider status: which providers are impaired right now, your weakest link, and the most dependable provider to add for redundancy, with an AFTA-signed receipt. No-charge when none of your providers are tracked.",
    "tier": 1,
    "credits": 1,
    "category": "ai-dependency-concentration"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "providers": "openai,anthropic,google"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "dependency_concentration",
        "verdict": "EXPOSED",
        "provider_count": 3,
        "single_point_of_failure": false,
        "providers": [
         {
          "input": "openai",
          "provider": "OpenAI",
          "reliability_score": 0.98,
          "reliability_rank": 1,
          "measured": true,
          "current_status": "operational"
         },
         {
          "input": "anthropic",
          "provider": "Anthropic",
          "reliability_score": 0.97,
          "reliability_rank": 2,
          "measured": true,
          "current_status": "degraded"
         },
         {
          "input": "google",
          "provider": "Google",
          "reliability_score": 0.95,
          "reliability_rank": 3,
          "measured": true,
          "current_status": "operational"
         }
        ],
        "unrecognized": [],
        "currently_impaired": [
         "Anthropic"
        ],
        "weakest_link": {
         "input": "anthropic",
         "provider": "Anthropic",
         "reliability_score": 0.97,
         "reliability_rank": 2,
         "measured": true,
         "current_status": "degraded"
        },
        "diversification": {
         "suggested": [
          {
           "provider": "AWS",
           "reliability_score": 0.96,
           "rank": 4
          }
         ],
         "note": "Highest-reliability tracked providers you are not already using, by measured dependability."
        },
        "recommendation": "Exposed: Anthropic impaired right now. Keep a healthy fallback ready and consider adding AWS.",
        "captured_at": "2026-06-06T12:00:00Z",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "providers": {
            "type": "string",
            "description": "Comma-separated AI providers you depend on (e.g. openai,anthropic,google). Aliases like claude, gpt, gemini, bedrock, azure accepted. Required."
           }
          },
          "required": [
           "providers"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/inference/cost-verdict",
    "description": "Inference cost verdict. Where should an agent run this open-weight model the cheapest? Pass ?model=llama-3.1-70b&monthly_tokens=100000000 (optionally current_provider=Together AI) and get the cheapest inference host, per-host projected monthly spend, throughput context, and the savings versus your current host, with an AFTA-signed receipt. Ranked by cost with throughput as the secondary signal. No-charge when the model is not in the matrix.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "llama-3.1-70b",
        "monthly_tokens": 100000000,
        "current_provider": "Together AI"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "inference_cost",
        "model": "Llama 3.1 70B",
        "model_id": "llama-3.1-70b",
        "family": "Meta",
        "cheapest": {
         "provider": "DeepInfra",
         "monthly_cost_usd": 37.5,
         "input_price_per_1m": 0.35,
         "output_price_per_1m": 0.4,
         "blended_price_per_1m": 0.375,
         "output_tps": 95,
         "context_window": 130000,
         "url": "https://deepinfra.com/pricing"
        },
        "current": {
         "provider": "Together AI",
         "monthly_cost_usd": 88
        },
        "savings": {
         "vs_current_usd": 50.5,
         "vs_current_pct": 57.4
        },
        "fastest": {
         "provider": "Groq",
         "output_tps": 250
        },
        "recommendation": "For Llama 3.1 70B at the stated volume, DeepInfra is the cheapest host at $37.5 per month. Switching from Together AI saves $50.5 per month (57.4 percent).",
        "matrix_last_updated": "2026-05-24",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Inference cost verdict",
    "description": "Inference cost verdict. Where should an agent run this open-weight model the cheapest? Pass ?model=llama-3.1-70b&monthly_tokens=100000000 (optionally current_provider=Together AI) and get the cheapest inference host, per-host projected monthly spend, throughput context, and the savings versus your current host, with an AFTA-signed receipt. Ranked by cost with throughput as the secondary signal. No-charge when the model is not in the matrix.",
    "tier": 1,
    "credits": 1,
    "category": "ai-inference-cost"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "llama-3.1-70b",
        "monthly_tokens": 100000000,
        "current_provider": "Together AI"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "inference_cost",
        "model": "Llama 3.1 70B",
        "model_id": "llama-3.1-70b",
        "family": "Meta",
        "cheapest": {
         "provider": "DeepInfra",
         "monthly_cost_usd": 37.5,
         "input_price_per_1m": 0.35,
         "output_price_per_1m": 0.4,
         "blended_price_per_1m": 0.375,
         "output_tps": 95,
         "context_window": 130000,
         "url": "https://deepinfra.com/pricing"
        },
        "current": {
         "provider": "Together AI",
         "monthly_cost_usd": 88
        },
        "savings": {
         "vs_current_usd": 50.5,
         "vs_current_pct": 57.4
        },
        "fastest": {
         "provider": "Groq",
         "output_tps": 250
        },
        "recommendation": "For Llama 3.1 70B at the stated volume, DeepInfra is the cheapest host at $37.5 per month. Switching from Together AI saves $50.5 per month (57.4 percent).",
        "matrix_last_updated": "2026-05-24",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "model": {
            "type": "string",
            "description": "Open-weight model id, e.g. llama-3.1-70b. Required."
           },
           "monthly_tokens": {
            "type": "number",
            "description": "Total monthly tokens (blended 50/50 input and output). Provide this or input_tokens plus output_tokens."
           },
           "input_tokens": {
            "type": "number",
            "description": "Monthly input tokens, for an exact split."
           },
           "output_tokens": {
            "type": "number",
            "description": "Monthly output tokens, for an exact split."
           },
           "current_provider": {
            "type": "string",
            "description": "Optional current host, for a savings comparison (e.g. Together AI)."
           }
          },
          "required": [
           "model"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/models/frontier",
    "description": "Model price-performance frontier. Which models can an agent rule out entirely? Pass ?task=code (or reasoning, creative, general) and get the Pareto-optimal set of models on a capability (contamination-discounted TFII subscore) versus blended-price plane, plus every dominated model flagged with the cheaper, at-least-as-capable model that dominates it, with an AFTA-signed receipt. A dominated model is never the rational pick.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "task": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "price_performance_frontier",
        "task": "code",
        "capability_metric": "TFII code subscore (0-100)",
        "price_metric": "blended USD per 1M tokens",
        "frontier": [
         {
          "model_id": "claude-opus-4-8",
          "name": "Claude Opus 4.8",
          "provider": "Anthropic",
          "capability": 92,
          "blended_price": 30,
          "input_price": 15,
          "output_price": 45,
          "low_coverage": false
         },
         {
          "model_id": "gpt-5-mini",
          "name": "GPT-5 mini",
          "provider": "OpenAI",
          "capability": 78,
          "blended_price": 1.2,
          "input_price": 0.4,
          "output_price": 2,
          "low_coverage": false
         }
        ],
        "dominated": [
         {
          "model_id": "legacy-model",
          "name": "Legacy Model",
          "provider": "Example",
          "capability": 70,
          "blended_price": 5,
          "input_price": 4,
          "output_price": 6,
          "low_coverage": false,
          "dominated_by": {
           "model_id": "gpt-5-mini",
           "name": "GPT-5 mini",
           "capability": 78,
           "blended_price": 1.2
          }
         }
        ],
        "counts": {
         "intelligence_models": 40,
         "priced": 36,
         "frontier": 6,
         "dominated": 30,
         "unpriced_skipped": 4
        },
        "as_of": "2026-06-06",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Price-performance frontier",
    "description": "Model price-performance frontier. Which models can an agent rule out entirely? Pass ?task=code (or reasoning, creative, general) and get the Pareto-optimal set of models on a capability (contamination-discounted TFII subscore) versus blended-price plane, plus every dominated model flagged with the cheaper, at-least-as-capable model that dominates it, with an AFTA-signed receipt. A dominated model is never the rational pick.",
    "tier": 1,
    "credits": 1,
    "category": "ai-price-performance-frontier"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "task": "code"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "price_performance_frontier",
        "task": "code",
        "capability_metric": "TFII code subscore (0-100)",
        "price_metric": "blended USD per 1M tokens",
        "frontier": [
         {
          "model_id": "claude-opus-4-8",
          "name": "Claude Opus 4.8",
          "provider": "Anthropic",
          "capability": 92,
          "blended_price": 30,
          "input_price": 15,
          "output_price": 45,
          "low_coverage": false
         },
         {
          "model_id": "gpt-5-mini",
          "name": "GPT-5 mini",
          "provider": "OpenAI",
          "capability": 78,
          "blended_price": 1.2,
          "input_price": 0.4,
          "output_price": 2,
          "low_coverage": false
         }
        ],
        "dominated": [
         {
          "model_id": "legacy-model",
          "name": "Legacy Model",
          "provider": "Example",
          "capability": 70,
          "blended_price": 5,
          "input_price": 4,
          "output_price": 6,
          "low_coverage": false,
          "dominated_by": {
           "model_id": "gpt-5-mini",
           "name": "GPT-5 mini",
           "capability": 78,
           "blended_price": 1.2
          }
         }
        ],
        "counts": {
         "intelligence_models": 40,
         "priced": 36,
         "frontier": 6,
         "dominated": 30,
         "unpriced_skipped": 4
        },
        "as_of": "2026-06-06",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "task": {
            "type": "string",
            "enum": [
             "code",
             "reasoning",
             "creative",
             "general"
            ],
            "description": "Capability axis: the TFII subscore for this task. Default general (the headline)."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/stack-drift-verdict",
    "description": "Stack drift verdict. What moved under your AI stack that could break you? Pass ?models=gpt-4o,claude-3-opus&packages=langchain,fastapi&protocols=mcp&since_days=14 and get a STABLE, WATCH, or ACTION_NEEDED ruling on deprecated or sunsetting models, breaking package major bumps, and agent-protocol spec bumps in the window, each classified by break-risk with a recommended action and an AFTA-signed receipt. At least one of models, packages, or protocols is required. No-charge when nothing in your stack is tracked.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "models": "gpt-4o,claude-3-opus",
        "packages": "langchain",
        "protocols": "mcp",
        "since_days": 14
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "stack_drift",
        "verdict": "ACTION_NEEDED",
        "window": {
         "since_days": 14,
         "from": "2026-05-23",
         "to": "2026-06-06"
        },
        "findings": [
         {
          "kind": "model",
          "subject": "claude-3-opus",
          "resolved": "Claude 3 Opus",
          "signal": "deprecated",
          "break_risk": "high",
          "detail": "Claude 3 Opus is deprecated, sunset 2026-07-21 (45 days).",
          "recommended_action": "Migrate to claude-opus-4-8.",
          "source_url": "https://www.anthropic.com",
          "at": "2026-07-21"
         }
        ],
        "counts": {
         "high": 1,
         "medium": 0,
         "low": 0,
         "info": 0,
         "total": 1,
         "assessed": 3
        },
        "unmatched": {
         "models": [],
         "packages": [],
         "protocols": []
        },
        "recommendation": "1 high-risk change(s) under your stack in the last 14 days. Act now: Claude 3 Opus is deprecated, sunset 2026-07-21 (45 days).",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Stack drift verdict",
    "description": "Stack drift verdict. What moved under your AI stack that could break you? Pass ?models=gpt-4o,claude-3-opus&packages=langchain,fastapi&protocols=mcp&since_days=14 and get a STABLE, WATCH, or ACTION_NEEDED ruling on deprecated or sunsetting models, breaking package major bumps, and agent-protocol spec bumps in the window, each classified by break-risk with a recommended action and an AFTA-signed receipt. At least one of models, packages, or protocols is required. No-charge when nothing in your stack is tracked.",
    "tier": 1,
    "credits": 1,
    "category": "ai-stack-drift"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "models": "gpt-4o,claude-3-opus",
        "packages": "langchain",
        "protocols": "mcp",
        "since_days": 14
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "stack_drift",
        "verdict": "ACTION_NEEDED",
        "window": {
         "since_days": 14,
         "from": "2026-05-23",
         "to": "2026-06-06"
        },
        "findings": [
         {
          "kind": "model",
          "subject": "claude-3-opus",
          "resolved": "Claude 3 Opus",
          "signal": "deprecated",
          "break_risk": "high",
          "detail": "Claude 3 Opus is deprecated, sunset 2026-07-21 (45 days).",
          "recommended_action": "Migrate to claude-opus-4-8.",
          "source_url": "https://www.anthropic.com",
          "at": "2026-07-21"
         }
        ],
        "counts": {
         "high": 1,
         "medium": 0,
         "low": 0,
         "info": 0,
         "total": 1,
         "assessed": 3
        },
        "unmatched": {
         "models": [],
         "packages": [],
         "protocols": []
        },
        "recommendation": "1 high-risk change(s) under your stack in the last 14 days. Act now: Claude 3 Opus is deprecated, sunset 2026-07-21 (45 days).",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "models": {
            "type": "string",
            "description": "Comma-separated model ids you depend on."
           },
           "packages": {
            "type": "string",
            "description": "Comma-separated PyPI or npm package names you depend on."
           },
           "protocols": {
            "type": "string",
            "description": "Comma-separated agent protocols you use (mcp, x402, a2a)."
           },
           "since_days": {
            "type": "number",
            "description": "Lookback window in days. Default 14, max 365."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/model-migration-verdict",
    "description": "Model migration verdict. Your model is sunsetting, what do you move to? Pass ?model=claude-3-opus (optionally deadline=2026-08-01) and get MIGRATE_NOW, MIGRATE_SOON, or NO_ACTION with the recommended successor, the blended-cost delta, the capability (TFII) delta, days until sunset, and a drop-in note, with an AFTA-signed receipt. No-charge when the model is in no TensorFeed source.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-3-opus",
        "deadline": "2026-08-01"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "model_migration",
        "verdict": "MIGRATE_NOW",
        "model": {
         "id": "claude-3-opus",
         "name": "Claude 3 Opus",
         "provider": "Anthropic",
         "cost_blended_per_1m": 30,
         "capability_tfii": 74
        },
        "deprecation": {
         "status": "deprecated",
         "sunset_date": "2026-07-21",
         "days_until_sunset": 45,
         "urgency_band": "within_60d"
        },
        "successor": {
         "id": "claude-opus-4-8",
         "name": "Claude Opus 4.8",
         "provider": "Anthropic",
         "cost_blended_per_1m": 30,
         "capability_tfii": 92
        },
        "deltas": {
         "cost_blended_per_1m": 0,
         "cost_pct": 0,
         "capability_tfii": 18
        },
        "drop_in": {
         "same_provider": true,
         "note": "Same provider, so the migration is likely an id swap with minor parameter changes."
        },
        "migration_chain": [
         "claude-opus-4-8"
        ],
        "deadline": {
         "date": "2026-08-01",
         "days_from_now": 56,
         "sunset_before_deadline": true
        },
        "recommendation": "Claude 3 Opus is deprecated, sunset 2026-07-21 (45 days). Migrate to Claude Opus 4.8. The successor is same blended cost, TFII up 18. Sunset lands before your stated deadline; pull the migration forward.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Model migration verdict",
    "description": "Model migration verdict. Your model is sunsetting, what do you move to? Pass ?model=claude-3-opus (optionally deadline=2026-08-01) and get MIGRATE_NOW, MIGRATE_SOON, or NO_ACTION with the recommended successor, the blended-cost delta, the capability (TFII) delta, days until sunset, and a drop-in note, with an AFTA-signed receipt. No-charge when the model is in no TensorFeed source.",
    "tier": 1,
    "credits": 1,
    "category": "ai-model-migration"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-3-opus",
        "deadline": "2026-08-01"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "model_migration",
        "verdict": "MIGRATE_NOW",
        "model": {
         "id": "claude-3-opus",
         "name": "Claude 3 Opus",
         "provider": "Anthropic",
         "cost_blended_per_1m": 30,
         "capability_tfii": 74
        },
        "deprecation": {
         "status": "deprecated",
         "sunset_date": "2026-07-21",
         "days_until_sunset": 45,
         "urgency_band": "within_60d"
        },
        "successor": {
         "id": "claude-opus-4-8",
         "name": "Claude Opus 4.8",
         "provider": "Anthropic",
         "cost_blended_per_1m": 30,
         "capability_tfii": 92
        },
        "deltas": {
         "cost_blended_per_1m": 0,
         "cost_pct": 0,
         "capability_tfii": 18
        },
        "drop_in": {
         "same_provider": true,
         "note": "Same provider, so the migration is likely an id swap with minor parameter changes."
        },
        "migration_chain": [
         "claude-opus-4-8"
        ],
        "deadline": {
         "date": "2026-08-01",
         "days_from_now": 56,
         "sunset_before_deadline": true
        },
        "recommendation": "Claude 3 Opus is deprecated, sunset 2026-07-21 (45 days). Migrate to Claude Opus 4.8. The successor is same blended cost, TFII up 18. Sunset lands before your stated deadline; pull the migration forward.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "model": {
            "type": "string",
            "description": "Model id you depend on, e.g. claude-3-opus. Required."
           },
           "deadline": {
            "type": "string",
            "description": "Optional YYYY-MM-DD migration deadline, reconciled against the sunset date."
           }
          },
          "required": [
           "model"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/news/decision-verified/search",
    "description": "Full-text search over TensorFeed signed verified-decision news clusters. One paid call returns matching story clusters ranked by corroboration, each with a verification tier (single through widely-reported), source count, source-diversity score, and the underlying articles. The agent-facing \"how broadly is this story confirmed\" search.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "q": "openai restructuring",
        "min_sources": 4
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "mode": "search",
        "query": {
         "q": "openai restructuring",
         "since": "2026-04-30",
         "until": null,
         "min_sources": 4,
         "limit": 25
        },
        "scanned_dates": 30,
        "total_clusters_scanned": 612,
        "matched": 3,
        "returned": 1,
        "results": [
         {
          "cluster_id": "c-2026-05-12-0007",
          "date": "2026-05-12",
          "claim_proxy": "OpenAI completes for-profit restructuring under nonprofit parent",
          "hero_url": "https://www.reuters.com/technology/openai-restructuring",
          "verification": {
           "tier": "broadly-verified",
           "source_count": 11,
           "article_count": 14,
           "source_diversity_score": 0.7857,
           "time_span_hours": 9.4,
           "first_seen_at": "2026-05-12T08:05:00Z",
           "last_seen_at": "2026-05-12T17:29:00Z",
           "corroboration_band": "broad"
          },
          "sources": [
           {
            "source": "Reuters",
            "article_count": 2,
            "first_published": null
           },
           {
            "source": "Bloomberg",
            "article_count": 1,
            "first_published": null
           }
          ],
          "articles": [
           {
            "id": "art-9f21",
            "title": "OpenAI completes for-profit restructuring under nonprofit parent",
            "url": "https://www.reuters.com/technology/openai-restructuring",
            "source": "Reuters",
            "publishedAt": "2026-05-12T08:05:00Z"
           }
          ]
         }
        ],
        "attribution": {
         "source": "TensorFeed.ai daily news clustering over 100+ public RSS sources.",
         "derivation": "RSS articles are embedded with Workers AI then single-link clustered per UTC day. The verification scores (tier, source_diversity_score, time_span_hours) are TensorFeed-derived structural metrics over corroboration count and source diversity; they do not make truth claims. Treat the linked article URLs as authoritative.",
         "license": "RSS-syndicated headlines used under news fair-use. Verification scores are TensorFeed-derived. Receipts are Ed25519-signed per the AFTA spec."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 247
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Decision-verified news search",
    "description": "Full-text search over TensorFeed signed verified-decision news clusters. One paid call returns matching story clusters ranked by corroboration, each with a verification tier (single through widely-reported), source count, source-diversity score, and the underlying articles. The agent-facing \"how broadly is this story confirmed\" search.",
    "tier": 1,
    "credits": 1,
    "category": "news-decision-verified"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "q": "openai restructuring",
        "min_sources": 4
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "mode": "search",
        "query": {
         "q": "openai restructuring",
         "since": "2026-04-30",
         "until": null,
         "min_sources": 4,
         "limit": 25
        },
        "scanned_dates": 30,
        "total_clusters_scanned": 612,
        "matched": 3,
        "returned": 1,
        "results": [
         {
          "cluster_id": "c-2026-05-12-0007",
          "date": "2026-05-12",
          "claim_proxy": "OpenAI completes for-profit restructuring under nonprofit parent",
          "hero_url": "https://www.reuters.com/technology/openai-restructuring",
          "verification": {
           "tier": "broadly-verified",
           "source_count": 11,
           "article_count": 14,
           "source_diversity_score": 0.7857,
           "time_span_hours": 9.4,
           "first_seen_at": "2026-05-12T08:05:00Z",
           "last_seen_at": "2026-05-12T17:29:00Z",
           "corroboration_band": "broad"
          },
          "sources": [
           {
            "source": "Reuters",
            "article_count": 2,
            "first_published": null
           },
           {
            "source": "Bloomberg",
            "article_count": 1,
            "first_published": null
           }
          ],
          "articles": [
           {
            "id": "art-9f21",
            "title": "OpenAI completes for-profit restructuring under nonprofit parent",
            "url": "https://www.reuters.com/technology/openai-restructuring",
            "source": "Reuters",
            "publishedAt": "2026-05-12T08:05:00Z"
           }
          ]
         }
        ],
        "attribution": {
         "source": "TensorFeed.ai daily news clustering over 100+ public RSS sources.",
         "derivation": "RSS articles are embedded with Workers AI then single-link clustered per UTC day. The verification scores (tier, source_diversity_score, time_span_hours) are TensorFeed-derived structural metrics over corroboration count and source diversity; they do not make truth claims. Treat the linked article URLs as authoritative.",
         "license": "RSS-syndicated headlines used under news fair-use. Verification scores are TensorFeed-derived. Receipts are Ed25519-signed per the AFTA spec."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 247
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "q": {
            "type": "string",
            "minLength": 3,
            "maxLength": 200,
            "description": "Search query, required. Matched against the cluster claim text."
           },
           "since": {
            "type": "string",
            "description": "ISO date YYYY-MM-DD lower bound. Defaults to ~30 days back; lookback capped at 90 days."
           },
           "until": {
            "type": "string",
            "description": "ISO date YYYY-MM-DD upper bound."
           },
           "min_sources": {
            "type": "integer",
            "minimum": 1,
            "maximum": 50,
            "description": "Minimum distinct sources a cluster needs to be returned. Default 2."
           },
           "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 100,
            "description": "Max clusters to return. Default 25."
           }
          },
          "required": [
           "q"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/news/decision-verified",
    "description": "Verified-decision lookup for one news cluster. Given a cluster_id and date, returns the signed corroboration record: verification tier (single through widely-reported), source count, source-diversity score, time span, and the underlying articles. The \"how broadly confirmed is this exact story\" call. Discover cluster_ids via /api/history/news/clusters?date=.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "cluster_id": "c-2026-05-12-0007",
        "date": "2026-05-12"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "mode": "cluster_lookup",
        "cluster_id": "c-2026-05-12-0007",
        "date": "2026-05-12",
        "claim_proxy": "OpenAI completes for-profit restructuring under nonprofit parent",
        "hero_url": "https://www.reuters.com/technology/openai-restructuring",
        "verification": {
         "tier": "broadly-verified",
         "source_count": 11,
         "article_count": 14,
         "source_diversity_score": 0.7857,
         "time_span_hours": 9.4,
         "first_seen_at": "2026-05-12T08:05:00Z",
         "last_seen_at": "2026-05-12T17:29:00Z",
         "corroboration_band": "broad"
        },
        "sources": [
         {
          "source": "Reuters",
          "article_count": 2,
          "first_published": null
         }
        ],
        "articles": [
         {
          "id": "art-9f21",
          "title": "OpenAI completes for-profit restructuring under nonprofit parent",
          "url": "https://www.reuters.com/technology/openai-restructuring",
          "source": "Reuters",
          "publishedAt": "2026-05-12T08:05:00Z"
         }
        ],
        "attribution": {
         "source": "TensorFeed.ai daily news clustering over 100+ public RSS sources.",
         "derivation": "RSS articles are embedded with Workers AI then single-link clustered per UTC day. The verification scores are TensorFeed-derived structural metrics over corroboration count and source diversity; they do not make truth claims. Treat the linked article URLs as authoritative.",
         "license": "RSS-syndicated headlines used under news fair-use. Verification scores are TensorFeed-derived. Receipts are Ed25519-signed per the AFTA spec."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 246
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Decision-verified news cluster",
    "description": "Verified-decision lookup for one news cluster. Given a cluster_id and date, returns the signed corroboration record: verification tier (single through widely-reported), source count, source-diversity score, time span, and the underlying articles. The \"how broadly confirmed is this exact story\" call. Discover cluster_ids via /api/history/news/clusters?date=.",
    "tier": 1,
    "credits": 1,
    "category": "news-decision-verified"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "cluster_id": "c-2026-05-12-0007",
        "date": "2026-05-12"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "mode": "cluster_lookup",
        "cluster_id": "c-2026-05-12-0007",
        "date": "2026-05-12",
        "claim_proxy": "OpenAI completes for-profit restructuring under nonprofit parent",
        "hero_url": "https://www.reuters.com/technology/openai-restructuring",
        "verification": {
         "tier": "broadly-verified",
         "source_count": 11,
         "article_count": 14,
         "source_diversity_score": 0.7857,
         "time_span_hours": 9.4,
         "first_seen_at": "2026-05-12T08:05:00Z",
         "last_seen_at": "2026-05-12T17:29:00Z",
         "corroboration_band": "broad"
        },
        "sources": [
         {
          "source": "Reuters",
          "article_count": 2,
          "first_published": null
         }
        ],
        "articles": [
         {
          "id": "art-9f21",
          "title": "OpenAI completes for-profit restructuring under nonprofit parent",
          "url": "https://www.reuters.com/technology/openai-restructuring",
          "source": "Reuters",
          "publishedAt": "2026-05-12T08:05:00Z"
         }
        ],
        "attribution": {
         "source": "TensorFeed.ai daily news clustering over 100+ public RSS sources.",
         "derivation": "RSS articles are embedded with Workers AI then single-link clustered per UTC day. The verification scores are TensorFeed-derived structural metrics over corroboration count and source diversity; they do not make truth claims. Treat the linked article URLs as authoritative.",
         "license": "RSS-syndicated headlines used under news fair-use. Verification scores are TensorFeed-derived. Receipts are Ed25519-signed per the AFTA spec."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 246
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "cluster_id": {
            "type": "string",
            "minLength": 4,
            "maxLength": 64,
            "description": "Cluster id, required. From /api/history/news/clusters?date=."
           },
           "date": {
            "type": "string",
            "description": "ISO date YYYY-MM-DD of the cluster, required."
           }
          },
          "required": [
           "cluster_id",
           "date"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/research/topic-search",
    "description": "Faceted search over the TensorFeed Qwen-extracted arXiv AI research index. Filter recent papers by subfield_tag and methodology_bucket (a taxonomy arXiv categories cannot express), date window, and milestone flag. Each paper carries its subfield, methodology bucket, milestone flag, affiliations, and a one-sentence summary. The \"find the recent AI papers in this exact niche\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "subfield_tag": "agents",
        "methodology_bucket": "reinforcement-learning",
        "since": "2026-05-01",
        "limit": 25
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-29",
        "query": {
         "subfield_tag": "agents",
         "methodology_bucket": "reinforcement-learning",
         "since": "2026-05-01",
         "until": null,
         "milestone_only": false,
         "limit": 25,
         "offset": 0
        },
        "total_matches": 18,
        "returned": 1,
        "papers": [
         {
          "arxiv_id": "2605.01234",
          "date": "2026-05-21",
          "title": "Self-Improving Tool-Use Agents via Online Preference Distillation",
          "subfield_tag": "agents",
          "methodology_bucket": "reinforcement-learning",
          "is_milestone_candidate": true,
          "affiliations": [
           "DeepMind",
           "UC Berkeley"
          ],
          "summary": "Introduces an online preference-distillation loop that lets tool-use agents improve from their own rollouts without human labels."
         }
        ],
        "attribution": {
         "source": "arXiv preprint metadata plus TensorFeed Qwen-extracted analytical fields",
         "source_url": "https://arxiv.org",
         "license": "arXiv title, abstract, authors, and categories are freely usable for research and derived works. Per-paper subfield_tag, methodology_bucket, milestone flag, and summary are TensorFeed derivations from the abstract.",
         "derivation": "A local Qwen 3.6 27B reads each abstract and emits structured fields that are deterministically rolled up into KV snapshots. The corpus is fetched once via the public arXiv API and processed on TensorFeed infrastructure."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 245
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "arXiv topic search",
    "description": "Faceted search over the TensorFeed Qwen-extracted arXiv AI research index. Filter recent papers by subfield_tag and methodology_bucket (a taxonomy arXiv categories cannot express), date window, and milestone flag. Each paper carries its subfield, methodology bucket, milestone flag, affiliations, and a one-sentence summary. The \"find the recent AI papers in this exact niche\" call.",
    "tier": 1,
    "credits": 1,
    "category": "research-topic-search"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "subfield_tag": "agents",
        "methodology_bucket": "reinforcement-learning",
        "since": "2026-05-01",
        "limit": 25
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-29",
        "query": {
         "subfield_tag": "agents",
         "methodology_bucket": "reinforcement-learning",
         "since": "2026-05-01",
         "until": null,
         "milestone_only": false,
         "limit": 25,
         "offset": 0
        },
        "total_matches": 18,
        "returned": 1,
        "papers": [
         {
          "arxiv_id": "2605.01234",
          "date": "2026-05-21",
          "title": "Self-Improving Tool-Use Agents via Online Preference Distillation",
          "subfield_tag": "agents",
          "methodology_bucket": "reinforcement-learning",
          "is_milestone_candidate": true,
          "affiliations": [
           "DeepMind",
           "UC Berkeley"
          ],
          "summary": "Introduces an online preference-distillation loop that lets tool-use agents improve from their own rollouts without human labels."
         }
        ],
        "attribution": {
         "source": "arXiv preprint metadata plus TensorFeed Qwen-extracted analytical fields",
         "source_url": "https://arxiv.org",
         "license": "arXiv title, abstract, authors, and categories are freely usable for research and derived works. Per-paper subfield_tag, methodology_bucket, milestone flag, and summary are TensorFeed derivations from the abstract.",
         "derivation": "A local Qwen 3.6 27B reads each abstract and emits structured fields that are deterministically rolled up into KV snapshots. The corpus is fetched once via the public arXiv API and processed on TensorFeed infrastructure."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 245
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "subfield_tag": {
            "type": "string",
            "description": "Filter to a subfield tag from the snapshot taxonomy (agents, reasoning, vision, etc). Invalid values return the valid list."
           },
           "methodology_bucket": {
            "type": "string",
            "description": "Filter to a methodology bucket from the snapshot taxonomy (reinforcement-learning, supervised, etc)."
           },
           "since": {
            "type": "string",
            "description": "ISO date YYYY-MM-DD lower bound on paper date."
           },
           "until": {
            "type": "string",
            "description": "ISO date YYYY-MM-DD upper bound on paper date."
           },
           "milestone_only": {
            "type": "boolean",
            "description": "Return only milestone-candidate papers. Default false."
           },
           "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 100,
            "description": "Max papers to return. Default 25."
           },
           "offset": {
            "type": "integer",
            "minimum": 0,
            "description": "Pagination offset. Default 0."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/recent",
    "description": "Sub-hourly \"what just happened\" brief. Like the morning brief but over a short rolling window (minutes, 5 to 1440): new service-status incidents, current operational counts, and the latest news headlines. The endpoint an agent polls between full daily briefs. Pricing diffs are daily-resolution, so they are omitted on sub-day windows.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "minutes": 60,
        "news_limit": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "window": {
         "from": "2026-05-30T13:00:00Z",
         "to": "2026-05-30T14:00:00Z",
         "days": 0,
         "minutes": 60
        },
        "computed_at": "2026-05-30T14:00:03Z",
        "summary": {
         "total_pricing_changes": 0,
         "new_models": 0,
         "removed_models": 0,
         "incidents": 1,
         "news_articles": 3
        },
        "pricing": {
         "changes": [],
         "new_models": [],
         "removed_models": []
        },
        "status": {
         "incidents": [
          {
           "service": "API",
           "provider": "Anthropic",
           "severity": "minor",
           "title": "Elevated error rates on the messages endpoint",
           "started_at": "2026-05-30T13:24:00Z",
           "resolved_at": null,
           "duration_minutes": null
          }
         ],
         "currently_operational": 41,
         "currently_degraded": 1,
         "currently_down": 0,
         "currently_unknown": 2
        },
        "news": [
         {
          "title": "Mistral ships a 3B on-device model under Apache 2.0",
          "url": "https://techcrunch.com/mistral-3b-ondevice",
          "source": "TechCrunch",
          "source_domain": "techcrunch.com",
          "published_at": "2026-05-30T13:41:00Z",
          "snippet": "Mistral released a 3B-parameter on-device model under Apache 2.0, targeting laptop and phone inference.",
          "categories": [
           "models",
           "open-source"
          ]
         }
        ],
        "news_attribution": {
         "policy": "RSS-syndicated headlines and snippets capped at 200 characters with mandatory link and source name.",
         "snippet_max_chars": 200,
         "link_required": true,
         "source_required": true
        },
        "data_freshness": {
         "pricing": "2026-05-30T05:00:00Z",
         "status": "2026-05-30T13:59:30Z",
         "incidents_count": 1,
         "news_total_corpus": 4131
        },
        "notes": [
         "Sub-daily window: pricing diff skipped (history snapshots are daily-resolution)."
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 243
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Recent changes feed",
    "description": "Sub-hourly \"what just happened\" brief. Like the morning brief but over a short rolling window (minutes, 5 to 1440): new service-status incidents, current operational counts, and the latest news headlines. The endpoint an agent polls between full daily briefs. Pricing diffs are daily-resolution, so they are omitted on sub-day windows.",
    "tier": 1,
    "credits": 1,
    "category": "ai-agent-brief"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "minutes": 60,
        "news_limit": 10
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "window": {
         "from": "2026-05-30T13:00:00Z",
         "to": "2026-05-30T14:00:00Z",
         "days": 0,
         "minutes": 60
        },
        "computed_at": "2026-05-30T14:00:03Z",
        "summary": {
         "total_pricing_changes": 0,
         "new_models": 0,
         "removed_models": 0,
         "incidents": 1,
         "news_articles": 3
        },
        "pricing": {
         "changes": [],
         "new_models": [],
         "removed_models": []
        },
        "status": {
         "incidents": [
          {
           "service": "API",
           "provider": "Anthropic",
           "severity": "minor",
           "title": "Elevated error rates on the messages endpoint",
           "started_at": "2026-05-30T13:24:00Z",
           "resolved_at": null,
           "duration_minutes": null
          }
         ],
         "currently_operational": 41,
         "currently_degraded": 1,
         "currently_down": 0,
         "currently_unknown": 2
        },
        "news": [
         {
          "title": "Mistral ships a 3B on-device model under Apache 2.0",
          "url": "https://techcrunch.com/mistral-3b-ondevice",
          "source": "TechCrunch",
          "source_domain": "techcrunch.com",
          "published_at": "2026-05-30T13:41:00Z",
          "snippet": "Mistral released a 3B-parameter on-device model under Apache 2.0, targeting laptop and phone inference.",
          "categories": [
           "models",
           "open-source"
          ]
         }
        ],
        "news_attribution": {
         "policy": "RSS-syndicated headlines and snippets capped at 200 characters with mandatory link and source name.",
         "snippet_max_chars": 200,
         "link_required": true,
         "source_required": true
        },
        "data_freshness": {
         "pricing": "2026-05-30T05:00:00Z",
         "status": "2026-05-30T13:59:30Z",
         "incidents_count": 1,
         "news_total_corpus": 4131
        },
        "notes": [
         "Sub-daily window: pricing diff skipped (history snapshots are daily-resolution)."
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 243
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "minutes": {
            "type": "integer",
            "minimum": 5,
            "maximum": 1440,
            "description": "Rolling window length in minutes back from now. Default 60, range 5 to 1440."
           },
           "news_limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 25,
            "description": "Max news headlines to return. Default 10, max 25."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/status/leaderboard",
    "description": "Cross-provider uptime leaderboard over a full date window. Ranks every monitored AI provider by uptime percentage from high-resolution poll counters, with polls, downtime minutes, incident_count, and MTTR per provider. The premium tier adds incidents and mean-time-to-resolve the free 7-day sibling omits.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "100000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "generated_at": "2026-05-23T12:00:00Z",
        "entry_count": 12,
        "poll_interval_minutes": 2,
        "entries": [
         {
          "provider": "anthropic",
          "rank": 1,
          "uptime_pct": 99.9821,
          "polls": 22320,
          "operational_polls": 22312,
          "degraded_polls": 8,
          "down_polls": 0,
          "unknown_polls": 0,
          "downtime_minutes": 16,
          "hard_down_minutes": 0,
          "incident_count": 1,
          "mttr_minutes": 18.5
         }
        ],
        "billing": {
         "credits_charged": 3,
         "credits_remaining": 47
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Status uptime leaderboard",
    "description": "Cross-provider uptime leaderboard over a full date window. Ranks every monitored AI provider by uptime percentage from high-resolution poll counters, with polls, downtime minutes, incident_count, and MTTR per provider. The premium tier adds incidents and mean-time-to-resolve the free 7-day sibling omits.",
    "tier": 1,
    "credits": 5,
    "category": "status-uptime-leaderboard"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "generated_at": "2026-05-23T12:00:00Z",
        "entry_count": 12,
        "poll_interval_minutes": 2,
        "entries": [
         {
          "provider": "anthropic",
          "rank": 1,
          "uptime_pct": 99.9821,
          "polls": 22320,
          "operational_polls": 22312,
          "degraded_polls": 8,
          "down_polls": 0,
          "unknown_polls": 0,
          "downtime_minutes": 16,
          "hard_down_minutes": 0,
          "incident_count": 1,
          "mttr_minutes": 18.5
         }
        ],
        "billing": {
         "credits_charged": 3,
         "credits_remaining": 47
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Inclusive start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "Inclusive end date YYYY-MM-DD. Optional; defaults to today UTC. Window capped at 90 days."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/attention/series",
    "description": "Per-provider attention time series. One paid call returns the daily attention_score, leaderboard rank, news_24h, news_7d, trending_repos, and agent_hits for one AI provider over a date range, plus a summary with first, last, delta, min, max, avg, and captured-day count. The \"is this provider heating up or cooling off\" feed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "anthropic",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "summary": {
         "first": 74.2,
         "last": 81.6,
         "delta": 7.4,
         "min": 71,
         "max": 83.1,
         "avg": 78.4,
         "captured_days": 29
        },
        "series": [
         {
          "date": "2026-05-23",
          "attention_score": 81.6,
          "rank": 1,
          "news_24h": 7,
          "news_7d": 41,
          "trending_repos": 12,
          "agent_hits": 318
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Attention-index time series",
    "description": "Per-provider attention time series. One paid call returns the daily attention_score, leaderboard rank, news_24h, news_7d, trending_repos, and agent_hits for one AI provider over a date range, plus a summary with first, last, delta, min, max, avg, and captured-day count. The \"is this provider heating up or cooling off\" feed.",
    "tier": 1,
    "credits": 1,
    "category": "attention-index-series"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "provider": "anthropic",
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "provider": "anthropic",
        "range": {
         "from": "2026-04-23",
         "to": "2026-05-23",
         "days": 31
        },
        "summary": {
         "first": 74.2,
         "last": 81.6,
         "delta": 7.4,
         "min": 71,
         "max": 83.1,
         "avg": 78.4,
         "captured_days": 29
        },
        "series": [
         {
          "date": "2026-05-23",
          "attention_score": 81.6,
          "rank": 1,
          "news_24h": 7,
          "news_7d": 41,
          "trending_repos": 12,
          "agent_hits": 318
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "provider": {
            "type": "string",
            "description": "Provider id (anthropic, openai, google, meta, mistral, cohere, deepseek, xai, perplexity, nvidia, huggingface, cursor). Required."
           },
           "from": {
            "type": "string",
            "description": "Start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "End date YYYY-MM-DD. Optional; defaults to today UTC. Range capped at 90 days."
           }
          },
          "required": [
           "provider"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/mcp/registry/series",
    "description": "Daily MCP server registry drift. Per-day total_servers, total_versions, and active_count over the official modelcontextprotocol.io registry, plus day-over-day added, removed, and net churn and a window delta. The registry serves only current state, so this multi-day growth-and-churn record is TensorFeed-captured. Default 30 days, max 90.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "total_servers": 21480,
          "total_versions": 34102,
          "active_count": 20911,
          "added": 38,
          "removed": 4,
          "net": 34,
          "has_data": true
         }
        ],
        "delta_in_window": {
         "start_total": 20104,
         "end_total": 21480,
         "net": 1376
        },
        "attribution": {
         "source": "modelcontextprotocol/registry",
         "source_url": "https://registry.modelcontextprotocol.io/",
         "license": "Apache-2.0 / MIT",
         "license_url": "https://github.com/modelcontextprotocol/registry/blob/main/LICENSE"
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "MCP registry drift series",
    "description": "Daily MCP server registry drift. Per-day total_servers, total_versions, and active_count over the official modelcontextprotocol.io registry, plus day-over-day added, removed, and net churn and a window delta. The registry serves only current state, so this multi-day growth-and-churn record is TensorFeed-captured. Default 30 days, max 90.",
    "tier": 1,
    "credits": 1,
    "category": "mcp-registry-series"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-04-23",
        "to": "2026-05-23"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "from": "2026-04-23",
        "to": "2026-05-23",
        "days": 31,
        "points": [
         {
          "date": "2026-05-23",
          "total_servers": 21480,
          "total_versions": 34102,
          "active_count": 20911,
          "added": 38,
          "removed": 4,
          "net": 34,
          "has_data": true
         }
        ],
        "delta_in_window": {
         "start_total": 20104,
         "end_total": 21480,
         "net": 1376
        },
        "attribution": {
         "source": "modelcontextprotocol/registry",
         "source_url": "https://registry.modelcontextprotocol.io/",
         "license": "Apache-2.0 / MIT",
         "license_url": "https://github.com/modelcontextprotocol/registry/blob/main/LICENSE"
        },
        "notes": [],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Start date YYYY-MM-DD. Optional; defaults to 30 days before to."
           },
           "to": {
            "type": "string",
            "description": "End date YYYY-MM-DD. Optional; defaults to today UTC. Range capped at 90 days."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/corroborated",
    "description": "Cross-source security corroboration for one package in a single paid call. For every GHSA advisory naming the package: the deterministic affected-package vs authoritative-OSV verdict (never-false-confirm), KEV/EPSS/SSVC/OSV enrichment joined only by a verbatim-verified CVE id, and verbatim version, severity, and exploited-in-wild context, each in an explicit provenance bucket. Loose package matching (commons-text resolves to Apache Commons Text). The endpoint that saves an agent from stitching GHSA, OSV, NVD, KEV, and EPSS itself.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "package": "open-webui"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "package_query": "open-webui",
        "matched_package": "Open WebUI",
        "dataset_meta": {
         "dataset": "security-xsource",
         "generated_at": "2026-05-18T06:03:17Z",
         "advisories_total": 167,
         "packages_total": 85,
         "by_overall": {
          "corroborated": 143,
          "novel": 22,
          "unverifiable": 2
         },
         "attribution": {
          "advisory_source": "GitHub Security Advisories (GHSA)",
          "corroboration_sources": "OSV.dev, CISA KEV, FIRST EPSS, NVD (public)"
         }
        },
        "advisory_count": 39,
        "advisories": [
         {
          "source_url": "https://github.com/advisories/GHSA-45m8-cpm2-3v65",
          "overall": "corroborated",
          "corroborated_claim": {
           "affected_products": [
            "Open WebUI"
           ],
           "product_corroboration": "confirmed"
          },
          "deterministic_enrichment": {
           "cves_verbatim_verified": [
            "CVE-2026-44553"
           ],
           "kev_listed": false,
           "epss_percentile": 0.08198,
           "ssvc": null
          },
          "verbatim_context": {
           "severity_label": "unstated",
           "exploited_in_wild": "unstated"
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Corroborated GHSA advisories",
    "description": "Cross-source security corroboration for one package in a single paid call. For every GHSA advisory naming the package: the deterministic affected-package vs authoritative-OSV verdict (never-false-confirm), KEV/EPSS/SSVC/OSV enrichment joined only by a verbatim-verified CVE id, and verbatim version, severity, and exploited-in-wild context, each in an explicit provenance bucket. Loose package matching (commons-text resolves to Apache Commons Text). The endpoint that saves an agent from stitching GHSA, OSV, NVD, KEV, and EPSS itself.",
    "tier": 1,
    "credits": 1,
    "category": "ai-package-corroborated"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "package": "open-webui"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "package_query": "open-webui",
        "matched_package": "Open WebUI",
        "dataset_meta": {
         "dataset": "security-xsource",
         "generated_at": "2026-05-18T06:03:17Z",
         "advisories_total": 167,
         "packages_total": 85,
         "by_overall": {
          "corroborated": 143,
          "novel": 22,
          "unverifiable": 2
         },
         "attribution": {
          "advisory_source": "GitHub Security Advisories (GHSA)",
          "corroboration_sources": "OSV.dev, CISA KEV, FIRST EPSS, NVD (public)"
         }
        },
        "advisory_count": 39,
        "advisories": [
         {
          "source_url": "https://github.com/advisories/GHSA-45m8-cpm2-3v65",
          "overall": "corroborated",
          "corroborated_claim": {
           "affected_products": [
            "Open WebUI"
           ],
           "product_corroboration": "confirmed"
          },
          "deterministic_enrichment": {
           "cves_verbatim_verified": [
            "CVE-2026-44553"
           ],
           "kev_listed": false,
           "epss_percentile": 0.08198,
           "ssvc": null
          },
          "verbatim_context": {
           "severity_label": "unstated",
           "exploited_in_wild": "unstated"
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "package": {
            "type": "string",
            "description": "Package name. Loose matching is supported (commons-text resolves to Apache Commons Text). Returns every corroborated GHSA advisory naming that package."
           }
          },
          "required": [
           "package"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/security/ghsa/ai-feed",
    "description": "AI-relevant GitHub Security Advisories firehose. One paid call returns all GHSA types (reviewed, unreviewed, malware) across every ecosystem (npm, pip, Maven, Go, RubyGems, NuGet, Rust, and more), filtered to a curated AI keyword list, with derived severity_band, age_days, and an ai_relevance confidence tier per advisory plus by_severity, by_ecosystem, and by_type rollups. Broader than the free supply-chain malware feed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "generated_at": "2026-05-30T06:00:00Z",
        "total": 87,
        "by_severity": {
         "critical": 9,
         "high": 31,
         "medium": 28,
         "low": 14,
         "unknown": 5
        },
        "by_ecosystem": {
         "pip": 41,
         "npm": 33,
         "maven": 8,
         "go": 5
        },
        "by_type": {
         "reviewed": 62,
         "unreviewed": 19,
         "malware": 6
        },
        "entries": [
         {
          "advisory_id": "GHSA-gx5p-jg67-6x7h",
          "cve_id": "CVE-2026-44580",
          "type": "reviewed",
          "severity_band": "high",
          "package": {
           "name": "langchain",
           "ecosystem": "pip"
          },
          "vulnerable_version_range": "< 0.3.27",
          "first_patched_version": "0.3.27",
          "summary": "Server-side request forgery in the LangChain document loader allows an attacker to reach internal endpoints.",
          "published_at": "2026-05-28T14:00:00Z",
          "age_days": 2,
          "cwes": [
           "CWE-918"
          ],
          "references_count": 4,
          "url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h",
          "ai_relevance": {
           "matched_keywords": [
            "langchain"
           ],
           "confidence": "high"
          }
         }
        ],
        "sources": [
         {
          "name": "GitHub Security Advisories",
          "url": "https://api.github.com/advisories",
          "license": "GitHub Terms of Service. Attribution required."
         }
        ],
        "posture": "TensorFeed republishes already-public AI-relevant security advisories from GitHub Security Advisories. We filter, derive, and republish; we do not detect, attribute, or actively scan. Treat the listed primary source as authoritative.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "GHSA AI advisory feed",
    "description": "AI-relevant GitHub Security Advisories firehose. One paid call returns all GHSA types (reviewed, unreviewed, malware) across every ecosystem (npm, pip, Maven, Go, RubyGems, NuGet, Rust, and more), filtered to a curated AI keyword list, with derived severity_band, age_days, and an ai_relevance confidence tier per advisory plus by_severity, by_ecosystem, and by_type rollups. Broader than the free supply-chain malware feed.",
    "tier": 1,
    "credits": 1,
    "category": "ai-package-security"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "generated_at": "2026-05-30T06:00:00Z",
        "total": 87,
        "by_severity": {
         "critical": 9,
         "high": 31,
         "medium": 28,
         "low": 14,
         "unknown": 5
        },
        "by_ecosystem": {
         "pip": 41,
         "npm": 33,
         "maven": 8,
         "go": 5
        },
        "by_type": {
         "reviewed": 62,
         "unreviewed": 19,
         "malware": 6
        },
        "entries": [
         {
          "advisory_id": "GHSA-gx5p-jg67-6x7h",
          "cve_id": "CVE-2026-44580",
          "type": "reviewed",
          "severity_band": "high",
          "package": {
           "name": "langchain",
           "ecosystem": "pip"
          },
          "vulnerable_version_range": "< 0.3.27",
          "first_patched_version": "0.3.27",
          "summary": "Server-side request forgery in the LangChain document loader allows an attacker to reach internal endpoints.",
          "published_at": "2026-05-28T14:00:00Z",
          "age_days": 2,
          "cwes": [
           "CWE-918"
          ],
          "references_count": 4,
          "url": "https://github.com/advisories/GHSA-gx5p-jg67-6x7h",
          "ai_relevance": {
           "matched_keywords": [
            "langchain"
           ],
           "confidence": "high"
          }
         }
        ],
        "sources": [
         {
          "name": "GitHub Security Advisories",
          "url": "https://api.github.com/advisories",
          "license": "GitHub Terms of Service. Attribution required."
         }
        ],
        "posture": "TensorFeed republishes already-public AI-relevant security advisories from GitHub Security Advisories. We filter, derive, and republish; we do not detect, attribute, or actively scan. Treat the listed primary source as authoritative.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/cve/kev-exploitation-timeline",
    "description": "One vendor exploited-in-the-wild timeline in a single paid call. For each CVE: original NVD disclosure date, days to CISA KEV listing, vulnerability class, CVSS score and severity, vendor patch status, public-exploit and ransomware signals, plus a per-vendor rollup (KEV count, mean and fastest disclosure-to-KEV lag, severity distribution). Built offline over NVD plus the CISA Known Exploited Vulnerabilities catalog, US Government public domain.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "vendor": "microsoft"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "vendor_query": "microsoft",
        "matched_vendor": "Microsoft",
        "dataset_meta": {
         "dataset": "cve-kev-2026",
         "source": "kev-anchored (CISA KEV entries with kev_date_added in 2026, any registration year)",
         "generated_at": "2026-05-15T16:31:30Z",
         "cves_total": 200,
         "vendors_total": 91,
         "date_range": {
          "earliest_published": "2007-02-03",
          "latest_published": "2026-05-14"
         },
         "coverage": "v1 capped slice (extract_limit 100 on the factory side); not the full kev-anchored-2026 corpus, expandable in later jobs",
         "attribution": {
          "source": "NVD (NIST National Vulnerability Database) and CISA Known Exploited Vulnerabilities Catalog",
          "source_url": "https://nvd.nist.gov/ , https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
          "publisher": "US Government (NIST, CISA)",
          "license": "US Government public domain (17 USC 105)",
          "redistribution": "commercial-permitted"
         }
        },
        "vendor": {
         "vendor_normalized": "Microsoft",
         "cve_count": 32,
         "kev_count": 32,
         "ransomware_count": 1,
         "mean_days_disclosure_to_kev": 1680.2,
         "fastest_days_disclosure_to_kev": 0,
         "severity_distribution": {
          "high": 25,
          "critical": 3,
          "medium": 4
         },
         "timeline": [
          {
           "cve_id": "CVE-2007-0671",
           "published_date": "2007-02-03",
           "kev_date_added": "2025-08-12",
           "days_disclosure_to_kev": 6765,
           "vulnerability_class": "rce-auth",
           "cvss_v3_score": 8.8,
           "cvss_v3_severity": "high",
           "attack_vector": "network",
           "vendor_patch_status": "patch-released",
           "public_exploit_available_signal": true,
           "ransomware_use_known": false,
           "analyst_priority_signal": "critical",
           "is_milestone_candidate": false,
           "summary_one_sentence": "A remote code execution vulnerability in Microsoft Office Excel allows attackers to execute arbitrary code when a user opens a crafted file."
          }
         ]
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "KEV exploitation timeline",
    "description": "One vendor exploited-in-the-wild timeline in a single paid call. For each CVE: original NVD disclosure date, days to CISA KEV listing, vulnerability class, CVSS score and severity, vendor patch status, public-exploit and ransomware signals, plus a per-vendor rollup (KEV count, mean and fastest disclosure-to-KEV lag, severity distribution). Built offline over NVD plus the CISA Known Exploited Vulnerabilities catalog, US Government public domain.",
    "tier": 1,
    "credits": 1,
    "category": "security-kev-timeline"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "vendor": "microsoft"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "vendor_query": "microsoft",
        "matched_vendor": "Microsoft",
        "dataset_meta": {
         "dataset": "cve-kev-2026",
         "source": "kev-anchored (CISA KEV entries with kev_date_added in 2026, any registration year)",
         "generated_at": "2026-05-15T16:31:30Z",
         "cves_total": 200,
         "vendors_total": 91,
         "date_range": {
          "earliest_published": "2007-02-03",
          "latest_published": "2026-05-14"
         },
         "coverage": "v1 capped slice (extract_limit 100 on the factory side); not the full kev-anchored-2026 corpus, expandable in later jobs",
         "attribution": {
          "source": "NVD (NIST National Vulnerability Database) and CISA Known Exploited Vulnerabilities Catalog",
          "source_url": "https://nvd.nist.gov/ , https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
          "publisher": "US Government (NIST, CISA)",
          "license": "US Government public domain (17 USC 105)",
          "redistribution": "commercial-permitted"
         }
        },
        "vendor": {
         "vendor_normalized": "Microsoft",
         "cve_count": 32,
         "kev_count": 32,
         "ransomware_count": 1,
         "mean_days_disclosure_to_kev": 1680.2,
         "fastest_days_disclosure_to_kev": 0,
         "severity_distribution": {
          "high": 25,
          "critical": 3,
          "medium": 4
         },
         "timeline": [
          {
           "cve_id": "CVE-2007-0671",
           "published_date": "2007-02-03",
           "kev_date_added": "2025-08-12",
           "days_disclosure_to_kev": 6765,
           "vulnerability_class": "rce-auth",
           "cvss_v3_score": 8.8,
           "cvss_v3_severity": "high",
           "attack_vector": "network",
           "vendor_patch_status": "patch-released",
           "public_exploit_available_signal": true,
           "ransomware_use_known": false,
           "analyst_priority_signal": "critical",
           "is_milestone_candidate": false,
           "summary_one_sentence": "A remote code execution vulnerability in Microsoft Office Excel allows attackers to execute arbitrary code when a user opens a crafted file."
          }
         ]
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "vendor": {
            "type": "string",
            "description": "Vendor name, one per call. Loose matching: \"cisco\" resolves to \"Cisco Systems, Inc.\". Known vendors include Microsoft, Adobe, Mozilla, Palo Alto Networks, D-Link, TP-Link, Juniper Networks."
           }
          },
          "required": [
           "vendor"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/sec/filings/ai-disclosures",
    "description": "Single SEC filing AI-disclosure dossier. Pass one EDGAR accession number and get the full structured AI extraction: capex, revenue, partnership, and chip mentions with context, newly announced AI products, AI workforce changes, and verbatim key quotes with the section they came from. Qwen-extracted over the AI bellwether cohort filings, deterministically normalized. SEC EDGAR, US Government public domain. Discover accessions via the free /api/sec/filings/extraction-index.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "accession": "0001045810-26-000052"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "accession_number": "0001045810-26-000052",
        "found": true,
        "filing": {
         "accession_number": "0001045810-26-000052",
         "cik": "0001045810",
         "ticker": "NVDA",
         "company_name": "NVIDIA Corporation",
         "form": "10-Q",
         "filing_date": "2026-05-20",
         "ai_relevant": true,
         "ai_relevance_score": 92,
         "ai_keyword_hits": [
          "data center",
          "inference",
          "accelerated computing"
         ],
         "ai_capex_mentions": [
          {
           "amount_usd": null,
           "range_low_usd": null,
           "range_high_usd": null,
           "context": "We expect data center capital expenditures to increase materially to support accelerated computing demand.",
           "forward_looking": true
          }
         ],
         "ai_revenue_mentions": [],
         "ai_partnership_mentions": [],
         "ai_chip_mentions": [
          {
           "vendor": "nvidia",
           "chip_or_product": "Blackwell",
           "context": "Blackwell architecture systems entered volume production during the quarter."
          }
         ],
         "new_ai_products_announced": [],
         "ai_workforce_changes": [],
         "key_quotes": [
          {
           "quote": "Demand for our accelerated computing platform remained strong across cloud and enterprise customers.",
           "section": "MD&A"
          }
         ],
         "extracted_by": "qwen3.6-27b",
         "extracted_at": "2026-05-26T03:00:00Z"
        },
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Qwen 3.6 27B verbatim extraction + deterministic normalize",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Single-filing AI disclosures",
    "description": "Single SEC filing AI-disclosure dossier. Pass one EDGAR accession number and get the full structured AI extraction: capex, revenue, partnership, and chip mentions with context, newly announced AI products, AI workforce changes, and verbatim key quotes with the section they came from. Qwen-extracted over the AI bellwether cohort filings, deterministically normalized. SEC EDGAR, US Government public domain. Discover accessions via the free /api/sec/filings/extraction-index.",
    "tier": 1,
    "credits": 1,
    "category": "sec-ai-disclosures"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "accession": "0001045810-26-000052"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "accession_number": "0001045810-26-000052",
        "found": true,
        "filing": {
         "accession_number": "0001045810-26-000052",
         "cik": "0001045810",
         "ticker": "NVDA",
         "company_name": "NVIDIA Corporation",
         "form": "10-Q",
         "filing_date": "2026-05-20",
         "ai_relevant": true,
         "ai_relevance_score": 92,
         "ai_keyword_hits": [
          "data center",
          "inference",
          "accelerated computing"
         ],
         "ai_capex_mentions": [
          {
           "amount_usd": null,
           "range_low_usd": null,
           "range_high_usd": null,
           "context": "We expect data center capital expenditures to increase materially to support accelerated computing demand.",
           "forward_looking": true
          }
         ],
         "ai_revenue_mentions": [],
         "ai_partnership_mentions": [],
         "ai_chip_mentions": [
          {
           "vendor": "nvidia",
           "chip_or_product": "Blackwell",
           "context": "Blackwell architecture systems entered volume production during the quarter."
          }
         ],
         "new_ai_products_announced": [],
         "ai_workforce_changes": [],
         "key_quotes": [
          {
           "quote": "Demand for our accelerated computing platform remained strong across cloud and enterprise customers.",
           "section": "MD&A"
          }
         ],
         "extracted_by": "qwen3.6-27b",
         "extracted_at": "2026-05-26T03:00:00Z"
        },
        "source_license": "US Government public domain (17 USC 105)",
        "source_attribution": "SEC EDGAR (data.sec.gov) + Qwen 3.6 27B verbatim extraction + deterministic normalize",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "accession": {
            "type": "string",
            "pattern": "^\\d{10}-\\d{2}-\\d{6}$",
            "description": "SEC EDGAR accession number in dashed form NNNNNNNNNN-NN-NNNNNN (e.g. 0001045810-26-000052). One per call. Find valid accessions via /api/sec/filings/extraction-index."
           }
          },
          "required": [
           "accession"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/research/lab-productivity",
    "description": "Top AI labs ranked by paper count over rolling 30, 90, and 365-day windows. Built on TensorFeed normalized affiliation extraction from the offline Qwen pass over arXiv abstracts. Filter by window and by affiliation_type (industry, academia, government, nonprofit, mixed). arXiv has no native concept of normalized lab attribution.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "window": "30d",
        "affiliation_type": "industry",
        "limit": 25
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-28T00:00:00Z",
        "query": {
         "window": "30d",
         "affiliation_type": "industry",
         "limit": 25
        },
        "windows": {
         "30d": [
          {
           "affiliation": "Google DeepMind",
           "papers": 41,
           "type": "industry"
          }
         ]
        },
        "attribution": {
         "source": "arXiv (preprint metadata) + TensorFeed Qwen-extracted analytical fields",
         "source_url": "https://arxiv.org",
         "license": "arXiv metadata is freely usable for derived works; per-paper analytical fields are TF derivations.",
         "derivation": "Local Qwen 3.6 27B reads each abstract and emits structured YAML, deterministically rolled up into KV snapshots."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Lab productivity ranking",
    "description": "Top AI labs ranked by paper count over rolling 30, 90, and 365-day windows. Built on TensorFeed normalized affiliation extraction from the offline Qwen pass over arXiv abstracts. Filter by window and by affiliation_type (industry, academia, government, nonprofit, mixed). arXiv has no native concept of normalized lab attribution.",
    "tier": 1,
    "credits": 1,
    "category": "research-lab-productivity"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "window": "30d",
        "affiliation_type": "industry",
        "limit": 25
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-05-28T00:00:00Z",
        "query": {
         "window": "30d",
         "affiliation_type": "industry",
         "limit": 25
        },
        "windows": {
         "30d": [
          {
           "affiliation": "Google DeepMind",
           "papers": 41,
           "type": "industry"
          }
         ]
        },
        "attribution": {
         "source": "arXiv (preprint metadata) + TensorFeed Qwen-extracted analytical fields",
         "source_url": "https://arxiv.org",
         "license": "arXiv metadata is freely usable for derived works; per-paper analytical fields are TF derivations.",
         "derivation": "Local Qwen 3.6 27B reads each abstract and emits structured YAML, deterministically rolled up into KV snapshots."
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/agents/leaderboard/full",
    "description": "Untruncated agent reputation leaderboard with the full reputation card for every ranked agent. The free leaderboard caps at 25; this returns the entire cohort ranked by reliability, spend, activity, streak, or composite over a 24h, 7d, 30d, or all-time window. Each card carries trust grade, flags, metrics, and per-metric ranks. AFTA-signed.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "metric": "composite",
        "window": "all"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "metric": "composite",
        "window": "all",
        "total": 1,
        "results": [
         {
          "id": "0x55a15d",
          "card": {
           "ok": true,
           "wallet": "0x55a15d",
           "display_name": "tf-agent",
           "verified": true,
           "ofac_clean": true,
           "banned": false,
           "trust_grade": "A",
           "flags": [],
           "wallet_age_days": 31,
           "metrics": {
            "total_calls": 1200,
            "successful_calls": 1188,
            "reliability_pct": 99,
            "total_credits_spent": 950,
            "active_days": 28,
            "current_streak_days": 12,
            "unique_endpoints_used": 34
           },
           "ranks": {
            "reliability": {
             "rank": 1,
             "total": 50,
             "pct": 98
            },
            "composite": {
             "rank": 1,
             "total": 50,
             "pct": 98
            }
           }
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Full agent reputation leaderboard",
    "description": "Untruncated agent reputation leaderboard with the full reputation card for every ranked agent. The free leaderboard caps at 25; this returns the entire cohort ranked by reliability, spend, activity, streak, or composite over a 24h, 7d, 30d, or all-time window. Each card carries trust grade, flags, metrics, and per-metric ranks. AFTA-signed.",
    "tier": 1,
    "credits": 1,
    "category": "ai-agents-leaderboard"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "metric": "composite",
        "window": "all"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "metric": "composite",
        "window": "all",
        "total": 1,
        "results": [
         {
          "id": "0x55a15d",
          "card": {
           "ok": true,
           "wallet": "0x55a15d",
           "display_name": "tf-agent",
           "verified": true,
           "ofac_clean": true,
           "banned": false,
           "trust_grade": "A",
           "flags": [],
           "wallet_age_days": 31,
           "metrics": {
            "total_calls": 1200,
            "successful_calls": 1188,
            "reliability_pct": 99,
            "total_credits_spent": 950,
            "active_days": 28,
            "current_streak_days": 12,
            "unique_endpoints_used": 34
           },
           "ranks": {
            "reliability": {
             "rank": 1,
             "total": 50,
             "pct": 98
            },
            "composite": {
             "rank": 1,
             "total": 50,
             "pct": 98
            }
           }
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/jobs",
    "description": "Full and filtered TensorFeed Jobs cohort. The free tier caps at 25 active listings; this returns the untruncated set with category, free-text q, and status (active, filled, closed, expired) filters. Removed listings are never served. AFTA-signed. Listings are third-party content; TensorFeed is a listing and discovery service, not a party to any transaction.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "status": "active",
        "category": "data-labeling",
        "q": "rust",
        "limit": 200
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "status": "active",
        "category": "data-labeling",
        "q": "rust",
        "count": 1,
        "jobs": [
         {
          "id": "gig_a1b2c3",
          "status": "active",
          "title": "Label 5k Rust diffs for an SWE eval",
          "body": "Need a careful annotator for a Rust code-review dataset.",
          "category": "data-labeling",
          "budget_note": "300 USDC, milestone-based",
          "poster_addr": "0x55a15d",
          "poster_x402": "https://example.com/.well-known/x402",
          "created_at": 1748390400,
          "expires_at": 1750982400
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Agent-work job listings",
    "description": "Full and filtered TensorFeed Jobs cohort. The free tier caps at 25 active listings; this returns the untruncated set with category, free-text q, and status (active, filled, closed, expired) filters. Removed listings are never served. AFTA-signed. Listings are third-party content; TensorFeed is a listing and discovery service, not a party to any transaction.",
    "tier": 1,
    "credits": 1,
    "category": "ai-agent-jobs"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "status": "active",
        "category": "data-labeling",
        "q": "rust",
        "limit": 200
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "status": "active",
        "category": "data-labeling",
        "q": "rust",
        "count": 1,
        "jobs": [
         {
          "id": "gig_a1b2c3",
          "status": "active",
          "title": "Label 5k Rust diffs for an SWE eval",
          "body": "Need a careful annotator for a Rust code-review dataset.",
          "category": "data-labeling",
          "budget_note": "300 USDC, milestone-based",
          "poster_addr": "0x55a15d",
          "poster_x402": "https://example.com/.well-known/x402",
          "created_at": 1748390400,
          "expires_at": 1750982400
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/x402-index/publisher/:domain",
    "description": "Per-publisher x402 settlement receipts from the TensorFeed index of Base USDC settlements. Pass the publisher domain as the URL path segment, plus from and to (YYYY-MM-DD) query params for the window. Returns the registered payTo wallets, a windowed rollup (total volume_usdc, count, avg_amount) and a per-day series. A known publisher with no settlements in the window returns an empty receipt for free; an unindexed domain returns 404 with a hint.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-05-28",
        "to": "2026-05-29"
       },
       "pathParams": {
        "domain": "tensorfeed.ai"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "publisher": {
         "domain": "tensorfeed.ai",
         "pay_to_wallets": [
          "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1"
         ],
         "first_seen": "2026-05-28"
        },
        "window": {
         "from": "2026-05-28",
         "to": "2026-05-29",
         "days": 2
        },
        "rollup": {
         "volume_usdc": "1.020000",
         "count": 51,
         "avg_amount": "0.020000",
         "daily_series": [
          {
           "date": "2026-05-28",
           "volume_usdc": "1.020000",
           "count": 51
          }
         ]
        },
        "captured_at": "2026-05-29T18:00:00Z",
        "has_data": true,
        "attribution": "TensorFeed x402 settlement index (Base USDC, forward-only from 2026-05-28).",
        "license": "TensorFeed.ai editorial index. Attribution required."
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "Per-publisher x402 settlement",
    "description": "Per-publisher x402 settlement receipts from the TensorFeed index of Base USDC settlements. Pass the publisher domain as the URL path segment, plus from and to (YYYY-MM-DD) query params for the window. Returns the registered payTo wallets, a windowed rollup (total volume_usdc, count, avg_amount) and a per-day series. A known publisher with no settlements in the window returns an empty receipt for free; an unindexed domain returns 404 with a hint.",
    "tier": 1,
    "credits": 1,
    "category": "x402-publisher-settlement"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "pathParams": {
        "domain": "tensorfeed.ai"
       },
       "queryParams": {
        "from": "2026-05-28",
        "to": "2026-05-29"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "publisher": {
         "domain": "tensorfeed.ai",
         "pay_to_wallets": [
          "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1"
         ],
         "first_seen": "2026-05-28"
        },
        "window": {
         "from": "2026-05-28",
         "to": "2026-05-29",
         "days": 2
        },
        "rollup": {
         "volume_usdc": "1.020000",
         "count": 51,
         "avg_amount": "0.020000",
         "daily_series": [
          {
           "date": "2026-05-28",
           "volume_usdc": "1.020000",
           "count": 51
          }
         ]
        },
        "captured_at": "2026-05-29T18:00:00Z",
        "has_data": true,
        "attribution": "TensorFeed x402 settlement index (Base USDC, forward-only from 2026-05-28).",
        "license": "TensorFeed.ai editorial index. Attribution required."
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "pathParams": {
          "type": "object",
          "properties": {
           "domain": {
            "type": "string",
            "description": "Publisher domain as a single path segment (e.g. tensorfeed.ai). Canonicalized server-side; case-insensitive. Must be present in the x402 publisher registry (see /api/x402-index/publishers)."
           }
          },
          "required": [
           "domain"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Window start, YYYY-MM-DD. Required."
           },
           "to": {
            "type": "string",
            "description": "Window end, YYYY-MM-DD. Required."
           }
          },
          "required": [
           "from",
           "to"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     },
     "routeTemplate": "/api/premium/x402-index/publisher/:domain"
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/x402-publisher-verdict",
    "description": "x402 Publisher Trust Verdict. Pass one publisher domain and get a signed ruling on whether it is safe to pay: is its Base payTo wallet actively settling USDC (on-chain settlement inside the last 14 days), what is its 30-day settlement momentum (expanding, steady, contracting, or nascent), and is the wallet shared with another publisher so the counts cannot be split. Returns the verdict, the momentum, a trust block with the registered payTo wallets and first/last settled dates, and the settlement evidence (30-day volume, count, and daily series), plus an AFTA-signed receipt. Computed over TensorFeed's own index of Base USDC settlements, not a market-wide claim. The \"should I trust this x402 publisher\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "domain": "x402.tavily.com"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-06-04T11:55:00Z",
        "domain": "x402.tavily.com",
        "verdict": "actively_settling",
        "momentum": "expanding",
        "trust": {
         "wallet_shared": false,
         "disclosure": null,
         "pay_to_wallets": [
          "0xc78f83c13ba79be3781e7c5f658d1341729515b0"
         ],
         "first_seen": "2026-05-29",
         "first_settled": "2026-05-29",
         "last_settled": "2026-06-03"
        },
        "evidence": {
         "window_days": 30,
         "volume_usdc": "12.500000",
         "count": 40,
         "avg_amount": "0.312500",
         "daily_series": [
          {
           "date": "2026-05-29",
           "volume_usdc": "5.000000",
           "count": 16
          },
          {
           "date": "2026-06-03",
           "volume_usdc": "7.500000",
           "count": 24
          }
         ]
        },
        "claim": "x402.tavily.com is actively settling USDC on Base: a verified payTo wallet with on-chain settlement inside the last 14 days.",
        "notes": [
         "TF indexes x402 settlement on Base forward-only from 2026-05-28; windows that predate that read as empty."
        ],
        "attribution": {
         "sources": [
          "Base mainnet USDC Transfer events (on-chain)"
         ],
         "license": "CC BY 4.0"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-06T00:00:00Z",
   "metadata": {
    "name": "x402 publisher verdict",
    "description": "x402 Publisher Trust Verdict. Pass one publisher domain and get a signed ruling on whether it is safe to pay: is its Base payTo wallet actively settling USDC (on-chain settlement inside the last 14 days), what is its 30-day settlement momentum (expanding, steady, contracting, or nascent), and is the wallet shared with another publisher so the counts cannot be split. Returns the verdict, the momentum, a trust block with the registered payTo wallets and first/last settled dates, and the settlement evidence (30-day volume, count, and daily series), plus an AFTA-signed receipt. Computed over TensorFeed's own index of Base USDC settlements, not a market-wide claim. The \"should I trust this x402 publisher\" call.",
    "tier": 1,
    "credits": 1,
    "category": "x402-publisher-verdict"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "domain": "x402.tavily.com"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "capturedAt": "2026-06-04T11:55:00Z",
        "domain": "x402.tavily.com",
        "verdict": "actively_settling",
        "momentum": "expanding",
        "trust": {
         "wallet_shared": false,
         "disclosure": null,
         "pay_to_wallets": [
          "0xc78f83c13ba79be3781e7c5f658d1341729515b0"
         ],
         "first_seen": "2026-05-29",
         "first_settled": "2026-05-29",
         "last_settled": "2026-06-03"
        },
        "evidence": {
         "window_days": 30,
         "volume_usdc": "12.500000",
         "count": 40,
         "avg_amount": "0.312500",
         "daily_series": [
          {
           "date": "2026-05-29",
           "volume_usdc": "5.000000",
           "count": 16
          },
          {
           "date": "2026-06-03",
           "volume_usdc": "7.500000",
           "count": 24
          }
         ]
        },
        "claim": "x402.tavily.com is actively settling USDC on Base: a verified payTo wallet with on-chain settlement inside the last 14 days.",
        "notes": [
         "TF indexes x402 settlement on Base forward-only from 2026-05-28; windows that predate that read as empty."
        ],
        "attribution": {
         "sources": [
          "Base mainnet USDC Transfer events (on-chain)"
         ],
         "license": "CC BY 4.0"
        },
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "domain": {
            "type": "string",
            "description": "Publisher domain to rule on (e.g. x402.tavily.com). Canonicalized server-side; case-insensitive. Required."
           }
          },
          "required": [
           "domain"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-capex-cycle-verdict",
    "description": "AI Capex Cycle Verdict. One paid call ranks the current AI infrastructure buildout against six historical technology capital buildouts (UK and US railways, electrification, the Bell telephone network, the dotcom telecom-fiber overbuild) on the single cross-era-comparable axis: peak annual capex as a share of GDP. Returns a MODERATE / ELEVATED / EXTREME / UNPRECEDENTED band, the current rank, the closest and farthest historical analog, the equities-led cycles flagged separately as sentiment outliers, the post-bust dimensions that cannot be scored while a cycle is in progress, and an AFTA-signed receipt. It deliberately does not call bubble or not-a-bubble. No params. The \"how does the AI buildout compare to past capital manias\" call.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET"
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "capex_cycle_analog",
        "verdict": "ELEVATED",
        "ranked_dimension": "peak_capex_pct_gdp",
        "current_cycle": {
         "id": "ai-buildout",
         "name": "AI infrastructure buildout",
         "peak_capex_pct_gdp": 1.887,
         "annual_capex_usd_b": 600,
         "in_progress": true
        },
        "current_rank": 3,
        "total_ranked": 6,
        "exceeds_all_priors": false,
        "ranking": [
         {
          "id": "uk-railway-mania",
          "name": "UK Railway Mania",
          "peak_capex_pct_gdp": 7,
          "is_current": false
         },
         {
          "id": "us-railroad-1873",
          "name": "US Railroad Boom and Panic of 1873",
          "peak_capex_pct_gdp": 4.8,
          "is_current": false
         },
         {
          "id": "ai-buildout",
          "name": "AI infrastructure buildout",
          "peak_capex_pct_gdp": 1.887,
          "is_current": true
         },
         {
          "id": "dotcom-fiber",
          "name": "Dotcom and Telecom-Fiber Overbuild",
          "peak_capex_pct_gdp": 1.2,
          "is_current": false
         }
        ],
        "closest_analog": {
         "cycle_id": "dotcom-fiber",
         "name": "Dotcom and Telecom-Fiber Overbuild",
         "peak_capex_pct_gdp": 1.2,
         "distance": 0.687
        },
        "sentiment_outliers": [
         {
          "cycle_id": "radio-1929",
          "name": "1920s Radio Boom and 1929 Crash",
          "peak_to_trough_drawdown_pct": 98
         }
        ],
        "not_yet_measurable": [
         "overbuild_ratio",
         "peak_to_trough_drawdown_pct",
         "boom_to_bust_years",
         "survival_rate_pct"
        ],
        "captured_at": "2026-06-07T00:00:00Z",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-07T00:00:00Z",
   "metadata": {
    "name": "AI Capex Cycle Verdict",
    "description": "AI Capex Cycle Verdict. One paid call ranks the current AI infrastructure buildout against six historical technology capital buildouts (UK and US railways, electrification, the Bell telephone network, the dotcom telecom-fiber overbuild) on the single cross-era-comparable axis: peak annual capex as a share of GDP. Returns a MODERATE / ELEVATED / EXTREME / UNPRECEDENTED band, the current rank, the closest and farthest historical analog, the equities-led cycles flagged separately as sentiment outliers, the post-bust dimensions that cannot be scored while a cycle is in progress, and an AFTA-signed receipt. It deliberately does not call bubble or not-a-bubble. No params. The \"how does the AI buildout compare to past capital manias\" call.",
    "tier": 1,
    "credits": 1,
    "category": "ai-capex-cycle-verdict"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET"
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "verdict_kind": "capex_cycle_analog",
        "verdict": "ELEVATED",
        "ranked_dimension": "peak_capex_pct_gdp",
        "current_cycle": {
         "id": "ai-buildout",
         "name": "AI infrastructure buildout",
         "peak_capex_pct_gdp": 1.887,
         "annual_capex_usd_b": 600,
         "in_progress": true
        },
        "current_rank": 3,
        "total_ranked": 6,
        "exceeds_all_priors": false,
        "ranking": [
         {
          "id": "uk-railway-mania",
          "name": "UK Railway Mania",
          "peak_capex_pct_gdp": 7,
          "is_current": false
         },
         {
          "id": "us-railroad-1873",
          "name": "US Railroad Boom and Panic of 1873",
          "peak_capex_pct_gdp": 4.8,
          "is_current": false
         },
         {
          "id": "ai-buildout",
          "name": "AI infrastructure buildout",
          "peak_capex_pct_gdp": 1.887,
          "is_current": true
         },
         {
          "id": "dotcom-fiber",
          "name": "Dotcom and Telecom-Fiber Overbuild",
          "peak_capex_pct_gdp": 1.2,
          "is_current": false
         }
        ],
        "closest_analog": {
         "cycle_id": "dotcom-fiber",
         "name": "Dotcom and Telecom-Fiber Overbuild",
         "peak_capex_pct_gdp": 1.2,
         "distance": 0.687
        },
        "sentiment_outliers": [
         {
          "cycle_id": "radio-1929",
          "name": "1920s Radio Boom and 1929 Crash",
          "peak_to_trough_drawdown_pct": 98
         }
        ],
        "not_yet_measurable": [
         "overbuild_ratio",
         "peak_to_trough_drawdown_pct",
         "boom_to_bust_years",
         "survival_rate_pct"
        ],
        "captured_at": "2026-06-07T00:00:00Z",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/eu-ai-act/notified-bodies/history",
    "description": "EU AI Act notified-body designation history. The European Commission lists which bodies may certify high-risk AI (NANDO / SMCS) but publishes no change history; TensorFeed diffs the register daily and keeps the designation time series: every first designation, status change (Active, Suspended, Withdrawn), scope change, and delisting under the AI Act, the Cyber Resilience Act, and EUCC, timestamped on the day observed. Optional ?from=&to=&legislation_id=&type= filters. Free taste at /api/eu-ai-act/notified-bodies. No-charge while the log is empty (the AI Act is pre-first-designation today) or when the filtered window has no events. AFTA-signed receipt.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-06-01",
        "to": "2026-12-31",
        "legislation_id": 168380,
        "type": "designation_first_seen"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-10T19:33:09.000Z",
        "baseline_established_at": "2026-06-09T19:33:09.000Z",
        "total": 1,
        "events": [
         {
          "type": "designation_first_seen",
          "observed_at": "2026-06-10T19:33:09.000Z",
          "legislation_id": 168380,
          "legislation": "Regulation (EU) 2024/1689 on artificial intelligence (Artificial Intelligence Act)",
          "notification_id": 1031234,
          "body": "Example Conformity Assessment GmbH",
          "body_display": "NB 1234",
          "country": "Germany",
          "detail": "first designation observed: NB 1234 under Regulation (EU) 2024/1689"
         }
        ],
        "source": "European Commission, NANDO / Single Market Compliance Space, CC BY 4.0",
        "license": "CC BY 4.0 (European Commission reuse policy, Decision 2011/833/EU)",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-09T00:00:00Z",
   "metadata": {
    "name": "EU AI Act designation history",
    "description": "EU AI Act notified-body designation history. The European Commission lists which bodies may certify high-risk AI (NANDO / SMCS) but publishes no change history; TensorFeed diffs the register daily and keeps the designation time series: every first designation, status change (Active, Suspended, Withdrawn), scope change, and delisting under the AI Act, the Cyber Resilience Act, and EUCC, timestamped on the day observed. Optional ?from=&to=&legislation_id=&type= filters. Free taste at /api/eu-ai-act/notified-bodies. No-charge while the log is empty (the AI Act is pre-first-designation today) or when the filtered window has no events. AFTA-signed receipt.",
    "tier": 1,
    "credits": 1,
    "category": "eu-ai-act-notified-bodies"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-06-01",
        "to": "2026-12-31",
        "legislation_id": 168380,
        "type": "designation_first_seen"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-10T19:33:09.000Z",
        "baseline_established_at": "2026-06-09T19:33:09.000Z",
        "total": 1,
        "events": [
         {
          "type": "designation_first_seen",
          "observed_at": "2026-06-10T19:33:09.000Z",
          "legislation_id": 168380,
          "legislation": "Regulation (EU) 2024/1689 on artificial intelligence (Artificial Intelligence Act)",
          "notification_id": 1031234,
          "body": "Example Conformity Assessment GmbH",
          "body_display": "NB 1234",
          "country": "Germany",
          "detail": "first designation observed: NB 1234 under Regulation (EU) 2024/1689"
         }
        ],
        "source": "European Commission, NANDO / Single Market Compliance Space, CC BY 4.0",
        "license": "CC BY 4.0 (European Commission reuse policy, Decision 2011/833/EU)",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "description": "Inclusive start day, YYYY-MM-DD, on the observed_at date."
           },
           "to": {
            "type": "string",
            "description": "Inclusive end day, YYYY-MM-DD."
           },
           "legislation_id": {
            "type": "number",
            "description": "NANDO legislation id: 168380 AI Act, 167953 Cyber Resilience Act, 164702 EUCC."
           },
           "type": {
            "type": "string",
            "description": "Event type: designation_first_seen, status_change, scope_change, or delisted."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/model-intelligence",
    "description": "Full per-model TensorFeed Intelligence Index (TFII) breakdown over the latest daily snapshot: the headline composite score, per-task subscores (code, reasoning, knowledge, instruction following), and the trust block that flags benchmark saturation and contamination. One paid call scores every tracked model; pass model to narrow to one. The free sibling returns the ranked list without the subscore and trust detail.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "as_of": "2026-06-12T07:00:00Z",
        "methodology_version": "1.0",
        "methodology_url": "https://tensorfeed.ai/intelligence",
        "count": 18,
        "models": [
         {
          "model_id": "claude-opus-4-7",
          "name": "Claude Opus 4.7",
          "provider": "anthropic",
          "tfii": 87.4,
          "rank": 1,
          "subscores": {
           "code": 91.2,
           "reasoning": 88,
           "knowledge": 84.6,
           "instruction_following": 89.1
          },
          "trust": {
           "saturation_flag": false,
           "contamination_flag": false,
           "sample_size": 14
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "Model intelligence index (TFII)",
    "description": "Full per-model TensorFeed Intelligence Index (TFII) breakdown over the latest daily snapshot: the headline composite score, per-task subscores (code, reasoning, knowledge, instruction following), and the trust block that flags benchmark saturation and contamination. One paid call scores every tracked model; pass model to narrow to one. The free sibling returns the ranked list without the subscore and trust detail.",
    "tier": 1,
    "credits": 1,
    "category": "ai-model-intelligence"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "as_of": "2026-06-12T07:00:00Z",
        "methodology_version": "1.0",
        "methodology_url": "https://tensorfeed.ai/intelligence",
        "count": 18,
        "models": [
         {
          "model_id": "claude-opus-4-7",
          "name": "Claude Opus 4.7",
          "provider": "anthropic",
          "tfii": 87.4,
          "rank": 1,
          "subscores": {
           "code": 91.2,
           "reasoning": 88,
           "knowledge": 84.6,
           "instruction_following": 89.1
          },
          "trust": {
           "saturation_flag": false,
           "contamination_flag": false,
           "sample_size": 14
          }
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "model": {
            "type": "string",
            "description": "Optional model id to narrow the breakdown to one model. Omit for every tracked model."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/model-intelligence/history",
    "description": "A single model TFII time series across the dated daily snapshots in a requested window. One paid call returns the headline score and rank for each captured date so an agent can chart how a model standing moved over time. Requires model; from and to bound the window.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7",
        "from": "2026-05-01",
        "to": "2026-06-01"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "model_id": "claude-opus-4-7",
        "from": "2026-05-01",
        "to": "2026-06-01",
        "points": 2,
        "series": [
         {
          "date": "2026-05-01",
          "tfii": 86.1,
          "rank": 1
         },
         {
          "date": "2026-06-01",
          "tfii": 87.4,
          "rank": 1
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "Model intelligence history",
    "description": "A single model TFII time series across the dated daily snapshots in a requested window. One paid call returns the headline score and rank for each captured date so an agent can chart how a model standing moved over time. Requires model; from and to bound the window.",
    "tier": 1,
    "credits": 1,
    "category": "ai-model-intelligence-history"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "model": "claude-opus-4-7",
        "from": "2026-05-01",
        "to": "2026-06-01"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "model_id": "claude-opus-4-7",
        "from": "2026-05-01",
        "to": "2026-06-01",
        "points": 2,
        "series": [
         {
          "date": "2026-05-01",
          "tfii": 86.1,
          "rank": 1
         },
         {
          "date": "2026-06-01",
          "tfii": 87.4,
          "rank": 1
         }
        ],
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "model": {
            "type": "string",
            "description": "Required model id to chart."
           },
           "from": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Window start, inclusive UTC date (YYYY-MM-DD)."
           },
           "to": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Window end, inclusive UTC date (YYYY-MM-DD)."
           }
          },
          "required": [
           "model"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/substrate-changelog/history",
    "description": "The full forward-only changelog of the AI substrate across a date range: model lifecycle events (added, removed, repriced, deprecated), agent-protocol spec version bumps (MCP, x402, A2A), and agent-framework releases, each timestamped on the day TensorFeed observed it. Filterable by event_type. The audit trail behind the recent-changes feed. Requires from and to.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-05-01",
        "to": "2026-06-01",
        "event_type": "model_added"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": "2026-05-01",
        "to": "2026-06-01",
        "count": 1,
        "events": [
         {
          "id": "evt-2026-05-14-model-added-sonnet-4-7",
          "type": "model_added",
          "at": "2026-05-14T08:00:00Z",
          "subject": "Sonnet 4.7",
          "provider": "anthropic",
          "detail": "New model added to the catalog at 3 USD / 15 USD per 1M tokens.",
          "version": null,
          "source_url": "https://tensorfeed.ai/models"
         }
        ],
        "attribution": "TensorFeed substrate changelog derived from its model catalog, deprecation registry, and the public MCP, x402, and A2A spec repositories",
        "license": "CC BY 4.0",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "Substrate changelog history",
    "description": "The full forward-only changelog of the AI substrate across a date range: model lifecycle events (added, removed, repriced, deprecated), agent-protocol spec version bumps (MCP, x402, A2A), and agent-framework releases, each timestamped on the day TensorFeed observed it. Filterable by event_type. The audit trail behind the recent-changes feed. Requires from and to.",
    "tier": 1,
    "credits": 1,
    "category": "ai-substrate-changelog"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-05-01",
        "to": "2026-06-01",
        "event_type": "model_added"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "from": "2026-05-01",
        "to": "2026-06-01",
        "count": 1,
        "events": [
         {
          "id": "evt-2026-05-14-model-added-sonnet-4-7",
          "type": "model_added",
          "at": "2026-05-14T08:00:00Z",
          "subject": "Sonnet 4.7",
          "provider": "anthropic",
          "detail": "New model added to the catalog at 3 USD / 15 USD per 1M tokens.",
          "version": null,
          "source_url": "https://tensorfeed.ai/models"
         }
        ],
        "attribution": "TensorFeed substrate changelog derived from its model catalog, deprecation registry, and the public MCP, x402, and A2A spec repositories",
        "license": "CC BY 4.0",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Range start, inclusive UTC date (YYYY-MM-DD)."
           },
           "to": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Range end, inclusive UTC date (YYYY-MM-DD)."
           },
           "event_type": {
            "type": "string",
            "description": "Optional filter to one event type (for example model_added, model_removed, model_repriced, model_deprecated, spec_version, framework_release)."
           }
          },
          "required": [
           "from",
           "to"
          ]
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/export-controls/ai/history",
    "description": "The filterable history of US BIS AI and advanced-computing export-control actions: Entity List changes, advanced-computing license and threshold rules, and due-diligence measures, classified from the Federal Register and bucketed by category. One paid call returns the full action set across a date range. This is a restatement of public rule notices, not a restricted-party screen.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-01-01",
        "to": "2026-06-01",
        "category": "entity-list"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T18:00:00Z",
        "from": "2026-01-01",
        "to": "2026-06-01",
        "total": 67,
        "by_category": {
         "entity-list": 21,
         "license-policy": 14,
         "due-diligence": 9,
         "model-weights": 4,
         "other": 19
        },
        "recent": [
         {
          "id": "fr-2026-09876",
          "title": "Additions to the Entity List",
          "doc_type": "rule",
          "category": "entity-list",
          "abstract": "BIS adds named entities determined to be acting contrary to US national security interests.",
          "publication_date": "2026-05-22",
          "source_url": "https://www.federalregister.gov/documents/2026/05/22/2026-09876",
          "agency": "Bureau of Industry and Security"
         }
        ],
        "source": "US Federal Register (federalregister.gov), public domain. TensorFeed editorial classification.",
        "license": "Public domain (US Government work). TensorFeed editorial classification and aggregation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "AI export-control action history",
    "description": "The filterable history of US BIS AI and advanced-computing export-control actions: Entity List changes, advanced-computing license and threshold rules, and due-diligence measures, classified from the Federal Register and bucketed by category. One paid call returns the full action set across a date range. This is a restatement of public rule notices, not a restricted-party screen.",
    "tier": 1,
    "credits": 1,
    "category": "ai-export-controls"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {
        "from": "2026-01-01",
        "to": "2026-06-01",
        "category": "entity-list"
       }
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T18:00:00Z",
        "from": "2026-01-01",
        "to": "2026-06-01",
        "total": 67,
        "by_category": {
         "entity-list": 21,
         "license-policy": 14,
         "due-diligence": 9,
         "model-weights": 4,
         "other": 19
        },
        "recent": [
         {
          "id": "fr-2026-09876",
          "title": "Additions to the Entity List",
          "doc_type": "rule",
          "category": "entity-list",
          "abstract": "BIS adds named entities determined to be acting contrary to US national security interests.",
          "publication_date": "2026-05-22",
          "source_url": "https://www.federalregister.gov/documents/2026/05/22/2026-09876",
          "agency": "Bureau of Industry and Security"
         }
        ],
        "source": "US Federal Register (federalregister.gov), public domain. TensorFeed editorial classification.",
        "license": "Public domain (US Government work). TensorFeed editorial classification and aggregation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object",
          "properties": {
           "from": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Optional range start, inclusive UTC date (YYYY-MM-DD)."
           },
           "to": {
            "type": "string",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "description": "Optional range end, inclusive UTC date (YYYY-MM-DD)."
           },
           "category": {
            "type": "string",
            "description": "Optional category filter (entity-list, license-policy, due-diligence, model-weights, other)."
           }
          }
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/federal-ai-policy",
    "description": "Every AI-related US Federal Register action (rules, proposed rules, notices, presidential documents) joined with AI-named federal bills from GovInfo, with agency and document-type rollups. The executive and legislative AI-policy layers in one signed read. Coverage is a verifiable precision floor: a document that regulates AI without naming it in its title is not counted.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T01:00:00Z",
        "window_days": 120,
        "total_documents": 3,
        "unique_agencies": 3,
        "by_agency": {
         "Office of Science and Technology Policy": 1,
         "Department of Commerce": 1,
         "Federal Trade Commission": 1
        },
        "by_type": {
         "presidential-document": 1,
         "rule": 1,
         "notice": 1
        },
        "recent_documents": [
         {
          "id": "fr-2026-10123",
          "title": "Executive Order on Trustworthy Artificial Intelligence",
          "doc_type": "presidential-document",
          "agency": "Executive Office of the President",
          "publication_date": "2026-05-30",
          "source_url": "https://www.federalregister.gov/documents/2026/05/30/2026-10123"
         }
        ],
        "bills_enabled": true,
        "total_bills": 4,
        "recent_bills": [
         {
          "bill_id": "hr-5544-119",
          "title": "Artificial Intelligence Accountability Act",
          "introduced_date": "2026-05-12",
          "source_url": "https://www.govinfo.gov/app/details/BILLS-119hr5544ih"
         }
        ],
        "source": "Federal Register API plus GovInfo BILLS search (US Government works, public domain).",
        "license": "Public domain (US Government works). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "Federal AI policy actions",
    "description": "Every AI-related US Federal Register action (rules, proposed rules, notices, presidential documents) joined with AI-named federal bills from GovInfo, with agency and document-type rollups. The executive and legislative AI-policy layers in one signed read. Coverage is a verifiable precision floor: a document that regulates AI without naming it in its title is not counted.",
    "tier": 1,
    "credits": 1,
    "category": "ai-federal-policy"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T01:00:00Z",
        "window_days": 120,
        "total_documents": 3,
        "unique_agencies": 3,
        "by_agency": {
         "Office of Science and Technology Policy": 1,
         "Department of Commerce": 1,
         "Federal Trade Commission": 1
        },
        "by_type": {
         "presidential-document": 1,
         "rule": 1,
         "notice": 1
        },
        "recent_documents": [
         {
          "id": "fr-2026-10123",
          "title": "Executive Order on Trustworthy Artificial Intelligence",
          "doc_type": "presidential-document",
          "agency": "Executive Office of the President",
          "publication_date": "2026-05-30",
          "source_url": "https://www.federalregister.gov/documents/2026/05/30/2026-10123"
         }
        ],
        "bills_enabled": true,
        "total_bills": 4,
        "recent_bills": [
         {
          "bill_id": "hr-5544-119",
          "title": "Artificial Intelligence Accountability Act",
          "introduced_date": "2026-05-12",
          "source_url": "https://www.govinfo.gov/app/details/BILLS-119hr5544ih"
         }
        ],
        "source": "Federal Register API plus GovInfo BILLS search (US Government works, public domain).",
        "license": "Public domain (US Government works). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/funding/federal/momentum",
    "description": "A signed leadership and concentration ruling over the federal AI-spending snapshot: which vendor in the bellwether cohort leads on award value, the top-two combined share, and the concentration read, with the underlying per-vendor totals. The verdict an agent reads instead of recomputing shares from raw USAspending award records.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T14:00:00Z",
        "window_days": 365,
        "cohort_size": 8,
        "leader": {
         "vendor": "Example AI Corp",
         "total_usd": 412000000,
         "awards": 37,
         "share_pct": 0.34
        },
        "top2_share_pct": 0.58,
        "hhi": 0.21,
        "concentration": "moderately concentrated",
        "vendors": [
         {
          "vendor": "Example AI Corp",
          "total_usd": 412000000,
          "awards": 37,
          "share_pct": 0.34
         }
        ],
        "source": "USAspending.gov (US federal contract and grant awards, public domain under the DATA Act).",
        "license": "Public domain (US Government work). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "Federal AI spending momentum",
    "description": "A signed leadership and concentration ruling over the federal AI-spending snapshot: which vendor in the bellwether cohort leads on award value, the top-two combined share, and the concentration read, with the underlying per-vendor totals. The verdict an agent reads instead of recomputing shares from raw USAspending award records.",
    "tier": 1,
    "credits": 1,
    "category": "ai-federal-funding-momentum"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T14:00:00Z",
        "window_days": 365,
        "cohort_size": 8,
        "leader": {
         "vendor": "Example AI Corp",
         "total_usd": 412000000,
         "awards": 37,
         "share_pct": 0.34
        },
        "top2_share_pct": 0.58,
        "hhi": 0.21,
        "concentration": "moderately concentrated",
        "vendors": [
         {
          "vendor": "Example AI Corp",
          "total_usd": 412000000,
          "awards": 37,
          "share_pct": 0.34
         }
        ],
        "source": "USAspending.gov (US federal contract and grant awards, public domain under the DATA Act).",
        "license": "Public domain (US Government work). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/procurement/ai-contracts/demand",
    "description": "A signed read on federal AI procurement demand: agency concentration (top-agency share and HHI), emerging contractors winning AI work beyond the known vendor cohort, and the top buying agencies, derived from a keyword search of USAspending award descriptions. Coverage is a verifiable floor: it misses awards whose description does not name AI.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T16:00:00Z",
        "window_days": 180,
        "agency_concentration": {
         "top_agency": "Department of Defense",
         "top_agency_share_pct": 0.41,
         "hhi": 0.27
        },
        "emerging_contractors": [
         {
          "recipient": "New Entrant Labs LLC",
          "total_usd": 9400000,
          "awards": 3,
          "first_seen": "2026-04-02"
         }
        ],
        "top_agencies": [
         {
          "agency": "Department of Defense",
          "total_usd": 188000000,
          "awards": 52
         }
        ],
        "source": "USAspending.gov (US federal contract awards, public domain under the DATA Act).",
        "license": "Public domain (US Government work). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "Federal AI procurement demand",
    "description": "A signed read on federal AI procurement demand: agency concentration (top-agency share and HHI), emerging contractors winning AI work beyond the known vendor cohort, and the top buying agencies, derived from a keyword search of USAspending award descriptions. Coverage is a verifiable floor: it misses awards whose description does not name AI.",
    "tier": 1,
    "credits": 1,
    "category": "ai-procurement-demand"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T16:00:00Z",
        "window_days": 180,
        "agency_concentration": {
         "top_agency": "Department of Defense",
         "top_agency_share_pct": 0.41,
         "hhi": 0.27
        },
        "emerging_contractors": [
         {
          "recipient": "New Entrant Labs LLC",
          "total_usd": 9400000,
          "awards": 3,
          "first_seen": "2026-04-02"
         }
        ],
        "top_agencies": [
         {
          "agency": "Department of Defense",
          "total_usd": 188000000,
          "awards": 52
         }
        ],
        "source": "USAspending.gov (US federal contract awards, public domain under the DATA Act).",
        "license": "Public domain (US Government work). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/procurement/ai-opportunities/deadlines",
    "description": "The full ranked pipeline of open federal AI contract opportunities from SAM.gov, sorted by response deadline. Each carries days remaining, set-aside type, the buying agency, and the direct solicitation link, so an agent watching for bid windows gets the actionable list in one call rather than paging the raw API.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T01:00:00Z",
        "total_open": 10,
        "opportunities": [
         {
          "notice_id": "abc123def456",
          "title": "Machine Learning Model Evaluation Services",
          "agency": "General Services Administration",
          "set_aside": "Total Small Business Set-Aside",
          "response_deadline": "2026-06-20",
          "days_remaining": 8,
          "solicitation_url": "https://sam.gov/opp/abc123def456/view"
         }
        ],
        "source": "SAM.gov Get Opportunities API (US federal contract opportunities, public domain).",
        "license": "Public domain (US Government work). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "Federal AI opportunity deadlines",
    "description": "The full ranked pipeline of open federal AI contract opportunities from SAM.gov, sorted by response deadline. Each carries days remaining, set-aside type, the buying agency, and the direct solicitation link, so an agent watching for bid windows gets the actionable list in one call rather than paging the raw API.",
    "tier": 1,
    "credits": 1,
    "category": "ai-procurement-deadlines"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-12T01:00:00Z",
        "total_open": 10,
        "opportunities": [
         {
          "notice_id": "abc123def456",
          "title": "Machine Learning Model Evaluation Services",
          "agency": "General Services Administration",
          "set_aside": "Total Small Business Set-Aside",
          "response_deadline": "2026-06-20",
          "days_remaining": 8,
          "solicitation_url": "https://sam.gov/opp/abc123def456/view"
         }
        ],
        "source": "SAM.gov Get Opportunities API (US federal contract opportunities, public domain).",
        "license": "Public domain (US Government work). TensorFeed editorial aggregation and derivation.",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  },
  {
   "resource": {
    "url": "https://tensorfeed.ai/api/premium/ai-datacenters/buildout",
    "description": "The aggregate of the AI datacenter buildout: disclosed power (MW) and capex totals rolled up by operator, region, and status, plus the forward commissioning calendar of sites coming online. One paid call turns the per-site dataset into the supply-side picture an agent needs for capacity and concentration analysis.",
    "mimeType": "application/json"
   },
   "type": "http",
   "method": "GET",
   "x402Version": 2,
   "accepts": [
    {
     "scheme": "exact",
     "network": "eip155:8453",
     "amount": "20000",
     "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
     "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
     "maxTimeoutSeconds": 60,
     "extra": {
      "name": "USD Coin",
      "version": "2"
     },
     "outputSchema": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-04T00:00:00Z",
        "totals": {
         "power_mw": 18400,
         "capex_usd_b": 214.6,
         "site_count": 23
        },
        "by_operator": [
         {
          "operator": "Example Hyperscaler",
          "power_mw": 5200,
          "capex_usd_b": 61,
          "site_count": 6
         }
        ],
        "by_region": [
         {
          "region": "US Midwest",
          "power_mw": 4100,
          "site_count": 5
         }
        ],
        "by_status": {
         "operational": 9,
         "construction": 8,
         "announced": 6
        },
        "commissioning_calendar": [
         {
          "project_name": "Example Campus Phase 2",
          "operator": "Example Hyperscaler",
          "first_power": "2026-09",
          "power_mw": 900
         }
        ],
        "source": "tensorfeed.ai",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     }
    }
   ],
   "lastUpdated": "2026-06-13T00:00:00Z",
   "metadata": {
    "name": "AI datacenter buildout aggregate",
    "description": "The aggregate of the AI datacenter buildout: disclosed power (MW) and capex totals rolled up by operator, region, and status, plus the forward commissioning calendar of sites coming online. One paid call turns the per-site dataset into the supply-side picture an agent needs for capacity and concentration analysis.",
    "tier": 1,
    "credits": 1,
    "category": "ai-datacenter-buildout"
   },
   "extensions": {
    "bazaar": {
     "info": {
      "input": {
       "type": "http",
       "method": "GET",
       "queryParams": {}
      },
      "output": {
       "type": "json",
       "example": {
        "ok": true,
        "captured_at": "2026-06-04T00:00:00Z",
        "totals": {
         "power_mw": 18400,
         "capex_usd_b": 214.6,
         "site_count": 23
        },
        "by_operator": [
         {
          "operator": "Example Hyperscaler",
          "power_mw": 5200,
          "capex_usd_b": 61,
          "site_count": 6
         }
        ],
        "by_region": [
         {
          "region": "US Midwest",
          "power_mw": 4100,
          "site_count": 5
         }
        ],
        "by_status": {
         "operational": 9,
         "construction": 8,
         "announced": 6
        },
        "commissioning_calendar": [
         {
          "project_name": "Example Campus Phase 2",
          "operator": "Example Hyperscaler",
          "first_power": "2026-09",
          "power_mw": 900
         }
        ],
        "source": "tensorfeed.ai",
        "billing": {
         "credits_charged": 1,
         "credits_remaining": 49
        }
       }
      }
     },
     "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
       "input": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "http"
         },
         "method": {
          "type": "string",
          "enum": [
           "GET"
          ]
         },
         "queryParams": {
          "type": "object"
         }
        },
        "required": [
         "type",
         "method"
        ],
        "additionalProperties": false
       },
       "output": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string"
         },
         "example": {
          "type": "object"
         }
        },
        "required": [
         "type"
        ]
       }
      },
      "required": [
       "input"
      ]
     }
    }
   }
  }
 ],
 "freeEndpoints": [
  {
   "resource": "https://tensorfeed.ai/api/news",
   "description": "Latest AI news articles aggregated from 15+ sources. Free, no auth."
  },
  {
   "resource": "https://tensorfeed.ai/api/status",
   "description": "Real-time AI service status (Claude, OpenAI, Gemini, Mistral, Cohere, Replicate, Hugging Face). Free, no auth."
  },
  {
   "resource": "https://tensorfeed.ai/api/models",
   "description": "AI model pricing, context windows, capabilities. Free, no auth."
  },
  {
   "resource": "https://tensorfeed.ai/api/benchmarks",
   "description": "AI model benchmark scores. Free, no auth."
  },
  {
   "resource": "https://tensorfeed.ai/api/history",
   "description": "Daily historical snapshots of pricing, models, benchmarks, status, and agent activity. Free, no auth. Single-day raw payload; aggregated views are premium.",
   "perDate": "https://tensorfeed.ai/api/history/{YYYY-MM-DD}/{type}"
  },
  {
   "resource": "https://tensorfeed.ai/api/preview/routing",
   "description": "Free top-1 routing recommendation. Rate-limited to 5 calls per UTC day per IP. Premium /api/premium/routing has no rate limit and returns top-N with full breakdown."
  },
  {
   "resource": "https://tensorfeed.ai/api/free-tier/status",
   "description": "Self-service quota check for the free premium-trial allowance. No auth required. Returns caller IP's used/remaining/resets_at for the 24h rolling 100-call window. Lets agents budget without burning a quota slot."
  },
  {
   "resource": "https://tensorfeed.ai/api/agents/activity",
   "description": "Real-time AI agent traffic metrics on tensorfeed.ai. Free, no auth."
  },
  {
   "resource": "https://tensorfeed.ai/api/gpu/pricing",
   "description": "Aggregated GPU rental pricing across cloud GPU marketplaces (Vast.ai + RunPod). Cheapest on-demand and spot per canonical GPU. Refreshed every 4 hours. Free, no auth."
  },
  {
   "resource": "https://tensorfeed.ai/api/gpu/pricing/cheapest",
   "description": "Top 3 cheapest current GPU offers for one canonical GPU class. Params: ?gpu=H100&type=on_demand|spot. Agent-friendly entry point. Free, no auth."
  }
 ],
 "sdks": [
  {
   "language": "python",
   "package": "tensorfeed",
   "registry": "pypi",
   "install": "pip install tensorfeed",
   "withWeb3": "pip install 'tensorfeed[web3]'",
   "url": "https://pypi.org/project/tensorfeed/"
  },
  {
   "language": "typescript",
   "package": "tensorfeed",
   "registry": "npm",
   "install": "npm install tensorfeed",
   "url": "https://www.npmjs.com/package/tensorfeed"
  },
  {
   "language": "mcp",
   "package": "@tensorfeed/mcp-server",
   "registry": "npm",
   "install": "npx -y @tensorfeed/mcp-server",
   "envVar": "TENSORFEED_TOKEN",
   "url": "https://www.npmjs.com/package/@tensorfeed/mcp-server",
   "manifest": "https://github.com/RipperMercs/tensorfeed/blob/main/mcp-server/server.json"
  }
 ],
 "lastUpdated": "2026-06-13T00:00:00Z"
}
