01Idle and incremental economiesKeep long-running progression reliable across browser refreshes, reinstall flows, and cross-device resumes without rebuilding backend save plumbing.
Best for frequent state changes that still tolerate async sync rather than real-time multiplayer state.
02Premium single-player progressionShip cloud saves for premium or narrative-heavy games that need staging discipline and a production-safe way to inspect operator-facing issues.
Useful when save integrity matters more than social systems or leaderboards.
03Cross-platform web plus mobile shellsHold the same save contract across web wrappers, native shells, and future engine SDKs instead of rebuilding save logic per client stack.
The runtime API stays stable while public SDKs expand around it.
04Support and live-ops debuggingGive operators enough visibility to trace save activity, regenerate environment keys, and follow privileged actions without exposing broad lookup to public game clients.
Built for trusted operator workflows, not for public client-side save discovery.