# Datadog

### [List of Datadog Actions](/unskript-documentation/connnecting/connectors/datadog/action_datadog.md)

### Authentication

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

| Name                | Description                                               |
| ------------------- | --------------------------------------------------------- |
| Name                | This credential will be listed using the name you provide |
| API Key             | API key to submit metrics and events to Datadog           |
| App Key             | App key for access to Datadog's programmatic API          |
| API Host (Optional) | Datadog API endpoint. For eg: <http://us3.datadoghq.com>. |

### Steps to get the API and App key from Datadog <a href="#add-an-api-key-or-client-token" id="add-an-api-key-or-client-token"></a>

#### &#x20;API key or client token:

1. Navigate to Organization settings, then click the **API keys** tab.<br>

   <figure><img src="/files/FMDm58VK9HOLlDGSMFvX" alt=""><figcaption></figcaption></figure>
2. Click the **New Key** button.
3. Enter a name for your key or token.
4. Click **Create API key**.

**Notes:**

1. Your org must have at least one API key and at most 50 API keys.
2. Key names must be unique across your organization.

#### Appplication key: <a href="#add-application-keys" id="add-application-keys"></a>

1. To add a Datadog application key, navigate to **Organization Settings** > **Application Keys**. <br>

   <figure><img src="/files/MC5tJvYkWvyPmQncv1fT" alt=""><figcaption></figcaption></figure>
2. If you have the [permission](https://docs.datadoghq.com/account_management/rbac/permissions) to create application keys, click **New Key**.
3. Please ensure that the key has the following scopes:<br>

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

**Notes:**

1. Application key names cannot be blank.

Ref Link : <https://docs.datadoghq.com/account_management/api-app-keys/>

<br>

<br>


---

# 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.unskript.com/unskript-documentation/connnecting/connectors/datadog.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.
