For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

3.) Click Integrate

4.) Select Create token

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:

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

Last updated