The cloud account authorizes hosted operations and billing. It does not hold the private keys required to decrypt an existing workspace.
Entitlement behaviour
Personal Sync, Team, and Organisation subscriptions are updated from signed, idempotent Stripe webhooks. Active and trial subscriptions can upload encrypted revisions. A payment problem starts the documented grace period. After grace, new uploads stop, while pull and export remain available during the final download window.
Local Docmancer never stops working because of hosted billing state.
Export
Use the local CLI for a readable local export:
docmancer cloud export ./docmancer-export
The dashboard can also queue a hosted export containing ciphertext, wrappers, public keys, cursors, and a checksummed manifest. Hosted exports are short-lived and still require your device or recovery key to decrypt memory.
Delete hosted data
docmancer cloud delete-remote --confirm DELETE
Deletion is scheduled with a cooling-off period and owner notification. It removes the remote workspace and related primary rows when the worker completes. Backup copies expire according to backup retention. Local records are unaffected.