[PR #4324] [MERGED] Document sandbox AWS auth proxy #4305

Closed
opened 2026-06-05 19:13:26 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4324
Author: @DanielKneipp
Created: 6/5/2026
Status: Merged
Merged: 6/5/2026
Merged by: @DanielKneipp

Base: mainHead: daniel/sandbox-aws-auth-docs


📝 Commits (1)

  • 6a1e4f0 Document sandbox AWS auth proxy

📊 Changes

1 file changed (+100 additions, -6 deletions)

View changed files

📝 src/langsmith/sandbox-auth-proxy.mdx (+100 -6)

📄 Description

Overview

Document sandbox AWS auth proxy rules, why they are useful, and how users configure them. Adds Python and TypeScript SDK examples for the new helper APIs, and corrects existing TypeScript proxyConfig examples to use the snake_case wire shape that the JS SDK forwards as-is.

Type of change

Type: Update existing documentation

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

  • Validation: make dev completed with Node 22.22.2 and served /langsmith/sandbox-auth-proxy at http://localhost:3000.
  • Validation: mise x vale@3.14.1 -- make lint_prose FILES="src/langsmith/sandbox-auth-proxy.mdx"
  • src/docs.json was not updated because this changes an existing page.

AI agent assisted with this change.


🔄 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/4324 **Author:** [@DanielKneipp](https://github.com/DanielKneipp) **Created:** 6/5/2026 **Status:** ✅ Merged **Merged:** 6/5/2026 **Merged by:** [@DanielKneipp](https://github.com/DanielKneipp) **Base:** `main` ← **Head:** `daniel/sandbox-aws-auth-docs` --- ### 📝 Commits (1) - [`6a1e4f0`](https://github.com/langchain-ai/docs/commit/6a1e4f0d5bc71a470a00078f31876ea0e9ae1054) Document sandbox AWS auth proxy ### 📊 Changes **1 file changed** (+100 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/sandbox-auth-proxy.mdx` (+100 -6) </details> ### 📄 Description ## Overview Document sandbox AWS auth proxy rules, why they are useful, and how users configure them. Adds Python and TypeScript SDK examples for the new helper APIs, and corrects existing TypeScript `proxyConfig` examples to use the snake_case wire shape that the JS SDK forwards as-is. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: N/A - Feature PR: SDK Python PR #2991, SDK JS PR #2992 - Linear issue: N/A - Slack thread: N/A ## 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 - Validation: `make dev` completed with Node 22.22.2 and served `/langsmith/sandbox-auth-proxy` at `http://localhost:3000`. - Validation: `mise x vale@3.14.1 -- make lint_prose FILES="src/langsmith/sandbox-auth-proxy.mdx"` - `src/docs.json` was not updated because this changes an existing page. AI agent assisted with this change. --- <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 19:13:26 -04:00
yindo closed this issue 2026-06-05 19:13:27 -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#4305