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

# Prowler

> Connect Prowler to Myrmex — read cloud security findings and compliance results on demand.

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

Connect **Prowler** so Myrmex can read your cloud security findings and compliance results and fold them into investigations and posture reporting. Prowler automates security audits across AWS, Azure, and GCP; Myrmex reaches the Prowler App API through a [Collector](/documentation/agent-endpoint-security/collector-mode) using an API key — everything is read in real time, on demand, and nothing is stored on the Myrmex side.

## What Myrmex Can Do

<CardGroup cols={2}>
  <Card title="Read findings" icon="magnifying-glass">
    Query Prowler's AWS, Azure, and GCP checks live and bring the results into your investigations.
  </Card>

  <Card title="Compliance results" icon="clipboard-check">
    Review CIS, ISO 27001, and other framework results alongside your [Security Posture](/documentation/security-posture/overview).
  </Card>

  <Card title="Prioritize" icon="list-check">
    Focus on the highest-severity failing checks across your clouds.
  </Card>

  <Card title="Investigate" icon="comments">
    Ask about specific findings and affected resources directly in the Workspace.
  </Card>
</CardGroup>

## Before You Start

* A running **Prowler App** (SaaS or self-hosted) with scan results available.
* A **Collector** that can reach the Prowler App API over HTTPS. See [Deploying the agent](/documentation/agent-endpoint-security/installation).
* An **API key** generated in Prowler App.

## Step 1 — Create the Credential in Prowler

<Steps>
  <Step title="Open Prowler App">
    Sign in to your Prowler App instance (SaaS or self-hosted).
  </Step>

  <Step title="Generate an API key">
    In your profile or API settings, create an **API key** for Myrmex and copy the token — it may be shown only once.
  </Step>
</Steps>

## Step 2 — Add the Integration in Myrmex

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

| Field         | Description                                                                                             |
| ------------- | ------------------------------------------------------------------------------------------------------- |
| **API Token** | The Prowler App API key created in Step 1. Stored securely and never exposed to the AI.                 |
| **Collector** | The [Collector](/documentation/agent-endpoint-security/collector-mode) that will reach the Prowler API. |
| **Protocol**  | Transport for the API (usually `https`).                                                                |
| **API URL**   | The Prowler API host — default `api.prowler.com`, or your self-hosted hostname.                         |
| **API Port**  | The API port (default `443`).                                                                           |

## Connect

Click **Connect** to validate the credential and finish. Prowler then appears under **Environment → Integrations**, and you can start asking the AI about its findings in the Workspace.

<Note>
  Myrmex sends the API key in the `Api-Key` header on each request. Rotate the key in Prowler App whenever you need to.
</Note>
