[PR #3404] [MERGED] docs: update sandbox auth proxy for typed header API #3458

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3404
Author: @langchain-infra
Created: 4/1/2026
Status: Merged
Merged: 4/1/2026
Merged by: @langchain-infra

Base: mainHead: infra/sandbox-proxy-header-types


📝 Commits (1)

  • a35c1d6 docs: update sandbox auth proxy docs for typed header API

📊 Changes

1 file changed (+74 additions, -31 deletions)

View changed files

📝 src/langsmith/sandbox-auth-proxy.mdx (+74 -31)

📄 Description

Summary

  • Update sandbox auth proxy docs to reflect the new typed headers array API (replacing the old flat inject_headers dict)
  • Change examples from template-level (POST /v2/sandboxes/templates) to box-level (POST /v2/sandboxes/boxes) since proxy config is configured per-sandbox, not per-template
  • Document the three header types: workspace_secret, plaintext, and opaque
  • Update secret reference syntax from ${KEY} to {KEY}

Release Note

Updated sandbox auth proxy documentation to reflect the new typed header API with support for workspace_secret, plaintext, and opaque header types.

Test Plan

  • Verify docs render correctly on preview

🔄 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/3404 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 4/1/2026 **Status:** ✅ Merged **Merged:** 4/1/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `infra/sandbox-proxy-header-types` --- ### 📝 Commits (1) - [`a35c1d6`](https://github.com/langchain-ai/docs/commit/a35c1d660719cf71052cc667353acd783429bd34) docs: update sandbox auth proxy docs for typed header API ### 📊 Changes **1 file changed** (+74 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/sandbox-auth-proxy.mdx` (+74 -31) </details> ### 📄 Description ## Summary - Update sandbox auth proxy docs to reflect the new typed `headers` array API (replacing the old flat `inject_headers` dict) - Change examples from template-level (`POST /v2/sandboxes/templates`) to box-level (`POST /v2/sandboxes/boxes`) since proxy config is configured per-sandbox, not per-template - Document the three header types: `workspace_secret`, `plaintext`, and `opaque` - Update secret reference syntax from `${KEY}` to `{KEY}` ## Release Note Updated sandbox auth proxy documentation to reflect the new typed header API with support for `workspace_secret`, `plaintext`, and `opaque` header types. ## Test Plan - [x] Verify docs render correctly on preview --- <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:23:11 -04:00
yindo closed this issue 2026-06-05 18:23:11 -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#3458