# Create API Token

{% stepper %}
{% step %}

### Navigate to the API Tokens page and create an access token

Go to the API Tokens page and choose "Create Access Token".

![Create Access Token](/files/3ed2a617731480a101b3ae3c110d7c6fbb93048a)
{% endstep %}

{% step %}

### Provide a token name

Input a name for the token. This helps manage multiple tokens.
{% endstep %}

{% step %}

### Revoking a token

{% hint style="warning" %}
Tokens on this platform do not expire. They remain valid until manually revoked.
{% endhint %}

* To revoke an access token, return to the API Tokens section, find the token item, and click the "Revoke" button for that token.
* Revoking a token immediately deactivates it and prevents any further API access using that token.

![Revoke token](/files/b0644772f551ffe234608a0bc035819c75417a2b)
{% endstep %}
{% endstepper %}


---

# 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.utexo.com/getting-started/editor/cloud/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.
