Open
Conversation
beran-t
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This update adds a new Sandbox AutoResume guide and surfaces it in the docs navigation.
It also documents the current lifecycle API shape using boolean auto-resume flags:
lifecycle.autoResume: true | falselifecycle["auto_resume"] = True | FalsePersistence docs are updated from beta APIs to stable APIs. Calls them developer preview for now until figure out the pricing.
sandbox.pause()instead ofbetaPause()/beta_pause()Sandbox.create(..., lifecycle={...})instead ofSandbox.betaCreate()/Sandbox.beta_create()Messaging is refreshed by removing beta framing, renaming the limitations section, and linking to the new
AutoResume page.
A lifecycle-page cross-link is also added to direct users to the new AutoResume guide.
Pages Changed
docs.jsondocs/sandbox/auto-resumeto the Sandbox nav group.docs/sandbox.mdxdocs/sandbox/auto-resume.mdxdocs/sandbox/persistence.mdxautoResume/auto_resume, refreshed limitations/beta wording, and linked to the AutoResume guide.New Page
docs/sandbox/auto-resume.mdx