Skip to content

[CRED-560] Update key management docs to include new working links #3007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "dc49df4",
"generated": "2025-07-18 13:58:47.478"
"spec_repo_commit": "b2dec34",
"generated": "2025-07-18 18:11:37.227"
}
13 changes: 9 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37555,13 +37555,18 @@ tags:
- description: Get a list of IP prefixes belonging to Datadog.
name: IP Ranges
- description: 'Manage your Datadog API and application keys. You need an API key
and
and an

an application key for a user with the required permissions to interact
application key for a user with the required permissions to interact with these
endpoints.

with these endpoints. The full list of API and application keys can be

seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
Consult the following pages to view and manage your keys:


- [API Keys](https://app.datadoghq.com/organization-settings/api-keys)

- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
externalDocs:
description: Find out more at
url: https://docs.datadoghq.com/account_management/api-app-keys/
Expand Down
13 changes: 9 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65829,13 +65829,18 @@ tags:
for more information.
name: Incidents
- description: 'Manage your Datadog API and application keys. You need an API key
and
and an

application key for a user with the required permissions to interact with these
endpoints.


Consult the following pages to view and manage your keys:

an application key for a user with the required permissions to interact

with these endpoints. The full list of API and application keys can be
- [API Keys](https://app.datadoghq.com/organization-settings/api-keys)

seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
externalDocs:
description: Find out more at
url: https://docs.datadoghq.com/account_management/api-app-keys/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Feature: Key Management
Manage your Datadog API and application keys. You need an API key and an
application key for a user with the required permissions to interact with
these endpoints. The full list of API and application keys can be seen on
your [Datadog API page](https://app.datadoghq.com/account/settings#api).
these endpoints. Consult the following pages to view and manage your
keys: - [API Keys](https://app.datadoghq.com/organization-settings/api-
keys) - [Application Keys](https://app.datadoghq.com/personal-
settings/application-keys)

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Feature: Key Management
Manage your Datadog API and application keys. You need an API key and an
application key for a user with the required permissions to interact with
these endpoints. The full list of API and application keys can be seen on
your [Datadog API page](https://app.datadoghq.com/account/settings#api).
these endpoints. Consult the following pages to view and manage your
keys: - [API Keys](https://app.datadoghq.com/organization-settings/api-
keys) - [Application Keys](https://app.datadoghq.com/personal-
settings/application-keys)

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down