Skip to content

docs: Add Scalekit tool integration for AgentKit connectors - #3963

Merged
Naomi Pentrel (npentrel) merged 6 commits into
langchain-ai:mainfrom
saif-at-scalekit:add-scalekit-tools-integration
Jul 29, 2026
Merged

docs: Add Scalekit tool integration for AgentKit connectors#3963
Naomi Pentrel (npentrel) merged 6 commits into
langchain-ai:mainfrom
saif-at-scalekit:add-scalekit-tools-integration

Conversation

@saif-at-scalekit

Copy link
Copy Markdown
Contributor

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.

@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)

@saif-at-scalekit

Copy link
Copy Markdown
Contributor 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.

@saif-at-scalekit

Copy link
Copy Markdown
Contributor Author

Mason Daugherty (@mdrxy), quick nudge on this for a review when you have a moment. I’m happy to incorporate any suggestions.

@lnhsingh Lauren Hirata Singh (lnhsingh) added the integration For docs updates for LangChain integrations label May 27, 2026
@saif-at-scalekit

Copy link
Copy Markdown
Contributor Author

I see the Documentation Build & Link Check (Python 3.13) is failing on this PR. Is there anything specific I should change on my end to get the docs build green? :)

Saif (saif-shines) and others added 5 commits July 29, 2026 15:17
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
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
scalekit-sdk-python is under the hosted-guide download threshold.
Remove the MDX page and card-grid conflict markers, keep an external
Integration platforms row and provider icons, and list Scalekit under
python.tools in integration_external_docs.yaml.

Co-authored-by: Cursor <cursoragent@cursor.com>
Regenerate the tools overview snippet so Scalekit appears in the
sortable downloads table with an external docs link.

Co-authored-by: Cursor <cursoragent@cursor.com>
The hosted Scalekit guide was converted to an external listing, so the
provider SVGs are no longer referenced anywhere in the docs.

Co-authored-by: Cursor <cursoragent@cursor.com>

@npentrel Naomi Pentrel (npentrel) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, we've just made a change to the effect that we no longer add external integration docs to our docs and instead link out to your docs directly from the overview table. I've made those changes here and will merge the PR once tests pass. Thanks!

@npentrel
Naomi Pentrel (npentrel) merged commit f1d114e into langchain-ai:main Jul 29, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-infra external User is not a member of langchain-ai integration For docs updates for LangChain integrations 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.

4 participants