You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update LSD control plane API auth section to specify X-Tenant-Id (#1163)
## 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
Copy file name to clipboardExpand all lines: src/langsmith/api-ref-control-plane.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@ The control plane hosts for Cloud data regions:
21
21
22
22
## Authentication
23
23
24
-
To authenticate with the control plane API, set the `X-Api-Key` header to a valid LangSmith API key.
24
+
To authenticate with the control plane API, set the `X-Api-Key` header to a valid LangSmith API key and set the `X-Tenant-Id` header to a valid workspace ID to target.
0 commit comments