Installation
npm install @scalekit-sdk/nodev2.10.0TypeScriptESM Ready
Updated2 days ago
npm install @scalekit-sdk/nodeimport { ScalekitClient } from '@scalekit-sdk/node';
const scalekit = new ScalekitClient( process.env.SCALEKIT_ENVIRONMENT_URL, process.env.SCALEKIT_CLIENT_ID, process.env.SCALEKIT_CLIENT_SECRET);
export default scalekit;Full Changelog: v2.9.0...v2.10.0
Full Changelog: v2.8.0...v2.9.0
This release introduces configurable timeouts for management APIs and tool-call APIs.
const scalekit = new ScalekitClient(envUrl, clientId, clientSecret, {
timeoutMs: 20_000,
toolTimeoutMs: 60_000,
});
Full Changelog: v2.7.0...v2.8.0
Full Changelog: 2.6.3...v2.7.0
Full Changelog: 2.6.2...2.6.3
Full Changelog: 2.6.0...2.6.2
Full Changelog: v2.5.0...2.6.0