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

# RhinestoneSDK

> Stateful entry point that holds shared configuration (auth, provider, bundler, paymaster) and creates accounts from it.

## Import

```ts theme={null}
import { RhinestoneSDK } from '@rhinestone/sdk'
```

## Usage

```ts theme={null}
const sdk = new RhinestoneSDK({
  // ...config
})
```

## Parameters

<ParamField path="options" type="RhinestoneSDKConfig" required>
  Shared configuration applied to every account created by this instance
</ParamField>
