Datadog Authentication Guide

How to authenticate Datadog for use with Tines

Daniel Stoeski avatar
Written by Daniel Stoeski
Updated over a week ago

Datadog is an observability service for cloud-scale applications, providing monitoring of servers, databases, tools, and services, through a SaaS-based data analytics platform

First, get a Datadog API key

  1. Login to your Datadog account at https://app.datadoghq.com/account/login

  2. Navigate to "Organization settings" and click the "API keys" tab

  3. Click "New Key"

  4. Name your key and click "Create Key"


  5. Copy your API key to a text editor and click "Finish"

The following steps are only required if you will also require an application key

  1. Navigate to "Organization Settings" and select "Application Keys"

  2. Click on "New Key",

  3. Name your key and click "Create Key"


  4. Copy your Application key to a text editor and click "Finish"

    1. Optionally, click "Edit" and selecting the required scopes for the key and click "Save"


Lastly, create a Datadog credential in Tines

You will need to create two credentials:

  • Two Text type credentials: "datadog_api" and "datadog_application"

  1. Login to your Tines tenant

  2. Navigate to the team that will be using the API and click "Credentials"

  3. Click "+ New Credential" and select "Text"

  4. Input the values for the Datadog credential

    1. Name: datadog_api

    2. Description: Optional

    3. Value: Your API key

  5. Optional

    1. Domains: Ensure this credential can only be used when making HTTP requests to specific domains.

    2. Access: What other teams can also use the API

  6. Click "Save"

  7. Click "+ New Credential" and select "Text"

  8. Input the values for the Datadog credential

    1. Name: datadog_application

    2. Description: Optional

    3. Value: Your application key

  9. Optional

    1. Domains: Ensure this credential can only be used when making HTTP requests to specific domains.

    2. Access: What other teams can also use the API

  10. Click "Save"

For more on creating credentials in Tines, click here.

You can find a selection of Datadog stories in the story library

Did this answer your question?