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

# Azion

> Connect Azion Edge Firewall and WAF to Myrmex with a personal token — create the token and add the integration.

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

Connect **Azion** (Edge Firewall and Web Application Firewall, API v4) so Myrmex can review your WAF rule sets and sensitivity, manage false-positive exceptions, bind the WAF to traffic, work with IOC network lists, and analyze WAF events. Myrmex reaches the **Azion API** (`api.azion.com`) over HTTPS through a [Collector](/documentation/agent-endpoint-security/collector-mode) on your network, querying it in real time.

## What Myrmex Can Do

<CardGroup cols={2}>
  <Card title="WAF rule sets" icon="shield-halved">
    Review WAF rule sets and tune sensitivity for your traffic.
  </Card>

  <Card title="False-positive exceptions" icon="filter">
    Add and manage exceptions to cut false positives.
  </Card>

  <Card title="Network lists & binding" icon="list">
    Work with IOC network lists and bind the WAF to Edge Firewalls and domains.
  </Card>

  <Card title="Real-time events" icon="magnifying-glass">
    Analyze real-time WAF events during investigations.
  </Card>
</CardGroup>

## Before You Start

* A **Collector** that can reach the Azion API (`api.azion.com`) over HTTPS. See [Deploying the agent](/documentation/agent-endpoint-security/installation).
* An **Azion personal token**. The token itself scopes the whole account — no separate account or zone ID is needed.

## Step 1 — Create the Personal Token in Azion

The credential Myrmex needs is an **Azion personal token**, sent as `Authorization: Token`.

<Steps>
  <Step title="Open Personal Tokens">
    In the Azion Console, open the **Account Menu → Personal Tokens**.
  </Step>

  <Step title="Create the token">
    Create a new personal token and set an expiration that fits your policy.
  </Step>

  <Step title="Copy the token">
    **Copy the token now** — it is shown only once. It scopes the whole account.
  </Step>
</Steps>

<Tip>
  Optionally note a default Edge Firewall ID and WAF Rule Set ID to prefill in Myrmex — both can also be passed per action.
</Tip>

## Step 2 — Add the Integration in Myrmex

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

| Field                        | Description                                                                                                                                      |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Name**                     | A unique name for this Azion instance.                                                                                                           |
| **Description**              | Optional note to identify the account.                                                                                                           |
| **Personal Token**           | Your Azion personal token, sent as `Authorization: Token`. Stored encrypted.                                                                     |
| **API Base URL**             | Azion API base host — no scheme; `https` is added automatically (default `api.azion.com/v4`). Change only for a regional or enterprise endpoint. |
| **Default Edge Firewall ID** | Optional. Default Edge Firewall ID used when an action needs one and none is passed.                                                             |
| **Default WAF Rule Set ID**  | Optional. Default WAF rule set ID used when an action needs one and none is passed.                                                              |
| **Verify SSL**               | Validate TLS certificates. Keep enabled for the public service.                                                                                  |
| **Collectors**               | The [Collector](/documentation/agent-endpoint-security/collector-mode)(s) that can reach the Azion API.                                          |

## Connect

Click **Connect** to validate the token and finish. Azion then appears under **Environment → Integrations**, and you can start asking [Hydra](/documentation/multi-agent-system/integration-specialist-agent) about it in the Workspace.

<Note>
  Your personal token is stored securely and resolved server-side — it never passes through the AI, and Myrmex queries Azion on demand rather than storing its data.
</Note>
