[PR #3593] [MERGED] add LangSmith API docs to mintlify #3634

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3593
Author: @lnhsingh
Created: 4/15/2026
Status: Merged
Merged: 5/21/2026
Merged by: @lnhsingh

Base: mainHead: ls-api


📝 Commits (10+)

📊 Changes

28 files changed (+82276 additions, -73 deletions)

View changed files

.github/workflows/refresh-langsmith-openapi.yml (+74 -0)
📝 .gitignore (+1 -0)
📝 Makefile (+2 -2)
scripts/process_langsmith_openapi.py (+355 -0)
📝 src/docs.json (+23 -9)
📝 src/langsmith/administration-overview.mdx (+1 -1)
📝 src/langsmith/agent-server-feedback.mdx (+2 -2)
📝 src/langsmith/assistants.mdx (+1 -1)
📝 src/langsmith/audit-logs.mdx (+1 -1)
📝 src/langsmith/cicd-pipeline-example.mdx (+1 -1)
📝 src/langsmith/data-export-monitor.mdx (+1 -1)
📝 src/langsmith/data-purging-compliance.mdx (+3 -3)
📝 src/langsmith/export-traces.mdx (+2 -2)
📝 src/langsmith/filter-traces-in-application.mdx (+2 -2)
📝 src/langsmith/jit-invite-sso.mdx (+1 -1)
src/langsmith/langsmith-platform-openapi.json (+81746 -0)
📝 src/langsmith/log-llm-trace.mdx (+1 -1)
📝 src/langsmith/ls-metadata-parameters.mdx (+1 -1)
📝 src/langsmith/manage-organization-by-api.mdx (+21 -21)
📝 src/langsmith/manage-prompts.mdx (+1 -1)

...and 8 more files

📄 Description

Fixes DOC-878

There are 84 hidden endpoints across these categories:                                         
  ┌─────────────────────────────────┬───────┬───────────────────────────────────┐                
  │            Category             │ Count │            Why hidden             │                
  ├─────────────────────────────────┼���──────┼───────────────────────────────────┤                
  │ Fleet (agents, skills, fleet *) │ 72    │ Fleet has its own product/docs    │                
  ├─────────────────────────────────┼───────┼───────────────────────────────────┤                
  │ fleet github-app                │ 11    │ Fleet-specific GitHub integration │                
  ├─────────────────────────────────┼───────┼───────────────────────────────────┤                
  │ beacon                          │ 1     │ Internal usage telemetry          │                
  ├─────────────────────────────────┼───────┼───────────────────────────────────┤                
  │ nps                             │ 1     │ Internal NPS survey               │                
  ├─────────────────────────────────┼───────┼───────────────────────────────────┤                
  │ sandboxes-internal              │ 1     │ Service-to-service only           │                
  ├─────────────────────────────────┼───────┼───────────────────────────────────┤                
  │ metrics                         │ 1     │ Internal queue metrics            │                
  ├─────────────────────────────────┼───────┼───────────────────────────────────┤              
  │ (untagged) — GET /ok            │ 1     │ Health check                      │              
  └─────────────────────────────────┴───────┴───────────────────────────────────┘  

PREVIEW: https://langchain-5e9cc07a-preview-lsapi-1779323176-451247e.mintlify.app/langsmith/smith-api-ref


🔄 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/3593 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 4/15/2026 **Status:** ✅ Merged **Merged:** 5/21/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `ls-api` --- ### 📝 Commits (10+) - [`928f043`](https://github.com/langchain-ai/docs/commit/928f04355213a0f5d9d586bbbe29f306d23d2efd) add LangSmith API docs to mintlify - [`9bff93c`](https://github.com/langchain-ai/docs/commit/9bff93c93af45eeaac9375acf6b62ae867814cc5) LangSmith API - [`5d9b002`](https://github.com/langchain-ai/docs/commit/5d9b002ad8d16baf638873f4bfd86d7fc9afa399) Merge branch 'main' into ls-api - [`f15be81`](https://github.com/langchain-ai/docs/commit/f15be816e21007e4f1be6e3e6e3b31e06ffbab20) preview - [`467df36`](https://github.com/langchain-ai/docs/commit/467df3620c9aa2bcf467b004bd3ccf3f2c922961) Merge branch 'main' into ls-api - [`5f73579`](https://github.com/langchain-ai/docs/commit/5f7357968bea648ee08b0f0e24b1d8e35fa13739) Apply suggestions from code review - [`029269d`](https://github.com/langchain-ai/docs/commit/029269d1c4d22ec84d4d23652dd80b579da9c133) fix - [`c18c5ed`](https://github.com/langchain-ai/docs/commit/c18c5ed59f62b68cbe1cb52704be5c816fa928b5) sidebar order - [`071f388`](https://github.com/langchain-ai/docs/commit/071f388d13d72b70fa3f6a7c72534ea0cdf93e0a) Merge branch 'main' into ls-api - [`11060f5`](https://github.com/langchain-ai/docs/commit/11060f5991f801350a7f022c1edc28b7200ca049) Merge branch 'main' into ls-api ### 📊 Changes **28 files changed** (+82276 additions, -73 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/refresh-langsmith-openapi.yml` (+74 -0) 📝 `.gitignore` (+1 -0) 📝 `Makefile` (+2 -2) ➕ `scripts/process_langsmith_openapi.py` (+355 -0) 📝 `src/docs.json` (+23 -9) 📝 `src/langsmith/administration-overview.mdx` (+1 -1) 📝 `src/langsmith/agent-server-feedback.mdx` (+2 -2) 📝 `src/langsmith/assistants.mdx` (+1 -1) 📝 `src/langsmith/audit-logs.mdx` (+1 -1) 📝 `src/langsmith/cicd-pipeline-example.mdx` (+1 -1) 📝 `src/langsmith/data-export-monitor.mdx` (+1 -1) 📝 `src/langsmith/data-purging-compliance.mdx` (+3 -3) 📝 `src/langsmith/export-traces.mdx` (+2 -2) 📝 `src/langsmith/filter-traces-in-application.mdx` (+2 -2) 📝 `src/langsmith/jit-invite-sso.mdx` (+1 -1) ➕ `src/langsmith/langsmith-platform-openapi.json` (+81746 -0) 📝 `src/langsmith/log-llm-trace.mdx` (+1 -1) 📝 `src/langsmith/ls-metadata-parameters.mdx` (+1 -1) 📝 `src/langsmith/manage-organization-by-api.mdx` (+21 -21) 📝 `src/langsmith/manage-prompts.mdx` (+1 -1) _...and 8 more files_ </details> ### 📄 Description Fixes DOC-878 ``` There are 84 hidden endpoints across these categories: ┌─────────────────────────────────┬───────┬───────────────────────────────────┐ │ Category │ Count │ Why hidden │ ├─────────────────────────────────┼���──────┼───────────────────────────────────┤ │ Fleet (agents, skills, fleet *) │ 72 │ Fleet has its own product/docs │ ├─────────────────────────────────┼───────┼───────────────────────────────────┤ │ fleet github-app │ 11 │ Fleet-specific GitHub integration │ ├─────────────────────────────────┼───────┼───────────────────────────────────┤ │ beacon │ 1 │ Internal usage telemetry │ ├─────────────────────────────────┼───────┼───────────────────────────────────┤ │ nps │ 1 │ Internal NPS survey │ ├─────────────────────────────────┼───────┼───────────────────────────────────┤ │ sandboxes-internal │ 1 │ Service-to-service only │ ├─────────────────────────────────┼───────┼───────────────────────────────────┤ │ metrics │ 1 │ Internal queue metrics │ ├─────────────────────────────────┼───────┼───────────────────────────────────┤ │ (untagged) — GET /ok │ 1 │ Health check │ └─────────────────────────────────┴───────┴───────────────────────────────────┘ ``` PREVIEW: https://langchain-5e9cc07a-preview-lsapi-1779323176-451247e.mintlify.app/langsmith/smith-api-ref --- <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:45 -04:00
yindo closed this issue 2026-06-05 18:23:45 -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#3634