[PR #3204] [MERGED] docs: add sandboxes docs #3272

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3204
Author: @langchain-infra
Created: 3/19/2026
Status: Merged
Merged: 3/19/2026
Merged by: @langchain-infra

Base: mainHead: infra/add-sandboxes-docs


📝 Commits (6)

  • c031f6a docs: add sandbox docs in private preview
  • 12dcc1e docs: add sandbox docs in private preview
  • ea97380 docs: fix prose lint errors in sandbox docs
  • bc00429 docs: expand sandbox SDK page with examples from SDK READMEs
  • 5c8aab4 docs: add private preview warning to all sandbox pages
  • be59397 docs: address PR review feedback on sandbox pages

📊 Changes

12 files changed (+852 additions, -1 deletions)

View changed files

📝 src/docs.json (+12 -1)
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-templates.png (+0 -0)
src/langsmith/sandbox-auth-proxy.mdx (+142 -0)
src/langsmith/sandbox-sdk.mdx (+527 -0)
src/langsmith/sandbox-templates.mdx (+68 -0)
src/langsmith/sandbox-warm-pools.mdx (+62 -0)
src/langsmith/sandboxes.mdx (+38 -0)
src/snippets/langsmith/sandbox-preview-warning.mdx (+3 -0)

📄 Description

Summary

  • Adds a new Sandboxes section under LangSmith > Get started > Tools with 5 pages:
    • Overview — intro, waitlist link, screenshots, navigation cards
    • Templates — container image, resource config, SDK + REST examples
    • Warm pools — pre-provisioning, auto-replenishment, SDK examples
    • Auth proxy — credential injection rules, single/multi-API examples
    • SDK usage — install, create & run, manual management (Python + TypeScript)
  • All SDK sections include Python and TypeScript <CodeGroup> tabs
  • Adds 5 screenshots from the product UI
  • Updates docs.json with nested "Sandboxes" group under Tools

Test plan

  • Verify all 5 pages render correctly with mint dev
  • Confirm <CodeGroup> tabs switch between Python and TypeScript
  • Verify images load correctly
  • Run make broken-links to check for broken links
  • Verify navigation structure in sidebar

🔄 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/3204 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 3/19/2026 **Status:** ✅ Merged **Merged:** 3/19/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `infra/add-sandboxes-docs` --- ### 📝 Commits (6) - [`c031f6a`](https://github.com/langchain-ai/docs/commit/c031f6a81d68f8e79b0d586131d59a7d0c45db70) docs: add sandbox docs in private preview - [`12dcc1e`](https://github.com/langchain-ai/docs/commit/12dcc1ebe56b3ed66b0821e84e9237f131657db0) docs: add sandbox docs in private preview - [`ea97380`](https://github.com/langchain-ai/docs/commit/ea9738001a2d5d311181e0c5a25bd3a2ad67db2b) docs: fix prose lint errors in sandbox docs - [`bc00429`](https://github.com/langchain-ai/docs/commit/bc004296f6282d720f359985108193678feb27cf) docs: expand sandbox SDK page with examples from SDK READMEs - [`5c8aab4`](https://github.com/langchain-ai/docs/commit/5c8aab4fb200891ae3bc1ddec535efbed6fe5180) docs: add private preview warning to all sandbox pages - [`be59397`](https://github.com/langchain-ai/docs/commit/be59397c5011c76402e835d34ab376ac38e85c11) docs: address PR review feedback on sandbox pages ### 📊 Changes **12 files changed** (+852 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+12 -1) ➕ `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-templates.png` (+0 -0) ➕ `src/langsmith/sandbox-auth-proxy.mdx` (+142 -0) ➕ `src/langsmith/sandbox-sdk.mdx` (+527 -0) ➕ `src/langsmith/sandbox-templates.mdx` (+68 -0) ➕ `src/langsmith/sandbox-warm-pools.mdx` (+62 -0) ➕ `src/langsmith/sandboxes.mdx` (+38 -0) ➕ `src/snippets/langsmith/sandbox-preview-warning.mdx` (+3 -0) </details> ### 📄 Description ## Summary - Adds a new **Sandboxes** section under LangSmith > Get started > Tools with 5 pages: - **Overview** — intro, waitlist link, screenshots, navigation cards - **Templates** — container image, resource config, SDK + REST examples - **Warm pools** — pre-provisioning, auto-replenishment, SDK examples - **Auth proxy** — credential injection rules, single/multi-API examples - **SDK usage** — install, create & run, manual management (Python + TypeScript) - All SDK sections include Python and TypeScript `<CodeGroup>` tabs - Adds 5 screenshots from the product UI - Updates `docs.json` with nested "Sandboxes" group under Tools ## Test plan - [x] Verify all 5 pages render correctly with `mint dev` - [x] Confirm `<CodeGroup>` tabs switch between Python and TypeScript - [x] Verify images load correctly - [x] Run `make broken-links` to check for broken links - [x] Verify navigation structure in sidebar --- <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:21:38 -04:00
yindo closed this issue 2026-06-05 18:21:38 -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#3272