[PR #1163] [MERGED] Update LSD control plane API auth section to specify X-Tenant-Id #1349

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1163
Author: @andrewnguonly
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @lnhsingh

Base: mainHead: an/28oct/lgp-x-tenant-id


📝 Commits (1)

  • d4374d8 Update LSD control plane API auth section.

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 src/langsmith/api-ref-control-plane.mdx (+4 -1)

📄 Description

Overview

Make it super explicit that X-Tenant-Id should be specified in the LSD control plane API request. It's needed for org-scoped API keys and it doesn't hurt to specify it for workspace-scoped API keys.

Be explicit. Reduce user support questions.

Type of change

Type: Update existing documentation

Related issues/PRs

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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment 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/1163 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `an/28oct/lgp-x-tenant-id` --- ### 📝 Commits (1) - [`d4374d8`](https://github.com/langchain-ai/docs/commit/d4374d878825b349552f0a1467ca5e12ec4060ed) Update LSD control plane API auth section. ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/api-ref-control-plane.mdx` (+4 -1) </details> ### 📄 Description ## Overview Make it super explicit that `X-Tenant-Id` should be specified in the LSD control plane API request. It's needed for org-scoped API keys and it doesn't hurt to specify it for workspace-scoped API keys. Be explicit. Reduce user support questions. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - Slack thread: https://langchain.slack.com/archives/C089RDWTKU4/p1761648613577899 ## 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 - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment 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:22:12 -05:00
yindo closed this issue 2026-02-17 17:22:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1349