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

# TappifyInstall

> Which install made the call, as the token's claims name it.

Which install made the call, as the token's claims name it.

## Properties

### extensionId

```ts theme={null}
extensionId: string;
```

***

### id

```ts theme={null}
id: string;
```

The install id, which is the key to scope anything you store yourself by.

***

### organizationId

```ts theme={null}
organizationId: string;
```

***

### projectId

```ts theme={null}
projectId: string | null;
```

`null` for an install on the workspace rather than one project.
