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

# API keys

> Learn how API keys work on SupaQR.

## Create an API key

You can create an API key by following these steps:

<Steps>
  <Step title="Go to your dashboard">
    Go to [API Keys](https://supaqr.com/dash-board/api-keys) in your dashboard.

    <img src="https://mintcdn.com/supaqr/r3tqiGFv-idWLDr4/images/dashboard-api-keys.png?fit=max&auto=format&n=r3tqiGFv-idWLDr4&q=85&s=e3d9032493bb3623d2160dacebf9a1ff" alt="Main dashboard interface" height="300" className="rounded-lg" data-path="images/dashboard-api-keys.png" />
  </Step>

  <Step title="Create an API Key">
    Click the 'Create API Key' button and enter a name for the API key.

    <img src="https://mintcdn.com/supaqr/r3tqiGFv-idWLDr4/images/api-keys-create2.png?fit=max&auto=format&n=r3tqiGFv-idWLDr4&q=85&s=619231fb1af8ab31fa1d22067872e997" alt="Main dashboard interface" height="300" className="rounded-lg border" data-path="images/api-keys-create2.png" />
  </Step>

  <Step title="Use your API Key">
    <img src="https://mintcdn.com/supaqr/r3tqiGFv-idWLDr4/images/api-keys-create.png?fit=max&auto=format&n=r3tqiGFv-idWLDr4&q=85&s=402898dcea61bbf57176cb75f62cc7f1" alt="Main dashboard interface" height="300" className="rounded-lg border" data-path="images/api-keys-create.png" />

    You will use this token in your request's Authorization header. Here is an example: Authorization: Bearer \{token}

    ```javascript theme={null}
    Authorization: Bearer xxxx
    ```
  </Step>
</Steps>
