# Create API Token

**Creating an Access Token**

&#x20;Step 1: Navigate to API Tokens page -> Create Access Token<br>

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

Step 2: Input token name. This helps manage multiple tokens.<br>

Step 3: **Revoking a Token**

* Tokens on this platform do not expire, giving them an indefinite lifespan until they are manually revoked.
* To revoke an access token, users need to navigate back to the API tokens section, locate the specific token item, and click the "Revoke" button associated with it.
* Revoking the token immediately deactivates it, preventing any further API access using that token.

<figure><img src="/files/illA8lsZwsjOb9OxKufu" 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://docs.thunderstack.org/bitcoin-native-infrastructure/readme/thunderengine/access-token-authorization/create-api-token.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.
