{
  "ok": true,
  "schema": "wisely.creator-onboarding.info.v1",
  "description": "Import creator content into an agent-readable catalog, define entitlement rules, attach paid action templates, publish with a builder key, and let subscriber agents recommend/fetch/pay with receipts.",
  "endpoints": {
    "preview": "https://payments.wiselyenterprisesllc.com/ai/creator-onboarding/preview",
    "publish": "https://payments.wiselyenterprisesllc.com/ai/creator-onboarding/publish",
    "catalogs": "https://payments.wiselyenterprisesllc.com/ai/creator-catalogs",
    "tryPage": "https://payments.wiselyenterprisesllc.com/try-creator-skill/"
  },
  "inputShape": {
    "creatorId": "my-creator",
    "title": "Creator Name or Course",
    "contentType": "markdown | csv | json",
    "content": "# Lesson title\\nApproved lesson text...",
    "defaultEntitlement": "free | subscriber | paid",
    "paidActions": [
      {
        "title": "Personalized action plan",
        "priceUsd": 1
      }
    ]
  },
  "auth": {
    "preview": "No key required. Does not persist content or create endpoints.",
    "publish": "Requires X-Builder-Key or X-Admin-Token plus a content-safety attestation. Creates/updates the live catalog and optional paid endpoints."
  },
  "contentSafety": {
    "policy": "https://payments.wiselyenterprisesllc.com/ai/content-safety/policy",
    "requiredOnPublish": true,
    "attestationShape": {
      "safetyAttestation": {
        "accepted": true,
        "ownsOrHasRights": true,
        "noSecretsOrPrivateData": true,
        "noIllegalContent": true,
        "policyVersion": "wisely-hosted-content-safety-2026-05-26"
      }
    }
  }
}