> For the complete documentation index, see [llms.txt](https://docs.mobb.ai/mobb-user-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobb.ai/mobb-user-docs/administration/access-tokens.md).

# Access Tokens

<figure><img src="/files/5recc14QzPMLYITi3kUw" alt=""><figcaption></figcaption></figure>

## Create new access tokens

To create a new access token, click on "Add API Key" located on the top right of the page.

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

On the next page, enter a name for the API Key.

<figure><img src="/files/HajD36toD6tFOo9RYl4D" alt="" width="516"><figcaption></figcaption></figure>

A new API Key will be generated.

Copy the key value and store it in a safe place as it will never show again.

<figure><img src="/files/PBxXh9mfwd2Q6VEccPZZ" alt="" width="516"><figcaption></figcaption></figure>

## Delete existing access tokens

To delete existing access tokens, click the delete icon next to the access token you want to remove from the system.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.mobb.ai/mobb-user-docs/administration/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.
