> For the complete documentation index, see [llms.txt](https://angoor-ai.gitbook.io/angoor-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://angoor-ai.gitbook.io/angoor-ai/basics/images-and-media/api-keys.md).

# API Keys

The API Keys section under Account Management enables administrators to generate, manage, and control access credentials for integrating external applications with your Angoor.ai workspace. API keys provide secure programmatic access to platform features and data.

### API Keys Dashboard

<figure><img src="/files/FQXB6jYOlbcCjPT8A6fd" alt=""><figcaption></figcaption></figure>

* **Search** — Find specific API keys using the search bar
* **Owner Filter** — Filter keys by owner
* **Policies Filter** — Filter by assigned policies
* **Clear** — Remove all applied filters
* **API Key** — Create a new API key

### Create API Key

Click the **API Key** button to generate a new access credential.

<figure><img src="/files/naBMeDfwgEAV4fij2kYK" alt=""><figcaption></figcaption></figure>

#### Policies Assignment

Select which policies this API key should inherit:

* **Customer Service** — Access to customer interaction features
* **Support** — Permissions for support-related functions

#### Expiry Configuration&#x20;

Set when the API key should expire using the **Expires by** dropdown. Options include:

* **Never** — Key remains active indefinitely
* Custom expiration dates for enhanced security

## Security Best Practices

* Store API keys securely and never expose them in client-side code.
* Use appropriate expiration dates for enhanced security.
* Assign minimal required policies following the principle of least privilege.
* Regularly audit and rotate API keys.
