docs(sandboxes): stub SSH editor and app integrations section#25557
Draft
dvdksn wants to merge 2 commits into
Draft
docs(sandboxes): stub SSH editor and app integrations section#25557dvdksn wants to merge 2 commits into
dvdksn wants to merge 2 commits into
Conversation
Add an experimental "Integrations" section documenting how to connect external editors and apps to a sandbox over SSH. Includes an overview page covering the SSH access model, enablement, and setup, plus thin per-tool pages for VS Code, Cursor, Claude Desktop, and Codex. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bare `sbx daemon start` runs in the foreground and blocks the terminal. Drop it in favor of `sbx daemon stop` plus background auto-start on the next command, and note `sbx daemon start -d` as the explicit alternative. 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
Stubs a new experimental Integrations section under
content/manuals/ai/sandboxes/documenting how to connect external editors andapps to a sandbox over SSH.
integrations/_index.md) — how SSH access works (daemonsocket +
ProxyCommand, SSH none-auth gated by Docker login), prerequisites,enablement (
feature.ssh),sbx setup sshand the managedHost *.sbxblock, connecting, revocation (
sbx logout), and limitations.VS Code, Cursor, Claude Desktop, Codex.
Docker Sandboxes SSHentry todata/summary.yaml(Experimental) andlinks the section from the sandboxes landing page.
Notes for reviewers
docker/sandboxesmain(
feature.ssh, requiresplatform.allowExperimentalFeatures+ daemonrestart). Pages carry an experimental summary bar and note.
(
sbx setup ssh --claude,--vscode, …) are being removed upstream(docker/sandboxes#4325), so these docs describe manual per-tool setup only.
<!-- TODO -->markers for screenshots and one Codexflow detail to confirm before this leaves draft.
37(sits with Agents/Customize); easy to move.🤖 Generated with Claude Code