# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://angoor-ai.gitbook.io/angoor-ai/basics/images-and-media/api-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
