iblai-vibe-monetization-analytics
/iblai-vibe-monetization-analytics
Build custom Platform admin surfaces on top of the four monetization
analytics endpoints — revenue, all-Platform subscribers, per-item
subscribers, paywalls list — plus the CancelSubscription self-service
helper that cancels the caller's own subscription on a given
(item_type, item_id).
A true admin override (cancel-on-behalf-of-user) does not exist. The cancel endpoint is hard-locked to
request.user; there is nouser_idparameter. To force-cancel another user's subscription, an operator must do so directly in the Stripe Dashboard.
Important:
MonetizationTab(see/iblai-vibe-monetization-configure) does NOT render revenue or subscriber data. The SDK ships the data-layer hooks and one self-service component, but no out-of-the-box analytics UI — this skill is the playbook for assembling that yourself.