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

# Axur

> Connect the Axur digital risk platform to Myrmex — create an API token and add the integration to work with threats and takedowns in real time.

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

Connect **Axur** so Myrmex can read your digital risk footprint — threats, tickets, assets, and takedowns — and bring it into your investigations. Myrmex queries the Axur platform 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 Axur is stored on the Myrmex side.
</Note>

## What Myrmex Can Do

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

  <Card title="Takedowns & tickets" icon="gavel">
    Track takedown requests and tickets alongside your other work.
  </Card>

  <Card title="Assets & exposure" icon="globe">
    Read monitored assets and external exposure on demand.
  </Card>

  <Card title="Enrich with AI" icon="robot">
    Let [Orion](/documentation/multi-agent-system/orion) fold Axur findings into [Threat Intelligence](/documentation/detection-response/threat-intelligence) work.
  </Card>
</CardGroup>

## Before You Start

* An Axur account with permission to create API tokens.
* A [Collector](/documentation/agent-endpoint-security/collector-mode) that can reach the Axur API (`api.axur.com`) over outbound HTTPS.

## Step 1 — Create the Credential in Axur

<Steps>
  <Step title="Open integrations / API settings">
    In the Axur platform, open the integrations or API area of your account settings.
  </Step>

  <Step title="Generate an API token">
    Create an API token (Bearer). It carries your account's permissions, so use an account scoped to what Myrmex should see.
  </Step>

  <Step title="Copy the token">
    Copy the Bearer token — you'll paste it into Myrmex. If you can't find the option, ask your Axur representative to issue one.
  </Step>
</Steps>

## Step 2 — Add the Integration in Myrmex

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

| Field           | Description                                                                                           |
| --------------- | ----------------------------------------------------------------------------------------------------- |
| **Name**        | A unique name for this Axur instance.                                                                 |
| **Description** | Optional note to identify the account.                                                                |
| **Collector**   | The [Collector](/documentation/agent-endpoint-security/collector-mode) that connects to the Axur API. |
| **API URL**     | The Axur API host (default `api.axur.com`).                                                           |
| **Port**        | API port (default `443`).                                                                             |
| **API Token**   | Your Axur Bearer token (sent as `Authorization: Bearer <token>`).                                     |

## Connect

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