> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Buildkite events to Observability Platform

export const MyTenant = () => <>
    Replace <em><code>TENANT</code></em> with the name of your Observability Platform tenant.
  </>;

export const source_0 = "Buildkite"

To send Buildkite events to Chronosphere Observability Platform, create a webhook
within Buildkite and include your API key to authenticate with Observability
Platform.

## Obtain an API token

Before sending events from {source_0}, contact [Chronosphere Support](/support) to
obtain an API token to authenticate with Observability Platform.

<Note>
  This API token differs from an API token that's generated when you create
  a [service account](/administer/accounts-teams/service-accounts).
</Note>

## Create a Buildkite webhook

To send Buildkite events to Observability Platform:

1. In Buildkite, go to
   `https://buildkite.com/organizations/COMPANY/services`
   and [create a webhook](https://buildkite.com/docs/apis/webhooks).

   Replace *`COMPANY`* with the name of your company or organization.

2. Click **Add Webhook** to define a webhook.

3. Enter a description for the webhook, such as **Chronosphere Buildkite**.

4. In the **URL** field, enter
   `https://TENANT.chronosphere.io/api/v1/data/events/receiver/buildkite`.

   <MyTenant />

5. In the **Token** field, enter the API token you obtained from Chronosphere
   Support.

6. Select **Send an HMAC signature**.

7. Select one or more of the following options for your webhook:
   * **build.finished**
   * **build.running**
   * **build.scheduled**

8. Select which pipelines you want to enable events for.

9. Save your webhook.
