# API Access

To interact with the API, you need to have a unique, personal access token. This will be used to authenticate yourself within the API.

The token is the equivalent of the user name & password pair. Once generated, it identifies your own account. So you should be careful with it and not disclose it to any un-trusted party (application).

### Generate your API Access Token <a href="#generate-your-api-access-token" id="generate-your-api-access-token"></a>

To generate your access token, you should:

1. Go to the **API Tokens** screen under the **Admin** module.
2. Click on the **Create API Token** button to generate a new token.

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

3. Enter the **API token name** on the next screen.
4. Note down your newly generated token - you are going to need it soon.

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

   * For security reasons, it is not possible to view the token after closing the creation dialog. If necessary, create a new token. Max of **10 tokens** is permitted for each user license.
   * You should store the token securely, as for any password.

### Token Deactivation <a href="#token-deactivation" id="token-deactivation"></a>

If a user account gets deactivated in AutoRABIT, the API Token will get deactivated at the same time. In some cases, AutoRABIT will need to revoke or invalidate tokens.

**For example**, when a user logs out of an ARM application. If you revoke a token, it can be re-approved anytime before it expires.

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


---

# 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://knowledgebase.autorabit.com/product-guides/arm/introduction-to-arm-developer-apis/api-access.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.
