{
  "ok": true,
  "endpoint": {
    "slug": "business-lookup-demo",
    "id": "hosted-endpoint-business-lookup-demo",
    "title": "Business Lookup Demo",
    "description": "Normalize a company name or domain into a compact business profile and suggested paid endpoint shape.",
    "status": "active",
    "priceUsd": 0.01,
    "handlerType": "js_request_response",
    "runtime": "admin_gated_js_request_response_v1",
    "pricingMode": "fixed_price_success_receipt",
    "url": "https://payments.wiselyenterprisesllc.com/tools/business-lookup-demo",
    "method": "POST",
    "tags": [
      "business-data",
      "enrichment",
      "paid-api",
      "x402"
    ],
    "inputSchema": {
      "type": "object",
      "properties": {
        "company": {
          "type": "string"
        },
        "domain": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "additionalProperties": true
    },
    "capabilities": {
      "kv": false,
      "files": false,
      "httpGetJson": false,
      "logs": true
    },
    "createdAt": "2026-05-22T00:00:00.000Z",
    "updatedAt": "2026-05-22T11:06:42.540Z"
  }
}