> 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="/files/Yk7LpHGrWVuNeTSSVi3R" alt=""><figcaption></figcaption></figure>

3.) Click **Integrate**

<figure><img src="/files/RH6ykNKF64aOygXhBPo7" alt=""><figcaption></figcaption></figure>

4.) Select **Create token**

<figure><img src="/files/SGcZrzOsTFeJJMvTnPo8" 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.
