Skip to main content
Intuned Runtime SDK for TypeScript @intuned/runtime is a required dependency for all Intuned projects. It provides:
  1. The runtime setup and configurations for Playwright, with interface that Intuned Platform can use.
  2. The CLI commands to develop, test, and deploy automations locally.
  3. 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.