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

# API Keys Management

API keys are essential for authenticating and authorizing API requests to Siren. This guide explains how to create, view, and manage your API keys.

## Generating a New API Key

<Steps>
  <Step title>
    Navigate to **Settings** in the left navigation pane and click on **API Keys** under the Configurations section
  </Step>

  <Step title>
    On the API Keys page, click **Add API Key** in the top-right corner
  </Step>

  <Step title>
    In the modal that appears:

    * Enter a descriptive name for the API key
    * Click **Save** to generate the key
  </Step>
</Steps>

<Warning>
  Copy the generated API key immediately and store it securely. They key will not be shown again.
</Warning>

## Managing Existing API Keys

The API Keys page displays all your active API keys with the following information:

* API Key Name
* Date Created

### Available Actions

For each API key, you can:

* **Edit**: Click the three dots (⋮) and select **Edit** to update the key name
* **Delete**: Click the three dots (⋮) and select **Delete** to revoke the key

## Best Practices

* **Security**: Never share your API keys or commit them to version control
* **Naming**: Use descriptive names that indicate the key's purpose

## Troubleshooting

If you encounter any issues with your API keys:

* Verify the key is correctly copied and pasted
* Check if the key has been deleted or deactivated
* Ensure your account has the necessary permissions
* Contact support if issues persist
