Compatibility matrix

July 29, 2026 · View on GitHub

AreaSupported baselineNotes
JS/TS SDKNode.js >= 18Defined by package.json's engines field.
OSS ConductorSupported server deploymentTest the target server during upgrades.
OrkesSupported tenant APIEnterprise features depend on tenant permissions.
Conductor agentsServer agent runtime and provider integrationProvider credentials live on the server, not the client.

The JS SDK does not currently provide Java's FileClient or Spring Boot modules — this documentation does not present either as available JS support.

Workflow-scoped files

The JS SDK does not currently expose a public workflow-scoped FileClient. Use task-appropriate object storage or a server capability selected by your deployment; do not copy Java FileClient examples into JS applications.

Framework/runtime integration

Spring and Spring Boot modules are Java-specific. Host workers and AgentRuntime services in whatever Node.js framework your deployment uses — see express-worker-service.ts and deployment/scaling.