Account access
Why access may be limited, and how to restore full access.
Current state
- Access level
- Trial · full access
- Trial ends
- Aug 6, 2026 (6 days)
- Payment method
- None on file
- Dunning state
- None
- Outstanding balance
- $0.00
What happens next
Full builder access.
Without a card, account moves to read-only.
Recovery, billing, and read routes stay open.
You land here when the account is locked — usually an expired trial or a failed payment. It explains exactly why, and what still works: your data is intact and readable; only changes are paused.
Completing checkout (or fixing the payment) restores everything immediately — nothing is deleted while an account is locked.
Behind this page/account/recovery · always available (read-only safe)
Retrieve
sp_Builder_GetAccountAccessState returns lock reason, trial expiry, dunning state, and balance.Save
Recovery actions route to billing: add a card, orsp_Builder_RequestSubscriptionCancellation to close the account.Success
- This page is reachable even when the account is locked.
- State explains the exact reason and remedy.
- Read-only/billing/recovery routes never lock.
CLI handoff
Implement this scaffold from the structured contract, then remove hard-coded preview rows. The source of truth is CLI Handoff and admin-cli-manifest.json.
Server-inject identity and scope values; never trust browser-supplied account, app, tenant, user, entitlement, price, or permission identifiers. Preserve the loading, empty, forbidden, failed, retrying, and completed states shown by the preview.