# Installation

In a backend environment, you can use the `@playdotfun/server-sdk` library to make authorized requests to the API using your creator credentials.

Install the Play Fun Server SDK using the package manager of your choice:

{% tabs %}
{% tab title="npm" %}

```bash
npm i @playdotfun/server-sdk
```

{% endtab %}

{% tab title="pnpm" %}

```bash
pnpm i @playdotfun/server-sdk
```

{% endtab %}

{% tab title="yarn" %}

```bash
yarn add @playdotfun/server-sdk
```

{% endtab %}

{% tab title="bun" %}

```bash
bun add @playdotfun/server-sdk
```

{% endtab %}
{% endtabs %}
