πRetrieving Datadog API Key
This section covers if you integrating PagerDuty. If you are using any other tool you can skip this section
Last updated
This section covers if you integrating PagerDuty. If you are using any other tool you can skip this section
To integrate with Datadog, Pagerly requires both of the following keys:
Used for:
Authenticating requests
Basic data access
Used for:
Accessing sensitive resources like:
On-call schedules
Users
Rotations
This is mandatory for on-call APIs
π For Pagerly to work fully with Datadog, we need:
API Key + Application Key
With Read access to On-call & Users
(Write access optional β only if you plan to modify schedules later)


Go to Datadog
Navigate to: π Organization Settings β API Keys
Click βNew API Keyβ
Give it a name (e.g., pagerly-integration)
Copy the generated key
Go to: π Organization Settings β Application Keys
Click βNew Application Keyβ
Select:
Scoped Application Key (recommended)
Assign permissions:
β
on_call_read
β
users_read
(Optional) on_call_write
Generate and copy the key
Unlike PagerDuty, Datadog uses:
No granular permissions
Used for authentication
Scoped permissions (fine-grained)
Controls access to:
On-call schedules
Users
Teams
π Now that keys are ready:
Add API Key + App Key in Pagerly
Configure Schedule ID
Create Team
Keys are tied to a Datadog site:
datadoghq.com (US)
datadoghq.eu (EU)
etc.
Make sure:
Keys and API calls use the same site
Store keys securely (they provide full account access)
Last updated