docs: Add Scalekit tool integration for AgentKit connectors - #3963
Conversation
|
Thanks for opening a docs PR, saif-at-scalekit (@saif-at-scalekit)! When it's ready for review, please add the relevant reviewers:
|
|
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. |
|
Mason Daugherty (@mdrxy), quick nudge on this for a review when you have a moment. I’m happy to incorporate any suggestions. |
|
I see the |
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>
eab2627 to
7481df8
Compare
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>
Naomi Pentrel (npentrel)
left a comment
There was a problem hiding this comment.
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!
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
StructuredToolobjects.Changes
src/oss/python/integrations/tools/scalekit.mdxsrc/oss/python/integrations/tools/index.mdxWhat Scalekit does
client.actions.langchain.get_tools()returnsStructuredToolobjects, no schema conversion neededidentifierparameterlangchain-mcp-adaptersPackage
The integration lives in
scalekit-sdk-pythonon PyPI. The LangChain adapter is lazy-loaded when accessingactions.langchain.Verification
Related
This PR was written with AI assistance.