> ## Documentation Index
> Fetch the complete documentation index at: https://docs.poix.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tokens

> Manage your Tokens in the Poix dashboard

The [Tokens](https://app.poix.io/tokens) page allows you to manage your Tokens in the Poix dashboard. You can create new tokens, view existing tokens, revoke and delete tokens that are no longer needed.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/poix-a0bff09f/JfolOoh6sFUQi7Po/images/tokens-page-light.webp?fit=max&auto=format&n=JfolOoh6sFUQi7Po&q=85&s=8ee8407bc941a5c557834707be804b93" alt="Tokens page" width="3455" height="1985" data-path="images/tokens-page-light.webp" />

  <img className="hidden dark:block" src="https://mintcdn.com/poix-a0bff09f/JfolOoh6sFUQi7Po/images/tokens-page-dark.webp?fit=max&auto=format&n=JfolOoh6sFUQi7Po&q=85&s=c9b97c61c906d21b0fce7d8bcfeb8547" alt="Tokens page" width="3455" height="1985" data-path="images/tokens-page-dark.webp" />
</Frame>

### Create a new token

To create a new token, follow these steps:

1. Go to the [Tokens](https://app.poix.io/tokens) page in the Dashboard.
2. Click on the 'Add token' button to create a new token.
3. Specify the name for your new token. It will help you to identify the token later.
4. Once the token is created, you will see the secret key. You can copy it and use it in your requests.

***

### Rate limits

Each token can have its own rate limits. You can set the rate limits for each token based on your requirements. The rate limits are set in requests per minute. To create a new token with custom rate limits, simply specify the rate limits while creating the token.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/poix-a0bff09f/JfolOoh6sFUQi7Po/images/create-token-modal-light.webp?fit=max&auto=format&n=JfolOoh6sFUQi7Po&q=85&s=68c15af70ea714527fed29204f524108" alt="Create token with rate limits" width="3456" height="1984" data-path="images/create-token-modal-light.webp" />

  <img className="hidden dark:block" src="https://mintcdn.com/poix-a0bff09f/JfolOoh6sFUQi7Po/images/create-token-modal-dark.webp?fit=max&auto=format&n=JfolOoh6sFUQi7Po&q=85&s=01683c5aa0cb901b3ec38ee8362dafaf" alt="Create token with rate limits" width="3456" height="1983" data-path="images/create-token-modal-dark.webp" />
</Frame>
