[PR #3956] [CLOSED] docs: Add Scalekit integration for authenticated tool calling #3967

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3956
Author: @saif-at-scalekit
Created: 5/12/2026
Status: Closed

Base: mainHead: add-scalekit-integration


📝 Commits (6)

  • bda7a91 docs: Add Scalekit integration for authenticated tool calling
  • d72077d Fix imports: use langchain.messages instead of langchain_core.messages
  • 848f7b0 Fix Vale lint: use 'prebuilt' per LangChain terminology
  • fabffce Replace handmade SVGs with official Scalekit brand S-mark
  • 562b1e5 Merge branch 'main' into add-scalekit-integration
  • dda50f0 Merge branch 'main' into add-scalekit-integration

📊 Changes

5 files changed (+229 additions, -2 deletions)

View changed files

📝 src/docs.json (+2 -2)
src/images/providers/dark/scalekit.svg (+3 -0)
src/images/providers/light/scalekit.svg (+3 -0)
📝 src/langsmith/integrations.mdx (+6 -0)
src/langsmith/trace-with-scalekit.mdx (+215 -0)

📄 Description

Summary

Add Scalekit as a LangSmith integration under Developer tools.

Scalekit provides authenticated tool calling for AI agents — 60+ pre-built connectors
(Gmail, Slack, Salesforce, GitHub, Notion, etc.) with delegated OAuth, token management, and native LangChain
StructuredTool support. When LangSmith tracing is enabled, Scalekit tool calls appear as tool spans automatically.

Files changed

  • src/langsmith/trace-with-scalekit.mdx — new integration page (SDK adapter + MCP methods)
  • src/images/providers/light/scalekit.svg — provider icon (light mode)
  • src/images/providers/dark/scalekit.svg — provider icon (dark mode)
  • src/langsmith/integrations.mdx — added Scalekit card to Developer tools grid
  • src/docs.json — added nav entry

Testing

Code examples verified with traces received in LangSmith UI.
See scalekit-developers/agent-auth-examples#3 for the tested script.

References


🔄 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/3956 **Author:** [@saif-at-scalekit](https://github.com/saif-at-scalekit) **Created:** 5/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-scalekit-integration` --- ### 📝 Commits (6) - [`bda7a91`](https://github.com/langchain-ai/docs/commit/bda7a918e906a10132b95fb329115dca581587c4) docs: Add Scalekit integration for authenticated tool calling - [`d72077d`](https://github.com/langchain-ai/docs/commit/d72077d1c3e40ef4684e5ea1ec91b3b939e02f41) Fix imports: use langchain.messages instead of langchain_core.messages - [`848f7b0`](https://github.com/langchain-ai/docs/commit/848f7b017256b4dc69acf2973a57a36a846202cf) Fix Vale lint: use 'prebuilt' per LangChain terminology - [`fabffce`](https://github.com/langchain-ai/docs/commit/fabffce913d663b36a139431a742f9023b1e603a) Replace handmade SVGs with official Scalekit brand S-mark - [`562b1e5`](https://github.com/langchain-ai/docs/commit/562b1e5ee0f34ba80e326cb66f4cc17b593a8610) Merge branch 'main' into add-scalekit-integration - [`dda50f0`](https://github.com/langchain-ai/docs/commit/dda50f0ff7c5280a55b31e77a2f831386477c118) Merge branch 'main' into add-scalekit-integration ### 📊 Changes **5 files changed** (+229 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -2) ➕ `src/images/providers/dark/scalekit.svg` (+3 -0) ➕ `src/images/providers/light/scalekit.svg` (+3 -0) 📝 `src/langsmith/integrations.mdx` (+6 -0) ➕ `src/langsmith/trace-with-scalekit.mdx` (+215 -0) </details> ### 📄 Description ## Summary Add Scalekit as a LangSmith integration under Developer tools. [Scalekit](https://scalekit.com) provides authenticated tool calling for AI agents — 60+ pre-built connectors (Gmail, Slack, Salesforce, GitHub, Notion, etc.) with delegated OAuth, token management, and native LangChain `StructuredTool` support. When LangSmith tracing is enabled, Scalekit tool calls appear as tool spans automatically. ## Files changed - `src/langsmith/trace-with-scalekit.mdx` — new integration page (SDK adapter + MCP methods) - `src/images/providers/light/scalekit.svg` — provider icon (light mode) - `src/images/providers/dark/scalekit.svg` — provider icon (dark mode) - `src/langsmith/integrations.mdx` — added Scalekit card to Developer tools grid - `src/docs.json` — added nav entry ## Testing Code examples verified with traces received in LangSmith UI. See [scalekit-developers/agent-auth-examples#3](https://github.com/scalekit-developers/agent-auth-examples/pull/3) for the tested script. ## References - [Scalekit AgentKit docs](https://docs.scalekit.com/agentkit/overview) - [Scalekit LangChain guide](https://docs.scalekit.com/agentkit/examples/langchain/) - [Sample LangChain agent repo](https://github.com/scalekit-inc/sample-langchain-agent) - Package: [scalekit-sdk-python](https://pypi.org/project/scalekit-sdk-python/) --- <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:45 -04:00
yindo closed this issue 2026-06-05 18:53: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#3967