{
  "name": "Clawifi",
  "url": "https://clawifi.qzz.io/",
  "api_url": "https://api.clawifi.qzz.io/",
  "billing_manifest": "https://api.clawifi.qzz.io/billing/manifest",
  "billing_portal_session_route": "POST https://api.clawifi.qzz.io/billing/portal/session",
  "publisher": {
    "name": "ReARC Labs",
    "url": "https://rearclabs.com/"
  },
  "category": "Agent internet gateway",
  "description": "Free-first REST and MCP internet gateway for AI agents with search, scrape, crawl, browser sessions, evidence bundles, artifacts, jobs, webhooks and usage credits.",
  "interfaces": ["REST", "MCP", "WebBridge", "Chrome extension"],
  "pricing": [
    {"plan": "Free", "price_usd_month": 0, "credits_month": 1000},
    {"plan": "Starter", "price_usd_month": 19, "credits_month": 10000, "checkout_url": "https://buy.stripe.com/28EcN52Ff4fT5ix61r9fW00"},
    {"plan": "Pro", "price_usd_month": 99, "credits_month": 100000, "checkout_url": "https://buy.stripe.com/bJedR97ZzeUx5ix9dD9fW01"},
    {"plan": "Scale", "price_usd_month": 299, "credits_month": 400000, "checkout_url": "https://buy.stripe.com/8x26oHfs17s59yNgG59fW02"}
  ],
  "credit_costs": {
    "search": 1,
    "static_fetch": 1,
    "structured_extraction_per_page": 3,
    "screenshot_addon": 2,
    "browser_render_per_page": 5,
    "browser_session_start": 10,
    "browser_session_minute": 3,
    "domain_osint_range": "10-25"
  },
  "billing": {
    "payment_provider": "stripe",
    "runtime_authority": "internal_credit_ledger",
    "webhook_events": ["checkout.session.completed", "invoice.payment_succeeded"],
    "customer_portal": "protected API route creates Stripe Billing Portal sessions"
  },
  "contact": "atakan@rearclabs.com"
}
