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

# API Tokens

> Learn how to get your Cuuro.ai API key.

API Integrations on Cuuro.ai allow other apps to access your workspace programmatically. This is useful for integrating Cuuro with other tools and services.

<Tip>Cuuro API keys are prefixed with `cuuro_` for easy identification.</Tip>

## API Integrations

You can create as many API integrations as you need, each with its own API token.

<Frame>
  <img src="https://mintcdn.com/cuuro/qOO-pksozt7KllG7/images/developer-page.png?fit=max&auto=format&n=qOO-pksozt7KllG7&q=85&s=edb92e089a38dc731b9d51092f094ea1" alt="Api keys page on Cuuro" width="1528" height="974" data-path="images/developer-page.png" />
</Frame>

## How to create an API Integration

You can create an API key by following these steps:

<Steps>
  <Step title="Go to your dashboard">
    Go to **Settings** > **Developers** in your dashboard.

    <Frame>
      <img src="https://mintcdn.com/cuuro/qOO-pksozt7KllG7/images/developer-page.png?fit=max&auto=format&n=qOO-pksozt7KllG7&q=85&s=edb92e089a38dc731b9d51092f094ea1" alt="Api keys page on Cuuro" width="1528" height="974" data-path="images/developer-page.png" />
    </Frame>
  </Step>

  <Step title="Create an API Key">
    Click on the "Create new integration" button

    <Frame>
      <img src="https://mintcdn.com/cuuro/qOO-pksozt7KllG7/images/create-integration-light.png?fit=max&auto=format&n=qOO-pksozt7KllG7&q=85&s=fa50112e8dca769479fe28dadb861c3c" alt="Creating an API Integration on Cuuro" width="1528" height="974" data-path="images/create-integration-light.png" />
    </Frame>
  </Step>

  <Step title="Use your API Token">
    Now that you have your API key, you can use it to access your dashboard's resources programmatically within API request in the API reference as a bearer token.

    ```
    Authorization: Bearer cuuro_xxxx
    ```
  </Step>
</Steps>

<Tip>
  We recommend creating separate API Integrations for different integrations to keep your data secure.
</Tip>
