Skip to content
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
2 changes: 1 addition & 1 deletion content/en/glossary/terms/api_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
id: api_key
title: API key
---
An API key is a token used to authenticate a user or an application. The Datadog Agent requires an API key to submit metrics and events to Datadog.
An API key is unique to your organization. The Datadog Agent requires an API key to submit metrics, traces, and logs to Datadog. API keys do not authenticate users or applications. To access the Datadog API programmatically, use an application key instead. For more information, see the <a href="/account_management/api-app-keys/#api-keys">API and Application Keys documentation</a>.
5 changes: 5 additions & 0 deletions content/en/glossary/terms/application_key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
id: application_key
title: application key
---
An application key, along with your organization's API key, gives users access to the Datadog API. Application keys are associated with the user who created them and, by default, have that user's permissions. For more information, see the <a href="/account_management/api-app-keys/#application-keys">API and Application Keys documentation</a>.
7 changes: 7 additions & 0 deletions content/en/glossary/terms/client_token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: client_token
title: client token
synonyms:
- RUM client token
---
A client token authenticates data sent to Datadog from a browser, mobile, or TV app, such as Real User Monitoring events or browser logs. Client tokens are used instead of API keys because API keys would be exposed client-side. For more information, see the <a href="/account_management/api-app-keys/#client-tokens">API and Application Keys documentation</a>.
Loading