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

# API keys

> Learn how API keys work on Watermelon

API keys on Watermelon allow you to access your account programmatically. This is useful for integrating Watermelon into your application or with other tools and services.

## **Creating an API key**

You can create an API key by following these steps:

<Steps>
  <Step title="Go to API keys in lefthand menu">
    Go to **Settings** > [**API keys**](https://app.watermelon.ai/settings/api_key).
  </Step>

  <Step title="Create an API key">
    Click **Create API key** and give your key a name. Select the correct permissions — you can rename the key later if needed.

    <Warning>
      You can’t change the permissions after the key is created.
    </Warning>

    <Frame>
      <img src="https://mintcdn.com/watermelon/aU5qDuFR8IwrOm9Z/images/api-reference/create-api-key.png?fit=max&auto=format&n=aU5qDuFR8IwrOm9Z&q=85&s=561a6846d1361dcbbaa638d4383b8989" alt="Create Api Key Pn" width="3012" height="1476" data-path="images/api-reference/create-api-key.png" />
    </Frame>
  </Step>

  <Step title="Accessing your API Key">
    You can always view your **API key** and **secret** in your dashboard. They remain accessible at any time for reference or integration setup.

    <Frame>
      <img src="https://mintcdn.com/watermelon/aU5qDuFR8IwrOm9Z/images/api-reference/api-key-secret.png?fit=max&auto=format&n=aU5qDuFR8IwrOm9Z&q=85&s=9c906496e55d0d9ec749f354a0e42d98" alt="Api Key Secret Pn" width="3020" height="1474" data-path="images/api-reference/api-key-secret.png" />
    </Frame>
  </Step>
</Steps>

<Tip>
  API keys are linked to your **organization**, not to individual users. Removing a user won’t affect any existing API keys — they will continue to work as long as the organization remains active. Keep this in mind when managing users and access.
</Tip>
