{
  "ok": true,
  "endpoint": {
    "slug": "creator-personalized-plan-demo",
    "id": "hosted-endpoint-creator-personalized-plan-demo",
    "title": "Creator Personalized Plan Demo",
    "description": "Paid creator-skill demo endpoint. It turns a subscriber's situation into a compact 7-day action plan and returns a receipt-backed result.",
    "status": "active",
    "priceUsd": 1,
    "handlerType": "js_request_response",
    "runtime": "admin_gated_js_request_response_v1",
    "pricingMode": "fixed_price_success_receipt",
    "url": "https://payments.wiselyenterprisesllc.com/tools/creator-personalized-plan-demo",
    "method": "POST",
    "tags": [
      "creator-skill",
      "paid-tool",
      "demo",
      "x402"
    ],
    "inputSchema": {
      "type": "object",
      "properties": {
        "role": {
          "type": "string",
          "description": "The subscriber's role or business."
        },
        "goal": {
          "type": "string",
          "description": "The outcome they want."
        },
        "timeBudget": {
          "type": "string",
          "description": "Available time, for example 5 hours/week."
        },
        "audience": {
          "type": "string",
          "description": "Who they want to reach."
        },
        "constraints": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "tone": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "summary": {
          "type": "string"
        },
        "plan": {
          "type": "array",
          "items": {
            "type": "object"
          }
        },
        "creatorCatalogUsed": {
          "type": "string"
        }
      }
    },
    "capabilities": {},
    "createdAt": "2026-05-24T00:00:00.000Z",
    "updatedAt": "2026-05-24T00:00:00.000Z"
  }
}