[PR #3831] [MERGED] Add LangSmith profile configuration docs #3847

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

📋 Pull Request Information

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

Base: mainHead: mukil/langsmith-profile-docs


📝 Commits (10+)

  • 5b4a32e Add LangSmith profile configuration docs
  • f528ee3 Add profile support version notes
  • f574c0f Add Java profile support version
  • 69c9efc Update src/langsmith/profile-configuration.mdx
  • 3213bf7 Update src/langsmith/profile-configuration.mdx
  • 2cc8497 Update src/langsmith/profile-configuration.mdx
  • f901379 Update src/langsmith/profile-configuration.mdx
  • 372e03c Add SDK profile version requirements
  • 69eaeb9 Merge remote-tracking branch 'origin/mukil/langsmith-profile-docs' into mukil/langsmith-profile-docs
  • 2adeefb Use instances in profile docs

📊 Changes

5 files changed (+352 additions, -0 deletions)

View changed files

📝 .gitignore (+7 -0)
📝 src/docs.json (+1 -0)
📝 src/langsmith/create-account-api-key.mdx (+2 -0)
📝 src/langsmith/langsmith-cli.mdx (+34 -0)
src/langsmith/profile-configuration.mdx (+308 -0)

📄 Description

Adds LangSmith profile configuration docs.

  • Documents the profile file format, profile selection precedence, and SDK behavior
  • Covers CLI profile management commands and langsmith login
  • Adds guidance for mounting profiles in Docker, Kubernetes, and remote CI environments
  • Adds .gitignore credential-file patterns

Verification:

  • make lint_prose FILES="src/langsmith/profile-configuration.mdx src/langsmith/create-account-api-key.mdx src/langsmith/langsmith-cli.mdx"
  • make broken-links
  • git diff --check

🔄 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/3831 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 5/1/2026 **Status:** ✅ Merged **Merged:** 5/5/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `mukil/langsmith-profile-docs` --- ### 📝 Commits (10+) - [`5b4a32e`](https://github.com/langchain-ai/docs/commit/5b4a32e7ee790763a8c7e78a8bdd4ea63ad3e187) Add LangSmith profile configuration docs - [`f528ee3`](https://github.com/langchain-ai/docs/commit/f528ee3871b26b0d6831e3eacbb6ae743d50a1e7) Add profile support version notes - [`f574c0f`](https://github.com/langchain-ai/docs/commit/f574c0fc28036e0d5f3b71d66a5d38026d7ebfc0) Add Java profile support version - [`69c9efc`](https://github.com/langchain-ai/docs/commit/69c9efce3025da324615d73b220385e1078c563d) Update src/langsmith/profile-configuration.mdx - [`3213bf7`](https://github.com/langchain-ai/docs/commit/3213bf729f2386867c245890002e209d141d529d) Update src/langsmith/profile-configuration.mdx - [`2cc8497`](https://github.com/langchain-ai/docs/commit/2cc8497b1d568b342f0360c5c6c6cc06f860afe2) Update src/langsmith/profile-configuration.mdx - [`f901379`](https://github.com/langchain-ai/docs/commit/f901379158e73855f3e90f33f9c63fb9ab165a68) Update src/langsmith/profile-configuration.mdx - [`372e03c`](https://github.com/langchain-ai/docs/commit/372e03cd0cb9ffd6775586618ef1bde6f6a1a965) Add SDK profile version requirements - [`69eaeb9`](https://github.com/langchain-ai/docs/commit/69eaeb9e6a81fa7ccdcd5445ac342759fb59979e) Merge remote-tracking branch 'origin/mukil/langsmith-profile-docs' into mukil/langsmith-profile-docs - [`2adeefb`](https://github.com/langchain-ai/docs/commit/2adeefbf4f47a3f55f7ea02e2f16518e674753f3) Use instances in profile docs ### 📊 Changes **5 files changed** (+352 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+7 -0) 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/create-account-api-key.mdx` (+2 -0) 📝 `src/langsmith/langsmith-cli.mdx` (+34 -0) ➕ `src/langsmith/profile-configuration.mdx` (+308 -0) </details> ### 📄 Description Adds LangSmith profile configuration docs. - Documents the profile file format, profile selection precedence, and SDK behavior - Covers CLI profile management commands and `langsmith login` - Adds guidance for mounting profiles in Docker, Kubernetes, and remote CI environments - Adds `.gitignore` credential-file patterns Verification: - `make lint_prose FILES="src/langsmith/profile-configuration.mdx src/langsmith/create-account-api-key.mdx src/langsmith/langsmith-cli.mdx"` - `make broken-links` - `git diff --check` --- <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:53:21 -04:00
yindo closed this issue 2026-06-05 18:53:21 -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#3847