---
title: Nebius Cloud
description: Full-stack cloud infrastructure for AI developers and practitioners.
breadcrumbs: Docs > Integrations > Nebius Cloud
---

# Nebius Cloud
Supported OS Integration version1.0.0
{% callout %}
# Important note for users on the following Datadog sites: us2.ddog-gov.com

{% alert level="info" %}
To find out if this integration is available in your organization, see your [Datadog Integrations](https://app.datadoghq.com/integrations) page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email [support@ddog-gov.com](mailto:support@ddog-gov.com).
{% /alert %}

{% /callout %}
  Nebius Cloud Overview DashboardNebius Cloud Overview Dashboard
## Overview{% #overview %}

Nebius Cloud is a full-stack AI cloud infrastructure platform for building and scaling AI workloads. The Datadog Nebius Cloud integration collects logs from your Nebius tenant, including:

- Kubernetes control plane and audit logs
- Tenant-level audit events
- Compute serial console logs
- Cloud apps and AI inference logs
- PostgreSQL logs
- MLflow logs

## Setup{% #setup %}

### Prerequisites{% #prerequisites %}

- A Nebius account with tenant admin access
- The Nebius CLI, required to issue a static API key

To install the CLI, run the following command:

```bash
curl -sSL https://storage.eu-north1.nebius.cloud/cli/install.sh | bash
```

See [Nebius CLI documentation](https://docs.nebius.com/cli/install) for details.

### Installation Instructions{% #installation-instructions %}

1. In Datadog, go to **Integrations**, select the **Nebius Cloud** tile, and click **Install Integration**.

1. In the [Nebius console](https://console.nebius.com), create a service account:

   1. Go to **Administration > IAM > Service accounts**.
   1. Enter a name (for example, `datadog-integration`).
   1. Click **Create**.
   1. Add the service account to the **admin** group.

1. Create an authorized key for the service account:

   1. Open the service account and select the **Authorized keys** tab.
   1. Click **Create authorized key**.
   1. Download the credentials file. It contains the public and private key PEM files.

1. Create a static API key:

   ```bash
   nebius iam static-key issue \
     --name datadog-logs \
     --account-service-account-id <SERVICE_ACCOUNT_ID> \
     --service OBSERVABILITY
   ```

Replace `<SERVICE_ACCOUNT_ID>` with the id of the service account you created. The token field from the command output is your static API key.

1. Return to the **Nebius AI Cloud** tile in Datadog, click **Add Account**, and enter the following credentials:

   - ****Tenant ID****: Found in the Nebius console under ****Administration > Organization****
   - ****Service Account ID****: Value of `sa_service_account_id` in the credentials JSON file
   - ****Public Key ID****: `publickey-*` prefixed ID value of your authorized key
   - ****Private Key****: The `private.pem` file from your authorized key
   - ****Static API Key****: Token value of the `nebius iam static-key issue` command

## Uninstallation{% #uninstallation %}

To uninstall this integration, in Datadog, navigate to **Integrations > Nebius Cloud** and click **Uninstall Integration**. In the Nebius console, revoke the authorized key and static API key associated with the Datadog service account.

## Support{% #support %}

Need help? Contact [Datadog Support](https://app.datadoghq.com/help).
