docs: Add Scalekit integration for authenticated tool calling#3956
docs: Add Scalekit integration for authenticated tool calling#3956saif-at-scalekit (saif-at-scalekit) wants to merge 6 commits into
Conversation
Add Scalekit as a LangSmith integration under Developer tools. Scalekit provides authenticated tool calling for AI agents with 60+ pre-built connectors and native LangChain StructuredTool support. Files: - trace-with-scalekit.mdx: integration page (SDK adapter + MCP methods) - Provider icons for light and dark mode - Integration card and navigation entry
|
Thanks for opening a docs PR, saif-at-scalekit (@saif-at-scalekit)! When it's ready for review, please add the relevant reviewers:
|
❌ Import check failedThis PR contains imports from Detailed issuesWhy this is a problemThe
How to fixReplace the imports as suggested above. For example:
🤖 Automated checkThis check is based on the latest analysis of |
|
Addressed the import issue that's pointed out by github actions. |
Use the real S-mark path from scalekit-web-ui/public/scalekit-icon.svg instead of the approximate stroke-based icon.
|
Kathryn May (@katmayb) / Florence Morris (@fjmorris) – I’ve gone through other PRs and the contribution guidelines to this pull request. Since this is my first time working on this PR and on #3963, I may have missed a few things. Please let me know if there’s anything I can adjust to make this PR as clean as possible and straightforward for you to review and merge. |
Thanks saif-at-scalekit (@saif-at-scalekit), I'll take a look at this today! |
|
Hi saif-at-scalekit (@saif-at-scalekit) , Thanks so much for putting this together! After reviewing, we've decided this doesn't quite fit our LangSmith integrations content lineup. Because Scalekit returns standard LangChain StructuredTool objects, the tracing here is LangChain's default behavior; any tool bound to a LangChain model traces automatically when This is useful content for using Scalekit with LangChain, which may work really well in the Scalekit docs. Thanks again, and let me know if you have any questions! |
|
I see Kathryn May (@katmayb). There’s also room for the Scalekit SDK to surface a dedicated interface, either something like I assume #3963 is still helpful? I will close this pull request. Really appreciate feedback. |
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
StructuredToolsupport. 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 gridsrc/docs.json— added nav entryTesting
Code examples verified with traces received in LangSmith UI.
See scalekit-developers/agent-auth-examples#3 for the tested script.
References