v2.17.0
Python SDK
Install
GitHubpip install scalekit-sdk-pythonInitialize
from scalekit import ScalekitClient
scalekit_client = ScalekitClient( environment_url=os.getenv("SCALEKIT_ENVIRONMENT_URL"), client_id=os.getenv("SCALEKIT_CLIENT_ID"), client_secret=os.getenv("SCALEKIT_CLIENT_SECRET"))Changelog
View all releases →v2.16.0
What's Changed
- [SK-111] Add new members as code owners by @AkshayParihar33 in #186
- [SK-1339] feat: typed UpdateLoginUserDetails response + listEventsPaginated by @AkshayParihar33 in #187
Full Changelog: v2.15.0...v2.16.0
v2.15.0
What's Changed
- chore: update proto to v0.1.138.0 (v2.15.0); add metadata/icon_src to actions provider facade by @AkshayParihar33 in #182
Full Changelog: v2.14.0...v2.15.0
v2.14.0
What's Changed
- chore(deps): bump proto version to v0.1.136.1 and regenerate SDK by @AkshayParihar33 in #177
- [SK-1276] Bump proto to v0.1.137.0 and expand custom-connector support (NO_AUTH, icon_src/metadata, auth_header_key_override) by @AkshayParihar33 in #179
- [SK-1276] Bump SDK version to 2.14.0 and API version to 20260716 by @AkshayParihar33 in #180
Full Changelog: v2.13.0...v2.14.0
v2.13.0
What's Changed
- [SK-631] chore(deps): bump 5 low-risk Python deps by @dhawani in #167
- [SK-636] chore(deps): align grpcio + grpcio-status to >=1.81.0 by @dhawani in #168
- [SK-641] chore(deps): unpin cryptography to >=46.0.6,<49 by @dhawani in #169
- [SK-642] chore(deps): bump protobuf upper bound to >=5.29.5,<8.0.0 by @dhawani in #170
- [SK-646] chore(deps): bump 5 low-risk Python deps by @dhawani in #171
- fix(SK-819, SK-821): provider error differentiation, blind retry fix, and upsert credentials by @ravibits in #174
New Contributors
Full Changelog: V2.12.0...v2.13.0
V2.12.0
v2.11.0
What's Changed
- feat: regenerate protos from v0.1.123.0 and add slug/logo_url to CreateOrganizationOptions by @srinivaskarre-sk in #162
- feat: SDK support for proto v0.1.127.0 — MCP session tokens, connected account auth state, and filter improvements by @AkshayParihar33 in #164
Full Changelog: v2.10.0...v2.11.0
v2.10.0
What's Changed
- docs: add AGENTKIT.md for AgentKit APIs by @saif-at-scalekit in #142
- Update protos with v0.1.121.2 by @AkshayParihar33 in #157
- feat: custom provider CRUD for MCP connectors by @AkshayParihar33 in #159
- feat: add Google Domain-Wide Delegation (GOOGLE_DWD) auth support by @Avinash-Kamath in #153
- feat: organization session policy SDK methods by @srinivaskarre-sk in #152
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- Support XML/SOAP proxy requests and expose connected account details by @AkshayParihar33 in #148
Full Changelog: v2.8.0...v2.9.0
v2.8.0
What's Changed
- Fix Makefile and bump up api_version by @AkshayParihar33 in #146
- Sync proto updates for providers/tools and add custom MCP tests by @AkshayParihar33 in #147
- Add GitHub Actions release workflow to publish to PyPI by @Avinash-Kamath in #145
Full Changelog: v2.7.3...v2.8.0