> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/account/access-tokens.md).

# Access tokens

Access Tokens provide scoped access to specific folders or layers in Ellipsis Drive.

They are used to control and restrict access to data at a resource level, and are commonly used in integrations where access needs to be limited to a defined dataset or account.

Access Tokens can be used as Bearer Tokens in API requests.

***

### Creating Access Tokens

Access Tokens can be created either via the API or directly in the Ellipsis Drive interface.

#### Via the Ellipsis Drive UI

1.) Open the folder or layer

2.) Open the context menu

<figure><img src="https://4037685487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mif-_hRu2c99bPrpzIH%2Fuploads%2F7T24pE4P1ZDAjagLFXch%2Fafbeelding.png?alt=media&amp;token=6e811200-3a66-4fdd-a925-0e4cc92d9b47" alt=""><figcaption></figcaption></figure>

3.) Click **Integrate**

<figure><img src="https://4037685487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mif-_hRu2c99bPrpzIH%2Fuploads%2FGOmRL3KSoiLDisAGuSGT%2Fafbeelding.png?alt=media&amp;token=3ae31c1b-da15-44f5-870e-3e2fb8581ffc" alt=""><figcaption></figcaption></figure>

4.) Select **Create token**

<figure><img src="https://4037685487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mif-_hRu2c99bPrpzIH%2Fuploads%2FKkMmhsNMoGscceSxz0g9%2Fafbeelding.png?alt=media&amp;token=7421e545-1feb-4d9e-ad5d-2d846e5d635f" alt=""><figcaption></figcaption></figure>

The generated token can then be used in external applications or API calls.

***

#### Managing Access Tokens

Detailed API-level management operations are available in the following sections:

* [Create Access Token](https://docs.ellipsis-drive.com/developers/api-v3/account/access-tokens/create-access-token)
* [List / Retrieve Access Tokens](https://docs.ellipsis-drive.com/developers/api-v3/account/access-tokens/get-your-access-tokens)
* [Delete Access Token](https://docs.ellipsis-drive.com/developers/api-v3/account/access-tokens/delete-access-token)

These pages describe full programmatic control over token lifecycle and permissions.
