{
  "ok": true,
  "schema": "wisely.x402.hosted-endpoint-catalog.v1",
  "dashboard": "https://payments.wiselyenterprisesllc.com/dashboard",
  "createEndpoint": "https://payments.wiselyenterprisesllc.com/ai/endpoints/create",
  "lifecycle": {
    "builderRegister": "POST /ai/builders/register with x402 payment proof or developer credit",
    "create": "POST /ai/endpoints/create with X-Admin-Token or X-Builder-Key",
    "inspect": "GET /ai/endpoints/{slug}",
    "update": "PATCH /ai/endpoints/{slug} with X-Admin-Token or owning X-Builder-Key",
    "pause": "PATCH /ai/endpoints/{slug} {\"status\":\"paused\"}",
    "resume": "PATCH /ai/endpoints/{slug} {\"status\":\"active\"}",
    "delete": "DELETE /ai/endpoints/{slug} with X-Admin-Token or owning X-Builder-Key",
    "logs": "GET /ai/endpoints/{slug}/logs with X-Admin-Token or owning X-Builder-Key",
    "secrets": "GET/POST /ai/endpoints/{slug}/secrets with X-Admin-Token or owning X-Builder-Key. Values are encrypted and never returned."
  },
  "supportedHandlerTypes": {
    "receipt_echo": "Echo a public-safe request summary and receipt.",
    "static_json": "Return a static JSON response.",
    "x402_readiness_check": "Inspect MCP/x402 metadata URL and return readiness notes.",
    "js_request_response": "Builder/admin plain async function(req, ctx) request/response handler with scoped ctx.kv, ctx.files, ctx.env, ctx.httpGetJson, and ctx.log."
  },
  "note": "Public list of paid x402 endpoints. Creation/update is admin or builder-key gated; invocation happens under /tools/{slug}.",
  "endpoints": [
    {
      "slug": "x402-readiness-check",
      "id": "hosted-endpoint-x402-readiness-check",
      "title": "x402 Readiness Check",
      "description": "Paid public endpoint that inspects a submitted MCP/x402 metadata URL and returns readiness notes, expected discovery URLs, and safe next actions.",
      "status": "active",
      "priceUsd": 0.05,
      "handlerType": "x402_readiness_check",
      "runtime": "managed_builtin_handler",
      "pricingMode": "fixed_price_success_receipt",
      "url": "https://payments.wiselyenterprisesllc.com/tools/x402-readiness-check",
      "method": "POST",
      "tags": [
        "x402",
        "mcp",
        "registry",
        "readiness"
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "description": "Public manifest, server.json, MCP metadata, or paid endpoint URL to inspect."
          }
        },
        "required": [
          "url"
        ]
      },
      "outputSchema": {
        "type": "object",
        "additionalProperties": true
      },
      "capabilities": {},
      "createdAt": "2026-05-21T00:00:00.000Z",
      "updatedAt": "2026-05-21T00:00:00.000Z"
    },
    {
      "slug": "agent-payment-receipt-echo",
      "id": "hosted-endpoint-agent-payment-receipt-echo",
      "title": "Agent Payment Receipt Echo",
      "description": "Tiny paid endpoint for testing x402 clients. It echoes a public-safe request summary and returns a receipt-backed response.",
      "status": "active",
      "priceUsd": 0.01,
      "handlerType": "receipt_echo",
      "runtime": "managed_builtin_handler",
      "pricingMode": "fixed_price_success_receipt",
      "url": "https://payments.wiselyenterprisesllc.com/tools/agent-payment-receipt-echo",
      "method": "POST",
      "tags": [
        "x402",
        "test",
        "receipt"
      ],
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      },
      "outputSchema": {
        "type": "object",
        "additionalProperties": true
      },
      "capabilities": {},
      "createdAt": "2026-05-21T00:00:00.000Z",
      "updatedAt": "2026-05-21T00:00:00.000Z"
    },
    {
      "slug": "wallet-buyer-20260521163620-8720",
      "id": "hosted-endpoint-wallet-buyer-20260521163620-8720",
      "title": "Fresh Wallet Buyer x402 Test",
      "description": "Temporary endpoint proving direct wallet x402 payment from a fresh buyer account.",
      "status": "active",
      "priceUsd": 0.001,
      "handlerType": "receipt_echo",
      "runtime": "managed_builtin_handler",
      "pricingMode": "fixed_price_success_receipt",
      "url": "https://payments.wiselyenterprisesllc.com/tools/wallet-buyer-20260521163620-8720",
      "method": "POST",
      "tags": [],
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      },
      "outputSchema": {
        "type": "object",
        "additionalProperties": true
      },
      "capabilities": {
        "kv": false,
        "files": false,
        "httpGetJson": false,
        "logs": true
      },
      "createdAt": "2026-05-21T16:36:22.730Z",
      "updatedAt": "2026-05-21T16:36:22.730Z"
    }
  ]
}