{
  "name": "Code/DX Audit Express",
  "url": "https://site-five-rust-36.vercel.app/",
  "price": {
    "amount": "5.00",
    "currency": "USDC",
    "network": "Base"
  },
  "payment_address": "0xe333Fc25FB036494c6D3521f2214288E6fAFE0B6",
  "payment_uri": "ethereum:0xe333Fc25FB036494c6D3521f2214288E6fAFE0B6@8453",
  "order_endpoint": "https://site-five-rust-36.vercel.app/api/order",
  "input_schema": {
    "type": "object",
    "required": [
      "target_url",
      "review_goal",
      "tx_hash"
    ],
    "properties": {
      "target_url": {
        "type": "string"
      },
      "review_goal": {
        "type": "string"
      },
      "constraints": {
        "type": "string"
      },
      "tx_hash": {
        "type": "string"
      }
    }
  },
  "deliverable": [
    "5-10 actionable findings",
    "severity, evidence, impact, and fix",
    "verification commands",
    "short owner handoff"
  ],
  "micro_products": [
    {
      "name": "README Quick Check",
      "price": "Free",
      "endpoint": "https://site-five-rust-36.vercel.app/api/free-readme-check",
      "deliverable": "Instant no-signup README quality score and missing-section findings",
      "order_hint": "POST readme_text"
    },
    {
      "name": "Cent Review",
      "price": "0.10 USDC on Base",
      "endpoint": "https://site-five-rust-36.vercel.app/api/order",
      "deliverable": "One tiny repo/docs/API note with a concrete fix suggestion",
      "order_hint": "Use review_goal: cent review"
    },
    {
      "name": "README Triage",
      "price": "0.50 USDC on Base",
      "description": "Fast automated README onboarding score with missing-section recommendations.",
      "endpoint": "https://site-five-rust-36.vercel.app/api/readme-audit",
      "order_hint": "Use review_goal: readme triage or micro"
    },
    {
      "name": "Micro Code/DX Note",
      "price": "0.50 USDC on Base",
      "description": "One focused finding for a public repo, docs page, or API endpoint.",
      "endpoint": "https://site-five-rust-36.vercel.app/api/order",
      "order_hint": "Use review_goal: micro"
    }
  ],
  "api_products": [
    {
      "name": "README Audit API",
      "url": "https://site-five-rust-36.vercel.app/readme-audit",
      "endpoint": "https://site-five-rust-36.vercel.app/api/readme-audit",
      "price": "0.50 USDC on Base",
      "input_schema": {
        "type": "object",
        "required": ["readme", "tx_hash"],
        "properties": {
          "readme": { "type": "string" },
          "tx_hash": { "type": "string" }
        }
      }
    }
  ]
}
