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

# Bitdefender GravityZone

> Connect Bitdefender GravityZone to Myrmex — create an API key and add the integration to bring its incidents into your investigations.

import { Note, Steps, Step, CardGroup, Card, Tip } from '@mintlify/components';

Connect **Bitdefender GravityZone** so Myrmex can read its security incidents and detections, endpoint inventory, and help you triage and respond. Myrmex queries the GravityZone Control Center API in real time through a [Collector](/documentation/agent-endpoint-security/collector-mode).

<Note>
  Myrmex connects on demand and reads (and acts) in real time — nothing from GravityZone is stored on the Myrmex side.
</Note>

## What Myrmex Can Do

<CardGroup cols={2}>
  <Card title="Incidents & alerts" icon="bell">
    Read GravityZone detections live and triage them in [Alerts](/documentation/detection-response/alerts).
  </Card>

  <Card title="Endpoint inventory" icon="laptop">
    Read managed endpoints, their state, and protection status.
  </Card>

  <Card title="Investigate with AI" icon="robot">
    Let [Hydra](/documentation/multi-agent-system/integration-specialist-agent) query GravityZone to explain and correlate events.
  </Card>

  <Card title="Guided response" icon="shield-halved">
    Propose containment and response steps, always with your approval.
  </Card>
</CardGroup>

## Before You Start

* A GravityZone account allowed to manage API keys (Control Center administrator).
* Your GravityZone **API endpoint URL** — for cloud, `cloud.gravityzone.bitdefender.com`.
* A [Collector](/documentation/agent-endpoint-security/collector-mode) that can reach the GravityZone API over outbound HTTPS.

## Step 1 — Create the Credential in Bitdefender GravityZone

<Steps>
  <Step title="Open your account">
    In the GravityZone Control Center, open the account menu (top-right) and go to **My Account**.
  </Step>

  <Step title="Add an API key">
    Under the **API keys** section, click **Add**. Enable the APIs Myrmex should use (for example the Incidents, Network, and Companies APIs) and save.
  </Step>

  <Step title="Copy the key">
    Copy the generated API key — it acts as your credential in Myrmex.
  </Step>
</Steps>

<Note>
  GravityZone authenticates with HTTP Basic auth where the **API key is the username** and the password is left blank.
</Note>

## Step 2 — Add the Integration in Myrmex

From the **Directory**, choose **Add Integration → Bitdefender GravityZone**, then fill in:

| Field                  | Description                                                                                                  |
| ---------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Name**               | A unique name for this GravityZone instance.                                                                 |
| **Description**        | Optional note to identify the tenant.                                                                        |
| **Collector**          | The [Collector](/documentation/agent-endpoint-security/collector-mode) that connects to the GravityZone API. |
| **API Endpoint URL**   | Your GravityZone API host (default `cloud.gravityzone.bitdefender.com`).                                     |
| **Port**               | API port (default `443`).                                                                                    |
| **API Key (Username)** | The API key from Step 1, entered as the username.                                                            |
| **Password**           | Leave blank when using the API key as the username.                                                          |

## Connect

Click **Connect** to validate the API key. GravityZone then appears under **Environment → Integrations**, and you can triage its incidents — queried live — in [Alerts](/documentation/detection-response/alerts).
