Documentation Index
Fetch the complete documentation index at: https://docs.ewake.ai/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll get: ewake can query your Datadog metrics, logs, traces, APM data, and monitors in real time. This is the primary data source for alert investigation and root cause analysis.
Prerequisites
- A Datadog account with admin or org-level access to create API and Application keys
- Access to your ewake dashboard
Configuration
Log in to Datadog
Navigate to your Datadog instance:
- US: app.datadoghq.com
- EU: app.datadoghq.eu
Use the EU URL if your Datadog account is hosted in Europe. The two regions are separate accounts, using the wrong URL will cause authentication errors at the connection step.
Create an API Key
Go to API Keys → click New Key. Name it
ewake and copy the key immediately.Copy the key now, you won’t be able to see it again after closing the modal.
Create an Application Key
Go to Application Keys → click New Key. Name it
Copy the Application key.
ewake.Grant it the following read-only scopes:| Scope | Why |
|---|---|
apm_api_catalog_read | Read API catalog metadata |
apm_pipelines_read | Map observability data flows |
apm_read | Access APM trace data |
apm_service_ingest_read | Detect traffic anomalies per service |
dashboards_read | Surface relevant dashboards during investigation |
debugger_read | Add runtime state context from Live Debugger captures |
error_tracking_read | Correlate errors with deploys and alerts |
events_read | Detect deployment and infrastructure events |
llm_observability_read | Investigate issues in LLM-backed services |
logs_read_archives | Query historical logs for past incidents |
logs_read_data | Read log lines as investigation evidence |
logs_read_index_data | Build efficient log queries |
metrics_read | Read time-series metrics for any service |
monitors_read | Understand what triggered an alert |
timeseries_query | Build correlation queries across metrics |
Open the Datadog integration modal in ewake
In your ewake dashboard, go to Integrations → Datadog → click Configure.

Paste your credentials
| Field | Value |
|---|---|
| Datadog Base URL | https://api.datadoghq.com (US) or https://api.datadoghq.eu (EU) |
| API Key | The key created in Step 3 |
| Application Key | The key created in Step 4 |