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

# Manage API Keys

> Create, delete, and configure API keys in your UponAI workspace.

API Keys are managed under **System Settings → API Keys**.

## Create a New API Key

<Steps>
  <Step title="Click Add">
    In the API Keys section, click the **Add** button.
  </Step>

  <Step title="Name your key">
    Give the key a descriptive name to identify its purpose.
  </Step>
</Steps>

## Delete an API Key

<Steps>
  <Step title="Locate the key">
    Find the key you want to remove in the list.
  </Step>

  <Step title="Delete">
    Click the delete (trash) icon and confirm the deletion when prompted.
  </Step>
</Steps>

## Set a Webhook API Key

<Steps>
  <Step title="Select a key">
    Click on an existing API key.
  </Step>

  <Step title="Designate as webhook key">
    Click **Set as Webhook Key** to designate it for webhook authentication.
  </Step>
</Steps>

<Note>
  Only one key can be set as the webhook key at a time. The webhook key cannot be deleted.
</Note>

<Warning>
  Keep API keys secure and never share them publicly. If a key is compromised, delete it immediately and create a new one.
</Warning>
