Skip to main contentIntuned Runtime SDK for TypeScript @intuned/runtime is a required dependency for all Intuned projects. It provides:
- The runtime setup and configurations for Playwright, with interface that Intuned Platform can use.
- The CLI commands to develop, test, and deploy automations locally.
- Helper functions that give your automations access to Intuned platform features.
All Intuned projects require the Runtime SDK as a dependency. Whenever you deploy a project, the latest version of the Runtime SDK is used.
Reference
- extendPayload: Nested scheduling support for Jobs.
- extendTimeout: Extend the timeout of the current API execution.
- attemptStore: Key-value store scoped to the current attempt.
- persistentStore: Key-value store scoped to the current project.
- getAuthSessionParameters: Retrieve parameters of currently executing AuthSession.
- CLI: The command-line interface for developing, testing, and deploying Intuned automations.