# 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 workspace.

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ellipsis-drive.com/developers/api-v3/account/access-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
