docs(sandboxes): forking, private networking, templates, and create variables#1182
Merged
Conversation
… create variables Cover the sandbox capabilities that landed in the CLI (railwayapp/cli #933) and the TypeScript SDK: forking a running sandbox, the ISOLATED/PRIVATE network isolation modes, building and booting from templates, and seeding variables at create time via the CLI. Reconcile with the idle-timeout definition added on main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
🚅 Deployed to the docs-pr-1182 environment in 🪄 *.railway.com
8 services not affected by this PR
|
Remove colloquial and future-tense phrasing flagged by the docs-writing skill: "flags win" -> "take precedence", "does the same thing as" -> "is equivalent to", and the pricing line's "will be announced soon" -> present-tense "Railway hasn't announced sandbox pricing yet". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Revert the pricing line to "will be announced soon" — it's deliberate team-lead copy, not an accidental style violation. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

What
Documents the sandbox capabilities that landed in the last day, across the platform, the CLI (
railwayapp/cli#933), and the TypeScript SDK. Surfaces only the user-facing changes; internal work (tombstoning, slow-activity heartbeating) is intentionally omitted.sandboxes.mdISOLATED(default) andPRIVATE, with SDK and CLI snippets.source.fork()/Sandbox.create(source)), plus a line in the create-methods list.cli/sandbox.mdforkandtemplatesubcommands (examples + option tables).--variable,--env-file,--template,--private-networkadded tocreate; full Options forfork.Notes
--variable/--env-file) are documented under the CLI only. The SDK'screate/forkoptions exposeidleTimeoutMinutesandnetworkIsolationbut not runtime variables, so they aren't claimed for the SDK./sandboxes#idle-timeoutlink for consistency.🤖 Generated with Claude Code