{
  "name": "Agent Launch Readiness API",
  "service_id": "agent-launch-intel-api",
  "version": "0.3.0",
  "description": "Paid launch readiness and trust audits for agent-payment services across Tempo MPP, Base x402, Venice, and MCP ecosystems.",
  "url": "https://tempo-agent-intel-api.vercel.app",
  "endpoints": [
    {
      "method": "POST",
      "path": "/v1/analyze",
      "report_type": "opportunity_report"
    },
    {
      "method": "POST",
      "path": "/v1/launch-readiness",
      "report_type": "launch_readiness_report"
    },
    {
      "method": "POST",
      "path": "/v1/service-diligence",
      "report_type": "service_diligence_report"
    },
    {
      "method": "POST",
      "path": "/v1/ecosystem-fit",
      "report_type": "ecosystem_fit_report"
    }
  ],
  "payment": {
    "mode": "tempo",
    "rails": [
      "tempo"
    ],
    "offers": [
      {
        "method": "tempo",
        "intent": "charge",
        "amount": "10000",
        "amount_usd": "0.01",
        "currency": "0x20c000000000000000000000b9537d11c60e8b50",
        "receiver": "0xf2479a50952Cb3D85A569Cf3F804A2089BbA97d2",
        "network": "tempo",
        "unitType": "report",
        "description": "Tempo MPP charge for an Agent Launch Readiness report."
      }
    ]
  },
  "outbound_spend_policy": {
    "live_payments_enabled": true,
    "max_per_call_usd": "0.01",
    "max_daily_usd": "0.05",
    "allowed_services": [
      "mpp.browserbase.com",
      "graph.codex.io",
      "exa.mpp.tempo.xyz",
      "firecrawl.mpp.tempo.xyz"
    ]
  }
}