Skip to content

docs: Add Scalekit tool integration for AgentKit connectors#3963

Open
saif-at-scalekit (saif-at-scalekit) wants to merge 5 commits into
langchain-ai:mainfrom
saif-at-scalekit:add-scalekit-tools-integration
Open

docs: Add Scalekit tool integration for AgentKit connectors#3963
saif-at-scalekit (saif-at-scalekit) wants to merge 5 commits into
langchain-ai:mainfrom
saif-at-scalekit:add-scalekit-tools-integration

Conversation

@saif-at-scalekit
Copy link
Copy Markdown

Summary

Add Scalekit to the LangChain Python tool integrations page. Scalekit AgentKit provides 80+ prebuilt OAuth connectors (Gmail, Slack, GitHub, Salesforce, Jira, HubSpot, etc.) with delegated OAuth, a managed token vault, and a native LangChain adapter that returns StructuredTool objects.

Changes

File Change
src/oss/python/integrations/tools/scalekit.mdx New tool integration page
src/oss/python/integrations/tools/index.mdx Added to Integration platforms table + card grid

What Scalekit does

  • Native LangChain adapter: client.actions.langchain.get_tools() returns StructuredTool objects, no schema conversion needed
  • Delegated OAuth: Scalekit manages OAuth flows, token refresh, and credential storage
  • Multi-user support: Tools are scoped per user via the identifier parameter
  • 80+ connectors: Gmail, Slack, GitHub, Salesforce, Jira, HubSpot, Linear, Notion, and more
  • MCP support: Also available via MCP using langchain-mcp-adapters

Package

The integration lives in scalekit-sdk-python on PyPI. The LangChain adapter is lazy-loaded when accessing actions.langchain.

Verification

Related


This PR was written with AI assistance.

Add Scalekit to the LangChain Python tool integrations, providing 80+
prebuilt OAuth connectors (Gmail, Slack, GitHub, Salesforce, etc.) with
delegated OAuth, a managed token vault, and a native LangChain adapter
that returns StructuredTool objects.

Changes:
- New tool page: src/oss/python/integrations/tools/scalekit.mdx
- Add Scalekit to Integration platforms table and card grid in index.mdx
@github-actions github-actions Bot added langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects labels May 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, saif-at-scalekit (@saif-at-scalekit)! When it's ready for review, please add the relevant reviewers:

  • @mdrxy (Python integrations)

@github-actions github-actions Bot added the external User is not a member of langchain-ai label May 12, 2026
Add light/dark Scalekit S-mark SVGs to src/images/providers/ and
reference the icon from the Scalekit card in the tools index.
Use the real Scalekit S-mark from scalekit-web-ui/public/scalekit-icon.svg.
- scalekit-icon.svg: full icon with rounded-square background (for Card)
- light/scalekit.svg: dark S mark extracted from brand icon
- dark/scalekit.svg: white S mark for dark theme
@saif-at-scalekit
Copy link
Copy Markdown
Author

Mason Daugherty (@mdrxy) 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 #3956, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants