AutoResume Docs#123
Merged
matthewlouisbrockman merged 22 commits intomainfrom Mar 11, 2026
Merged
Conversation
beran-t
approved these changes
Mar 3, 2026
Contributor
Author
|
k launching |
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.mdxNote
Low Risk
Documentation-only changes that update examples and navigation; risk is limited to potential confusion if the documented API shape diverges from SDK behavior.
Overview
Adds a new
Sandbox AutoResumeguide documenting thelifecyclecreate-time config (onTimeout: 'pause'+autoResume/auto_resume) with JS/Python examples and common use cases, and surfaces it in the Sandbox navigation.Updates sandbox lifecycle/persistence docs and related “Related guides” cards to frame pause/resume + auto-resume as Developer Preview, and refreshes examples to use the non-beta APIs (
sandbox.pause()andSandbox.create(..., lifecycle={...})) instead ofbetaPause/betaCreate.Written by Cursor Bugbot for commit 081d3e6. This will update automatically on new commits. Configure here.