[PR #3386] [MERGED] feat: add LLM auth proxy documentation [closes DOC-944] #3442

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3386
Author: @open-swe[bot]
Created: 3/31/2026
Status: Merged
Merged: 4/3/2026
Merged by: @fjmorris

Base: mainHead: open-swe/1827f4ea-1a11-1d34-f435-db227c083966


📝 Commits (10+)

  • 79dd4bd feat: add LLM auth proxy documentation for self-hosted LangSmith
  • adef34c Improve LLM auth proxy docs: add enterprise callout, provider examples, autoscaling, troubleshooting, and Cloud Run reference
  • 06b8c5a Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966
  • b423418 Added llm-auth-proxy-self-hosted.mdx created by Claude Code based on Notion page and the Helm Chart README.
  • 431df63 Replaced em dashes.
  • db28967 Manually modified llm-auth-proxy-self-hosted.mdx based on Notion page and the Helm Chart README for consistency.
  • c8dd091 Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966
  • c64cf55 Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966
  • 7040402 Incorporated feedback from Brian.
  • 0b8382f Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966

📊 Changes

5 files changed (+767 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/images/llm-auth-proxy-architecture-dark.png (+0 -0)
src/langsmith/images/llm-auth-proxy-architecture-light.png (+0 -0)
src/langsmith/images/llm-auth-proxy-settings-dark.png (+0 -0)
src/langsmith/llm-auth-proxy-self-hosted.mdx (+765 -0)

📄 Description

  • Added llm-auth-proxy-self-hosted.mdx based on Notion page and the Helm Chart README.

Fixes DOC-944

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/3386 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 3/31/2026 **Status:** ✅ Merged **Merged:** 4/3/2026 **Merged by:** [@fjmorris](https://github.com/fjmorris) **Base:** `main` ← **Head:** `open-swe/1827f4ea-1a11-1d34-f435-db227c083966` --- ### 📝 Commits (10+) - [`79dd4bd`](https://github.com/langchain-ai/docs/commit/79dd4bd3831a1b2cb20cdd5f1ec51803eb81f1f3) feat: add LLM auth proxy documentation for self-hosted LangSmith - [`adef34c`](https://github.com/langchain-ai/docs/commit/adef34c0a48f8cc5795c183af6e60160c2c28784) Improve LLM auth proxy docs: add enterprise callout, provider examples, autoscaling, troubleshooting, and Cloud Run reference - [`06b8c5a`](https://github.com/langchain-ai/docs/commit/06b8c5aaf451993f3e684aa2281d54b882d2abdb) Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966 - [`b423418`](https://github.com/langchain-ai/docs/commit/b423418b3163cca6bfce16e16c51ca2190043487) Added llm-auth-proxy-self-hosted.mdx created by Claude Code based on Notion page and the Helm Chart README. - [`431df63`](https://github.com/langchain-ai/docs/commit/431df63058b2995624819ad88e3745f34b4d883a) Replaced em dashes. - [`db28967`](https://github.com/langchain-ai/docs/commit/db28967e9806946c099e0b022dbdcedeb7fa01fb) Manually modified llm-auth-proxy-self-hosted.mdx based on Notion page and the Helm Chart README for consistency. - [`c8dd091`](https://github.com/langchain-ai/docs/commit/c8dd091dd33c00b3fdb96b14b97550cb8af47b69) Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966 - [`c64cf55`](https://github.com/langchain-ai/docs/commit/c64cf55751c28254daf9d5e45b68b6b4b692242f) Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966 - [`7040402`](https://github.com/langchain-ai/docs/commit/7040402cab4c29688a64409eb6b184f2e4f61706) Incorporated feedback from Brian. - [`0b8382f`](https://github.com/langchain-ai/docs/commit/0b8382f8366b3cc2d6585952961e8577ec3d7218) Merge remote-tracking branch 'origin/main' into open-swe/1827f4ea-1a11-1d34-f435-db227c083966 ### 📊 Changes **5 files changed** (+767 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/images/llm-auth-proxy-architecture-dark.png` (+0 -0) ➕ `src/langsmith/images/llm-auth-proxy-architecture-light.png` (+0 -0) ➕ `src/langsmith/images/llm-auth-proxy-settings-dark.png` (+0 -0) ➕ `src/langsmith/llm-auth-proxy-self-hosted.mdx` (+765 -0) </details> ### 📄 Description - Added llm-auth-proxy-self-hosted.mdx based on Notion page and the Helm Chart README. Fixes DOC-944 ## Preview - [Set up the LLM auth proxy](https://langchain-5e9cc07a-preview-opensw-1775227295-1d9985a.mintlify.app/langsmith/llm-auth-proxy-self-hosted) --- <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:07 -04:00
yindo closed this issue 2026-06-05 18:23:07 -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#3442