Identify Your Datadog Site
Datadog operates across multiple regional sites. You must select the correct site that matches your organization’s Datadog instance.
Determine Your Site Region
Log in to your Datadog account for your region (for example, https://app.datadoghq.com for US1, or regional hosts such as https://us3.datadoghq.com or https://ap1.datadoghq.com) and check the URL in your browser to identify your site. Your browser will show either an app.datadoghq.* host or a regional subdomain (for example, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com) — when connecting your account, select the corresponding api. host from the options below.
- US1 - api.datadoghq.com (most common)
- US3 - api.us3.datadoghq.com
- US5 - api.us5.datadoghq.com
- EU - api.datadoghq.eu
- AP1 - api.ap1.datadoghq.com
- US1-FED - api.ddog-gov.com (government)
Generate an API Key
An API key is required to authenticate all requests to the Datadog API.
Navigate to API Keys
In your Datadog dashboard, click your avatar in the bottom-left corner and select Organization Settings. Then navigate to API Keys under the Access section.
Create a New API Key
Click the + New Key button at the top-right.
- Enter a descriptive Name for your key (e.g., “StackOne Integration”).
- Click Create Key.
Generate an Application Key
An Application key is required alongside the API key to access programmatic features. Application keys are scoped to the permissions of the user who created them.
Navigate to Application Keys
In Organization Settings, navigate to Application Keys under the Access section.
Create a New Application Key
Click the + New Key button at the top-right.
- Enter a descriptive Name for your key (e.g., “StackOne Integration”).
- Click Create Key.
Configure scopes
When creating the Application Key, you can optionally add scopes to restrict its permissions. If no scopes are selected, the key is unscoped and inherits the full permissions of the user who created it. Enable only the scopes required for the actions you intend to use:
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- Datadog Site
- API Key
- Application Key
If the account linking is successful, you will see the newly linked account in your Accounts page.