# API keys

The **API keys** page lets your team create and manage the keys used to connect Diaflow with other systems.

You can use these keys in cases such as the **Webhook** node in Automation.

To open this page, click **API keys** in the left sidebar.

On this page, you can see all of your existing keys and important details for each one, including:

* key name
* key value
* creation date
* last used date
* total usage count

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

#### API key list

<figure><img src="/files/6wUKmiJ4vgspkeS6Udg8" alt=""><figcaption></figcaption></figure>

## 1. Create a new API key

Creating a new API key only takes a few steps:

1. Click **Create a new key**.
2. Enter a name for the key.
3. Click **Generate**.
4. Click **Done** to finish.

After that, your new API key will appear in the list and will be ready to use.

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

## 2. Delete an API key

If a key is no longer needed, you can remove it at any time:

1. Click **Delete** next to the key.
2. Confirm the deletion.

This helps keep your workspace secure and organized.

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

You will see a confirmation pop-up titled **Delete this key**.

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

#### Need help?

* *Need to connect external services to your workspace? See* [*Integrations.*](/workspace/integrations.md)
* *Using API keys for workflow automation? Learn more about* [*Webhook*](/workflow-builder/nodes/trigger/automatic-trigger/webhook.md)*.*
* *Need help with access or setup? Contact* [*support@diaflow.io*](mailto:support@diaflow.io) *for assistance.*


---

# 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://docs.diaflow.io/workspace/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.
