# @databricks/sdk-jobs

> [!NOTE]
>
> ## Beta
>
> **This SDK is in Beta and is supported for production use cases.** Interfaces might still change slightly before GA (e.g. name standardization and minor ergonomic tweaks). We are keen to hear feedback from early adopters — please [file issues](https://github.com/databricks/sdk-js/issues), and we will address them.

## Installation

```bash
npm install @databricks/sdk-jobs
```

## Usage

```typescript
import {JobsClient} from '@databricks/sdk-jobs/v2';

const client = new JobsClient({});
```

For a full getting-started guide, see the [root README](../../README.md).
