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

# API Tokens

Create and manage API tokens to authenticate requests to the QuickBot API. API tokens provide secure
access to your account data and bot management functions.

## What are API Tokens?

API tokens are secure authentication keys that allow external applications and scripts to interact
with your QuickBot account programmatically. They provide:

* **Secure Access**: Authentication without exposing your password
* **Granular Control**: Each token can be managed independently
* **Easy Revocation**: Tokens can be deleted instantly if compromised
* **Activity Tracking**: Monitor when and how your tokens are used

## Creating API Tokens

1. Click the **Create** button
2. Enter a descriptive name for your token
3. Click **Create Token**
4. Copy the generated token value and store it securely.

<Warning>
  **Important**: The token value will only be displayed once immediately after creation. Copy and
  save it securely - you won't be able to view it again.
</Warning>

## Viewing Active Tokens

The API Tokens page shows all your active tokens with:

* **Token Name**: The descriptive name you assigned
* **Created Date**: When the token was generated
* **Last Used**: When the token was last used (if available)

### Revoking Tokens

To delete an API token:

1. Find the token in your API Tokens list
2. Click the **Delete** button next to the token
3. Confirm the deletion

<Note>
  Once a token is deleted, all applications using that token will immediately lose access. Make sure
  to update your applications with new tokens before deleting old ones.
</Note>

### API Documentation

For complete API documentation including all available endpoints and parameters, visit the
[API Reference](/api/general) section.

<Tip>
  Create tokens with specific, descriptive names and delete them as soon as they're no longer
  needed. This minimizes security risks and keeps your token list clean and manageable.
</Tip>
