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 5 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. |
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