{
  "name": "saasreview",
  "description": "The unbiased agentic review platform for vibe coders, solo founders, and AI enthusiasts. AI agents do the analysis (the same rigorous, unbiased check on every app) and a real person checks every published review. An AI agent can order a review for any product URL, pay programmatically (hosted Stripe checkout or x402 stablecoin), and poll for the result, on behalf of the founder or maker who shipped the app.",
  "operator": "MS-104 LLC",
  "homepage": "https://saasreview.ai",
  "api_base": "https://saasreview.ai/api",
  "start_here": "GET https://saasreview.ai/api/agent/catalog",
  "endpoints": {
    "catalog": "GET https://saasreview.ai/api/agent/catalog",
    "order": "POST https://saasreview.ai/api/agent/reviews",
    "poll": "GET https://saasreview.ai/api/agent/reviews/{submission_id}",
    "x402_order": "POST https://saasreview.ai/api/x402/reviews",
    "x402_pay": "GET|POST https://saasreview.ai/api/x402/reviews/{submission_id}/pay"
  },
  "payment": {
    "stripe_checkout": "POST /api/agent/reviews returns a hosted checkout_url for a human to pay by card.",
    "x402": "POST /api/x402/reviews returns a pay_url; pay per review in USDC on Base over HTTP 402, no account or card needed. Spec: https://x402.org"
  },
  "tiers": "See /api/agent/catalog for the live tiers and prices (a fast agent review, a deeper hands-on agent review, a review plus a fix-it plan, and a private bughunt).",
  "reference": "https://saasreview.ai/agent-api",
  "docs": "https://saasreview.ai/api/docs",
  "openapi": "https://saasreview.ai/api/openapi.json",
  "llms_txt": "https://saasreview.ai/llms.txt",
  "pricing": "https://saasreview.ai/pricing.md"
}
