Skip to content

Datadog

Connecting NeuBird to your Datadog account enables collection of metrics, traces, logs, and alerts telemetry for real-time monitoring through the NeuBird dashboard.

NeuBird offers two ways to authenticate. Pick one; you do not need both.

  • OAuth — you authorize NeuBird from your Datadog account in the browser. Nothing to copy, and no long-lived keys to rotate. Recommended.
  • API Key + Application Key — you create both keys in Datadog and paste them into NeuBird.

Both need your Endpoint URL, which is the Datadog site your organization runs on.

Datadog runs separate sites per region, and the endpoint differs for each. Use the one matching the URL you sign in to:

You sign in atEndpoint
app.datadoghq.comhttps://api.datadoghq.com
us3.datadoghq.comhttps://api.us3.datadoghq.com
us5.datadoghq.comhttps://api.us5.datadoghq.com
app.datadoghq.euhttps://api.datadoghq.eu
ap1.datadoghq.comhttps://api.ap1.datadoghq.com
ap2.datadoghq.comhttps://api.ap2.datadoghq.com
app.ddog-gov.comhttps://api.ddog-gov.com

NeuBird accepts either form — with or without the api. prefix — and normalizes it. Any other host is rejected.

  1. In NeuBird, go to Settings > Connections and click Add Connection, then select Datadog.
  2. Choose the OAuth tab.
  3. Enter your Endpoint from the table above.
  4. Click Save. NeuBird opens Datadog in the browser; sign in and approve the requested access. Datadog returns you to NeuBird and the connection is created.

If you would rather use static keys, continue below.

Getting Your Credentials (API Key + Application Key)

Section titled “Getting Your Credentials (API Key + Application Key)”

You need an API Key and an Application Key with the right scopes.

  1. In Datadog, click your profile and go to Organization Settings > API Keys.

    Datadog user profile

    Organization Settings > API Keys

  2. Click New Key at the top right.

    New Key

  3. Enter a name (e.g. “NeuBird”) and click Create.

    Enter key name

  4. Copy the key.

    Copy API key

  1. Go to Organization Settings > Application Keys.

    Application Keys

  2. Click New Key, enter a name, and click Create.

    New Application Key

    Enter name

  3. Click Edit on the new key to configure permissions.

    Edit key

  4. Enable the following scopes and click Save:

    ScopePurpose
    apm_readAPM trace data
    events_readEvent stream
    metrics_readMetric metadata
    timeseries_queryMetric time series
    monitors_readMonitor/alert definitions
    logs_read_dataLog data
    logs_read_index_dataLog index data
    logs_read_workspacesLog workspaces
    logs_read_configLog configuration
    dashboards_readDashboard definitions
    hosts_readHost metadata

    Save permissions

  5. Copy the Application Key.

    Copy Application Key

Copy your Datadog site URL from your browser address bar — e.g. datadoghq.com, us5.datadoghq.com, or datadoghq.eu.

FieldRequiredDescription
NameYesA descriptive name for this connection
DescriptionNoOptional note about what this connection is for
API KeyYesThe API Key from your Datadog account
APP IDYesThe Application Key you generated
EndpointYesYour Datadog site URL (e.g. datadoghq.com)

For general instructions on creating and managing connections, see the Connections Overview.