---
title: Buddy
description: >-
  One-click delivery automation with working website previews for web
  developers.
breadcrumbs: Docs > Integrations > Buddy
---

# Buddy
Supported OS Integration version1.0.0
## Overview{% #overview %}

Buddy is a continuous integration automation platform that can be used to build, test, and deploy web sites and applications.

The Buddy integration enables you to:

- Send events about your Buddy deployments to Datadog.
- Correlate deployment details with your Datadog metrics.
- Detect sources of performance spikes in your pipelines.



## Setup{% #setup %}

- In your Datadog account settings go to [Integrations -> APIs](https://app.datadoghq.com/organization-settings/api-keys) and copy the **API Key** token.

- [Sign in to your Buddy account](https://app.buddy.works/login) and go to the pipeline with the deployment action that you want to track.

- Click the plus at the end of the pipeline and select **Datadog** in the **Notifications** section.

- Enter the name of your Datadog account and paste the API key that you copied.

- Use [Buddy parameters](https://buddy.works/knowledge/deployments/what-parameters-buddy-use) to define the title of the event and content sent, for example:

```text
# Event title
${'${execution.pipeline.name} execution #${execution.id}'}

# Content
${'${execution.to_revision.revision} - ${execution.to_revision.message}'}
```

- When ready, click **Add action** and run the pipeline. On every successful deployment, Buddy sends an event to Datadog:



## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

The Buddy check does not include any metrics.

### Events{% #events %}

All Buddy deployment events are sent to your [Datadog Event Stream](https://docs.datadoghq.com/events/)

### Service Checks{% #service-checks %}

The Buddy check does not include any service checks.

## Troubleshooting{% #troubleshooting %}

Need help? Contact [Datadog support](https://docs.datadoghq.com/help/).
