> ## 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.

# Apura BTTng

> Connect Apura BTTng to Myrmex — add your API key and team ID to read its threat intelligence in real time.

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

Connect **Apura BTTng** so Myrmex can read its threat intelligence — alerts, leaks, ransomware activity, IoCs, takedowns, and monitored identities — and bring it into your investigations. Myrmex queries the BTTng API in real time through a [Collector](/documentation/agent-endpoint-security/collector-mode).

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

## What Myrmex Can Do

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

  <Card title="IoCs & ransomware" icon="virus">
    Look up indicators and ransomware activity for [Threat Intelligence](/documentation/detection-response/threat-intelligence).
  </Card>

  <Card title="Takedowns & monitoring" icon="gavel">
    Track takedowns and monitored VIPs, documents, and cards.
  </Card>

  <Card title="Enrich with AI" icon="robot">
    Let [Orion](/documentation/multi-agent-system/orion) enrich indicators with BTTng context.
  </Card>
</CardGroup>

## Before You Start

* A BTTng API key issued by Apura for your tenant.
* Your BTTng **team ID** — each integration is scoped to one team.
* A [Collector](/documentation/agent-endpoint-security/collector-mode) that can reach the BTTng API (`bttng.apura.com.br`) over outbound HTTPS.

## Step 1 — Create the Credential in Apura BTTng

<Steps>
  <Step title="Get your API key">
    BTTng API keys are issued by Apura for your tenant. Obtain the Bearer key from the BTTng platform's API / integration settings, or from your Apura representative.
  </Step>

  <Step title="Note your team ID">
    Identify the BTTng **team** this integration should be scoped to; the team picker in Myrmex resolves it to the raw ID.
  </Step>

  <Step title="Keep them handy">
    You'll paste the API key and select the team in the next step.
  </Step>
</Steps>

## Step 2 — Add the Integration in Myrmex

From the **Directory**, choose **Add Integration → Apura BTTng**, then fill in:

| Field           | Description                                                                                            |
| --------------- | ------------------------------------------------------------------------------------------------------ |
| **Name**        | A unique name for this BTTng instance.                                                                 |
| **Description** | Optional note to identify the tenant.                                                                  |
| **Collector**   | The [Collector](/documentation/agent-endpoint-security/collector-mode) that connects to the BTTng API. |
| **API URL**     | Base URL of the BTTng API (default `bttng.apura.com.br`).                                              |
| **Port**        | API port (default `443`).                                                                              |
| **API Key**     | Your BTTng Bearer key (sent as `Authorization: Bearer <api_key>`).                                     |
| **Team**        | The BTTng team this integration is scoped to.                                                          |

## Connect

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