[PR #3648] [MERGED] chore(docs): remove sandbox templates, pools, and volumes #3683

Closed
opened 2026-06-05 18:52:48 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3648
Author: @DanielKneipp
Created: 4/21/2026
Status: Merged
Merged: 4/24/2026
Merged by: @DanielKneipp

Base: mainHead: daniel/sandbox-docs-cleanup


📝 Commits (10+)

  • e6b2700 chore(docs): remove sandbox templates, pools, and volumes
  • a253d68 docs(sandbox-snapshots): expand capture guidance, drop unusable checkpoint kwarg
  • a9e93d6 docs(sandbox-snapshots): note snapshot_name and list_snapshots filters
  • 602df88 fix
  • 9035f28 Merge branch 'main' into daniel/sandbox-docs-cleanup
  • 3afe731 docs(sandbox-snapshots): drop spaces around em-dashes
  • 1a809aa Merge branch 'main' into daniel/sandbox-docs-cleanup
  • 15a232e update images
  • b87507b Merge branch 'main' into daniel/sandbox-docs-cleanup
  • 467ae0d nit

📊 Changes

15 files changed (+306 additions, -180 deletions)

View changed files

📝 src/docs.json (+9 -2)
src/images/langsmith/sandboxes/sb-boxes.png (+0 -0)
src/images/langsmith/sandboxes/sb-first-link.png (+0 -0)
📝 src/images/langsmith/sandboxes/sb-overview.png (+0 -0)
src/images/langsmith/sandboxes/sb-pools.png (+0 -0)
src/images/langsmith/sandboxes/sb-snapshots.png (+0 -0)
src/images/langsmith/sandboxes/sb-templates.png (+0 -0)
📝 src/langsmith/sandbox-auth-proxy.mdx (+4 -5)
📝 src/langsmith/sandbox-sdk.mdx (+29 -34)
📝 src/langsmith/sandbox-service-urls.mdx (+2 -2)
src/langsmith/sandbox-snapshots.mdx (+259 -0)
src/langsmith/sandbox-templates.mdx (+0 -68)
src/langsmith/sandbox-warm-pools.mdx (+0 -62)
📝 src/langsmith/sandboxes.mdx (+2 -6)
📝 src/oss/deepagents/frontend/sandbox.mdx (+1 -1)

📄 Description

Overview

Mirrors the SDK-side deprecation of sandbox templates, warm pools, and volumes for the public docs. Sandboxes now boot directly from snapshots; there are no templates or pools left in the public API surface.

  • Deletes langsmith/sandbox-templates and langsmith/sandbox-warm-pools plus their screenshots.
  • Adds langsmith/sandbox-snapshots covering build-from-Docker, capture-from-sandbox, CRUD, and stop/start flows with Python + TypeScript <CodeGroup> examples.
  • Rewrites sandboxes.mdx, sandbox-sdk.mdx, sandbox-service-urls.mdx, and sandbox-auth-proxy.mdx so every example uses snapshot_id (Python) / positional snapshotId (TypeScript). Removes every create_template / createTemplate call.
  • Updates the Sandboxes nav group in docs.json: Overview → Snapshots → Service URLs → Auth proxy → SDK usage.

Type of change

Type: Remove outdated content

Related issues/PRs

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

oss/deepagents/* docs still reference template_name because the deepagents CLI/package still uses templates. Deepagents owns its own migration; one dangling link to /langsmith/sandbox-templates remains in oss/deepagents/frontend/sandbox.mdx until they update.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3648 **Author:** [@DanielKneipp](https://github.com/DanielKneipp) **Created:** 4/21/2026 **Status:** ✅ Merged **Merged:** 4/24/2026 **Merged by:** [@DanielKneipp](https://github.com/DanielKneipp) **Base:** `main` ← **Head:** `daniel/sandbox-docs-cleanup` --- ### 📝 Commits (10+) - [`e6b2700`](https://github.com/langchain-ai/docs/commit/e6b2700e231dfee490136a465dd7db44b6977360) chore(docs): remove sandbox templates, pools, and volumes - [`a253d68`](https://github.com/langchain-ai/docs/commit/a253d689dc6b0252e3d3ce855546dcd9a7347778) docs(sandbox-snapshots): expand capture guidance, drop unusable checkpoint kwarg - [`a9e93d6`](https://github.com/langchain-ai/docs/commit/a9e93d6a71904669a691a61995e507d5edc21637) docs(sandbox-snapshots): note snapshot_name and list_snapshots filters - [`602df88`](https://github.com/langchain-ai/docs/commit/602df88ee957bfbcbd2e03e51891a197f3155cf9) fix - [`9035f28`](https://github.com/langchain-ai/docs/commit/9035f288bceaa88f71acb7ceba00a225e6e01b70) Merge branch 'main' into daniel/sandbox-docs-cleanup - [`3afe731`](https://github.com/langchain-ai/docs/commit/3afe73139b258b495bafb0d86ebde799605d5807) docs(sandbox-snapshots): drop spaces around em-dashes - [`1a809aa`](https://github.com/langchain-ai/docs/commit/1a809aa1876e138310cec78a894b0531c31bba68) Merge branch 'main' into daniel/sandbox-docs-cleanup - [`15a232e`](https://github.com/langchain-ai/docs/commit/15a232e6ae7686bc450fdb351da5c7a928a8c60c) update images - [`b87507b`](https://github.com/langchain-ai/docs/commit/b87507b4097bd28e1efb9a7c2739190704d692c6) Merge branch 'main' into daniel/sandbox-docs-cleanup - [`467ae0d`](https://github.com/langchain-ai/docs/commit/467ae0d4f9200eb0884254d925db6b4b413ea08d) nit ### 📊 Changes **15 files changed** (+306 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+9 -2) ➖ `src/images/langsmith/sandboxes/sb-boxes.png` (+0 -0) ➖ `src/images/langsmith/sandboxes/sb-first-link.png` (+0 -0) 📝 `src/images/langsmith/sandboxes/sb-overview.png` (+0 -0) ➖ `src/images/langsmith/sandboxes/sb-pools.png` (+0 -0) ➕ `src/images/langsmith/sandboxes/sb-snapshots.png` (+0 -0) ➖ `src/images/langsmith/sandboxes/sb-templates.png` (+0 -0) 📝 `src/langsmith/sandbox-auth-proxy.mdx` (+4 -5) 📝 `src/langsmith/sandbox-sdk.mdx` (+29 -34) 📝 `src/langsmith/sandbox-service-urls.mdx` (+2 -2) ➕ `src/langsmith/sandbox-snapshots.mdx` (+259 -0) ➖ `src/langsmith/sandbox-templates.mdx` (+0 -68) ➖ `src/langsmith/sandbox-warm-pools.mdx` (+0 -62) 📝 `src/langsmith/sandboxes.mdx` (+2 -6) 📝 `src/oss/deepagents/frontend/sandbox.mdx` (+1 -1) </details> ### 📄 Description ## Overview Mirrors the SDK-side deprecation of sandbox templates, warm pools, and volumes for the public docs. Sandboxes now boot directly from snapshots; there are no templates or pools left in the public API surface. - Deletes `langsmith/sandbox-templates` and `langsmith/sandbox-warm-pools` plus their screenshots. - Adds `langsmith/sandbox-snapshots` covering build-from-Docker, capture-from-sandbox, CRUD, and stop/start flows with Python + TypeScript `<CodeGroup>` examples. - Rewrites `sandboxes.mdx`, `sandbox-sdk.mdx`, `sandbox-service-urls.mdx`, and `sandbox-auth-proxy.mdx` so every example uses `snapshot_id` (Python) / positional `snapshotId` (TypeScript). Removes every `create_template` / `createTemplate` call. - Updates the Sandboxes nav group in `docs.json`: Overview → Snapshots → Service URLs → Auth proxy → SDK usage. ## Type of change **Type:** Remove outdated content ## Related issues/PRs - Python SDK: langchain-ai/langsmith-sdk#2757 - JS SDK: langchain-ai/langsmith-sdk#2758 ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes `oss/deepagents/*` docs still reference `template_name` because the deepagents CLI/package still uses templates. Deepagents owns its own migration; one dangling link to `/langsmith/sandbox-templates` remains in `oss/deepagents/frontend/sandbox.mdx` until they update. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:52:48 -04:00
yindo closed this issue 2026-06-05 18:52:48 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3683