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

# API Token

> Manage API tokens for programmatic access to your organization

An API Token is used by third-party applications or scripts to access to your organization via the Qovery API (CI/CD, Terraform, Pulumi, etc.).

You can manage API tokens attached to your organization directly from the Qovery Console or using the [Qovery CLI](/cli/commands/token).

## Accessing API Tokens

<Steps>
  <Step title="Open Organization Settings">
    Click the Settings tab while you are on your organization overview.

    <Frame>
      <img src="https://mintcdn.com/qovery/ziWdn5St6rf4bcBc/images/configuration/organization/access_settings.png?fit=max&auto=format&n=ziWdn5St6rf4bcBc&q=85&s=140314c21898938101ad4f82e2c78a98" alt="How to access your organization settings" width="2784" height="1830" data-path="images/configuration/organization/access_settings.png" />
    </Frame>
  </Step>

  <Step title="Navigate to Token API Section">
    Open the **Token API** section within the organization settings

    <Frame>
      <img src="https://mintcdn.com/qovery/ziWdn5St6rf4bcBc/images/configuration/organization/token_api_access.png?fit=max&auto=format&n=ziWdn5St6rf4bcBc&q=85&s=8eb99d347b74c2a6aba77e2aa4c13fda" alt="How to access your Token API section" width="3164" height="2070" data-path="images/configuration/organization/token_api_access.png" />
    </Frame>
  </Step>
</Steps>

## Create a New Token

<Steps>
  <Step title="Click Add Button">
    Press the **Add** button to create a new API token
  </Step>

  <Step title="Configure Token">
    Provide the following information: - **Name**: A descriptive name for the
    token - **Description**: Purpose or usage details - **Role**: Select a role
    managed via the [Qovery RBAC system](/configuration/organization/members-rbac)
  </Step>

  <Step title="Save Token">
    After creation, the token will be displayed once
  </Step>
</Steps>

<Warning>
  **Important**: Make sure you safely store the token returned by the UI. You
  won't be able to retrieve it again (you will have to create a new one).
</Warning>

## Delete a Token

To remove an API token:

1. Locate the token in the Token API list
2. Click the **Bin** icon next to the token
3. Confirm the deletion

## Edit a Token

<Note>
  This functionality is not yet available. To modify a token, you'll need to
  delete the existing one and create a new token.
</Note>
