Creator proof

From course export to paid agent action.

This is the concrete sales artifact: a creator brings approved content, Wisely previews the rows, maps entitlements, publishes a catalog, and gives subscribers an agent prompt with quote-before-payment behavior.

Original sample import

A Skool/community-style export.

Use approved exports, transcripts, public links, or pasted text. Do not upload platform passwords, Discord tokens, private student data, raw API keys, or content the creator does not have rights to distribute.

title,summary,itemType,tags,entitlement,sourceRef,subscriberInputPrompt,priceUsd,paidActionSlug,approved
Welcome module,Orientation and expected outcomes,lesson,orientation;community,free,skool:classroom/welcome,,0,,true
Buyer objection worksheet,Member worksheet for follow-up questions,worksheet,sales;subscriber,subscriber,skool:classroom/buyer-objections,,0,,true
Personalized weekly action plan,Create a one-week plan from the subscriber situation,paid_tool,paid;planning,paid,skool:premium/action-plan,"Send role, goal, blocker, audience, and time.",2,skool-weekly-action-plan,true

Generated preview

The creator reviews every row before publish.

Preview does not persist content. Publishing requires a builder key or operator admin token.

TitleTypeEntitlementSourcePaid actionApproved
Welcome modulelessonfreeskool:classroom/welcome-true
Buyer objection worksheetworksheetsubscriberskool:classroom/buyer-objections-true
Personalized weekly action planpaid_toolpaidskool:premium/action-planskool-weekly-action-plantrue

Entitlement mapping

Nothing private becomes public by accident.

The catalog exposes metadata and safe summaries. Paid content stays behind the paid endpoint probe and subscriber-only items stay labeled for entitlement handling.

Free

Agents may fetch approved public lessons and adapt them to the subscriber's context.

Subscriber

Agents see that the item exists and should use the creator's entitlement rules before revealing protected content.

Paid

Agents probe the endpoint first, receive HTTP 402, show the price, ask before payment, then save the receipt after invocation.

Published proof catalog

Live URLs an agent can call today.

This public proof catalog was generated by the builder-key creator flow. The no-payment paid endpoint probe is intentionally safe for agents and indexers.

Agent flow

What a subscriber's agent does with it.

The user does not need to understand x402. Their agent connects to Wisely MCP, recommends the best item, and asks before any payment.

1. Recommend

POST https://payments.wiselyenterprisesllc.com/ai/creator-catalogs/sandbox-wizard-20260525195939/recommend
{ "situation": "I need buyer conversations this week" }

2. Fetch free item

POST https://payments.wiselyenterprisesllc.com/ai/creator-catalogs/sandbox-wizard-20260525195939/fetch
{ "itemId": "free-positioning-lesson" }

3. Probe paid action

curl -i https://payments.wiselyenterprisesllc.com/tools/creator-sandbox-wizard-20260525195939-paid-critique

Receipt placeholder

Paid calls return proof instead of mystery.

A successful paid invocation returns a receipt id, resource, method, payload hash, rail, amount, transaction/signature reference where applicable, result hash or summary, and reconciliation status. This page shows the probe and catalog shape without spending money.

Subscriber prompt

Use this creator's Wisely MCP catalog. Tell it my situation, recommend the best lesson or paid action, fetch free content when useful, and ask me before any payment. If a paid action is best, show the HTTP 402 price and save the receipt after the call.