Datadog
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Datadog account to Nirvai to automate monitoring, access metrics, and integrate observability data into your workflows.
Supported Authentication Methods
- API Key + Application Key - Required for full API access
Prerequisites
- A Datadog account
- Admin access to create API and Application keys
Setup Instructions
API Key & Application Key
Datadog requires both an API Key and an Application Key:
Step 1: Get Your API Key
- Log in to your Datadog account
- Go to Organization Settings (bottom of left sidebar)
- Navigate to API Keys under Access
- Click + New Key
- Enter a name (e.g., "Nirvai Integration")
- Click Create Key
- Copy the API Key
Step 2: Get Your Application Key
- In Organization Settings, go to Application Keys
- Click + New Key
- Enter a name (e.g., "Nirvai App Key")
- Click Create Key
- Copy the Application Key
Step 3: Configure in Nirvai
In Nirvai, enter:
- Datadog Site: Select your region (see table below)
- API Key: Paste your API Key
- Application Key: Paste your Application Key
Datadog Sites
Select the correct site based on your account region:
| Site | Domain | Location |
|---|---|---|
| US1 (default) | datadoghq.com | United States |
| US3 | us3.datadoghq.com | United States |
| US5 | us5.datadoghq.com | United States |
| EU | datadoghq.eu | Europe |
| AP1 | ap1.datadoghq.com | Asia Pacific |
Check your dashboard URL to identify your site.
Key Differences
| Key Type | Purpose | Header |
|---|---|---|
| API Key | Authentication for sending data | DD-API-KEY |
| Application Key | User-level access for reading data | DD-APPLICATION-KEY |
Both are required for most API operations.
Available Operations
With Datadog credentials, you can:
- Query metrics and time series data
- Access logs and events
- Manage monitors and alerts
- Create and update dashboards
- Access APM traces
- Manage service level objectives (SLOs)
Troubleshooting
Common Issues
- 401 Unauthorized: One or both keys are invalid. Verify both keys.
- 403 Forbidden: Application key lacks required permissions.
- Wrong Site: Using keys from different site. Match your account region.
- Missing Application Key: Some endpoints require the Application Key.
Key Permissions
Application Keys inherit the permissions of the user who creates them:
- Admin users get full access
- Standard users get limited access
- Consider creating a dedicated service account
Finding Your Site
Look at your Datadog dashboard URL:
app.datadoghq.com→ US1app.us3.datadoghq.com→ US3app.datadoghq.eu→ EU
Key Rotation
For security:
- Create a new key
- Update integrations with new key
- Delete the old key
- Regularly rotate keys
Related Resources
Adapted from n8n documentation for Nirvai platform
Next Steps
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.