mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
87604edb21
Adds public self-serve signup for the hosted MSP offering alongside the existing individual Cloud signup page. New handlers serve /cloud/msp/signup, /cloud/msp/signup/complete, and /api/public/msp/signup, gated behind the same PublicCloudSignupEnabled flag. Per-tier Stripe prices (CP_MSP_STARTER_PRICE_ID, CP_MSP_GROWTH_PRICE_ID, CP_MSP_SCALE_PRICE_ID) are validated against the canonical msp_starter/growth/scale plan versions; the page renders an explicit "not open yet" notice when no MSP price is configured. Checkout sessions carry account_kind=msp metadata so the provisioner seeds an isolated operator workspace. The cloud and MSP JSON signup endpoints now share one checkout skeleton parameterized per path.