[PR #1628] [MERGED] Agent server openapi spec #1706

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1628
Author: @hinthornw
Created: 11/25/2025
Status: Merged
Merged: 12/1/2025
Merged by: @lnhsingh

Base: mainHead: wfh/schema


📝 Commits (6)

📊 Changes

6 files changed (+5739 additions, -10 deletions)

View changed files

📝 .github/workflows/check-links.yml (+3 -0)
📝 Makefile (+5 -0)
📝 src/docs.json (+14 -2)
src/langsmith/agent-server-api-ref.mdx (+0 -5)
src/langsmith/agent-server-openapi.json (+5706 -0)
📝 src/langsmith/server-api-ref.mdx (+11 -3)

📄 Description

Right now we redirect to another git site and use scalar to host the api refs.

Scalar's docs are nicer, but Mintlify doesn't seem to support hosting static html (lol).
They do support some meh api reference doc generation from an openapi spec though.
This PR uses that.


🔄 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/1628 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `wfh/schema` --- ### 📝 Commits (6) - [`b95d471`](https://github.com/langchain-ai/docs/commit/b95d4713097097fddf293e27066747736e2f0182) Agent server openapi spec - [`3932e85`](https://github.com/langchain-ai/docs/commit/3932e851766ea293c335edfac92e9f73c412dfc2) Rename + update to match new ref format - [`6362ebd`](https://github.com/langchain-ai/docs/commit/6362ebde02150977fe1996c6d049edd51e03b645) merge - [`18783b7`](https://github.com/langchain-ai/docs/commit/18783b71addd7bc15d01dcb41466b04f7afe182b) use src - [`c49f31d`](https://github.com/langchain-ai/docs/commit/c49f31dde1bd2a4f30d1d981d56d6cf53c4ce854) Merge branch 'main' into wfh/schema - [`7e494b5`](https://github.com/langchain-ai/docs/commit/7e494b59d3bf6ca14778c411c6962f1da71d07b7) Add openapi check ### 📊 Changes **6 files changed** (+5739 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/check-links.yml` (+3 -0) 📝 `Makefile` (+5 -0) 📝 `src/docs.json` (+14 -2) ➖ `src/langsmith/agent-server-api-ref.mdx` (+0 -5) ➕ `src/langsmith/agent-server-openapi.json` (+5706 -0) 📝 `src/langsmith/server-api-ref.mdx` (+11 -3) </details> ### 📄 Description Right now we redirect to another git site and use `scalar` to host the api refs. Scalar's docs are nicer, but Mintlify doesn't seem to support hosting static html (lol). They do support some meh api reference doc generation from an openapi spec though. This PR uses that. --- <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:38 -05:00
yindo closed this issue 2026-02-17 17:22:39 -05:00
yindo changed title from [PR #1628] Agent server openapi spec to [PR #1628] [MERGED] Agent server openapi spec 2026-06-05 18:14:31 -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#1706