> ## Documentation Index
> Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

The Intuned Runtime SDK for TypeScript (`@intuned/runtime`) is a required dependency for all Intuned projects. It provides:

1. Runtime setup and configuration for Playwright that integrates with the Intuned platform.
2. The Intuned CLI for developing, testing, and deploying automations locally.
3. Helper functions that give your automations access to Intuned platform features.

All Intuned projects require the Runtime SDK as a dependency. When you deploy a project, the latest version of the Runtime SDK is used.

## Reference

* [persistentStore](./persistent-store) — Key-value store that persists across runs.
* [attemptStore](./attempt-store) — Key-value store scoped to the current attempt.
* [extendPayload](./extend-payload) — Add payloads dynamically during job execution.
* [extendTimeout](./extend-timeout) — Reset the timeout timer for the current attempt.
* [getAuthSessionParameters](./get-auth-session-parameters) — Retrieve parameters of the current AuthSession.
* [CAPTCHA helpers](./captcha-helpers) — Wait for CAPTCHAs to be solved and subscribe to status updates.
* [CLI reference](../cli) — Command-line interface for developing, testing, and deploying automations.
