[PR #3266] [MERGED] feat: add presigned feedback tokens documentation [closes DOC-767] #3325

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3266
Author: @katmayb
Created: 3/23/2026
Status: Merged
Merged: 4/22/2026
Merged by: @katmayb

Base: mainHead: open-swe/754565fa-0f99-0a95-2a3d-29eeaacb20e5


📝 Commits (2)

  • 6f68878 Add presigned feedback tokens documentation page with SDK examples, API usage, and end-to-end workflow. Cross-link from existing feedback page and add link map entries for new SDK methods.
  • 3dc32de Edits

📊 Changes

4 files changed (+256 additions, -0 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+3 -0)
📝 src/docs.json (+1 -0)
📝 src/langsmith/attach-user-feedback.mdx (+6 -0)
src/langsmith/presigned-feedback-tokens.mdx (+246 -0)

📄 Description

Description

Adds a new documentation page for presigned feedback tokens, which allow client-side applications to submit feedback to LangSmith without exposing API keys. The existing "Log user feedback using the SDK" page only covered create_feedback() — this fills the gap for the token-based workflow that was previously undocumented outside of the Agent Server context.

Preview

https://langchain-5e9cc07a-preview-opensw-1774298335-e3d068b.mintlify.app/langsmith/presigned-feedback-tokens

Resolves DOC-767

Test Plan

  • Verify new page renders correctly in preview deployment
  • Verify cross-links between attach-user-feedback and presigned-feedback-tokens work
  • Verify @[create_presigned_feedback_token()] link map reference resolves correctly

🔄 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/3266 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `open-swe/754565fa-0f99-0a95-2a3d-29eeaacb20e5` --- ### 📝 Commits (2) - [`6f68878`](https://github.com/langchain-ai/docs/commit/6f6887831417b90990e943d1c8415430de754cd2) Add presigned feedback tokens documentation page with SDK examples, API usage, and end-to-end workflow. Cross-link from existing feedback page and add link map entries for new SDK methods. - [`3dc32de`](https://github.com/langchain-ai/docs/commit/3dc32de3700a1378c65799b25c288e86b76020ff) Edits ### 📊 Changes **4 files changed** (+256 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+3 -0) 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/attach-user-feedback.mdx` (+6 -0) ➕ `src/langsmith/presigned-feedback-tokens.mdx` (+246 -0) </details> ### 📄 Description ## Description Adds a new documentation page for presigned feedback tokens, which allow client-side applications to submit feedback to LangSmith without exposing API keys. The existing "Log user feedback using the SDK" page only covered `create_feedback()` — this fills the gap for the token-based workflow that was previously undocumented outside of the Agent Server context. ## Preview https://langchain-5e9cc07a-preview-opensw-1774298335-e3d068b.mintlify.app/langsmith/presigned-feedback-tokens Resolves DOC-767 ## Test Plan - [ ] Verify new page renders correctly in preview deployment - [ ] Verify cross-links between attach-user-feedback and presigned-feedback-tokens work - [ ] Verify `@[create_presigned_feedback_token()]` link map reference resolves correctly --- <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:22:44 -04:00
yindo closed this issue 2026-06-05 18:22:44 -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#3325