[PR #2406] [MERGED] docs: How to customize CORS configuration for Agent Server #2401

Closed
opened 2026-02-17 17:23:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2406
Author: @andrewnguonly
Created: 1/29/2026
Status: Merged
Merged: 1/30/2026
Merged by: @andrewnguonly

Base: mainHead: an/29jan/cors-docs


📝 Commits (6)

  • a462860 Add documentation for CORS_ALLOW_ORIGINS.
  • 3997455 Add documentation for custom CORS configuration.
  • f3f674c Merge main branch.
  • cd54777 Move OTEL_EXPORTER_OTLP_TRACES_ENDPOINT.
  • cfc0f4e Move custom CORS page to CLI reference.
  • f0a8146 Push changes.

📊 Changes

3 files changed (+63 additions, -31 deletions)

View changed files

📝 src/langsmith/cli.mdx (+23 -1)
📝 src/langsmith/custom-routes.mdx (+1 -1)
📝 src/langsmith/env-var.mdx (+39 -29)

📄 Description

Overview

Adding example for how to customize CORS configuration for Agent Server deployments.

Type of change

New documentation page

Related issues/PRs

Discussed with a customer. Can't find Slack thread anymore.

Checklist

  • I have read the contributing guidelines
  • 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

n/a


🔄 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/2406 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `an/29jan/cors-docs` --- ### 📝 Commits (6) - [`a462860`](https://github.com/langchain-ai/docs/commit/a462860dc37319d56db484c879f2a21cb9ef92f9) Add documentation for CORS_ALLOW_ORIGINS. - [`3997455`](https://github.com/langchain-ai/docs/commit/3997455ca6aeb2e2d5f208a3b1b66dc365dfaef4) Add documentation for custom CORS configuration. - [`f3f674c`](https://github.com/langchain-ai/docs/commit/f3f674c37aa7a672984170d2027b3fa6996c1477) Merge main branch. - [`cd54777`](https://github.com/langchain-ai/docs/commit/cd54777b848f33170784cd2727650e005fd93f22) Move OTEL_EXPORTER_OTLP_TRACES_ENDPOINT. - [`cfc0f4e`](https://github.com/langchain-ai/docs/commit/cfc0f4ed9d7467d5697ab4a8987e47befbcad340) Move custom CORS page to CLI reference. - [`f0a8146`](https://github.com/langchain-ai/docs/commit/f0a8146b79c7db00dc8c5cc003fda438ecba5aae) Push changes. ### 📊 Changes **3 files changed** (+63 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/cli.mdx` (+23 -1) 📝 `src/langsmith/custom-routes.mdx` (+1 -1) 📝 `src/langsmith/env-var.mdx` (+39 -29) </details> ### 📄 Description ## Overview Adding example for how to customize CORS configuration for Agent Server deployments. ## Type of change New documentation page ## Related issues/PRs Discussed with a customer. Can't find Slack thread anymore. ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes n/a --- <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-02-17 17:23:22 -05:00
yindo closed this issue 2026-02-17 17:23:22 -05:00
yindo changed title from [PR #2406] docs: How to customize CORS configuration for Agent Server to [PR #2406] [MERGED] docs: How to customize CORS configuration for Agent Server 2026-06-05 18:18:24 -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#2401