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

# Endpoints & Device Inventory

> Browse, search, and organize every device registered in Myrmex — grouped into folders, tagged, and prioritized by severity, with status at a glance.

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

The **Endpoints** area is your inventory of everything Myrmex watches — the devices running the Myrmex agent and your connected integrations. It's where you go to see what you have, check its state, and keep it organized. This view is kept current by [Brontes](/documentation/multi-agent-system/agent-endpoint-manager), the endpoint manager.

## Finding the Endpoints Area

Open it from the **Directory** on the left of the console: expand **Environment**, then select **Devices**. Your inventory opens as a tab in the Workspace, with live counts alongside each category. Everything you see is scoped to the [context](/documentation/get-started/concepts#how-your-account-is-organized) you have selected.

## The Two Tabs

The inventory is split into two tabs, each with **status-breakdown badges** that summarize its contents at a glance:

<CardGroup cols={2}>
  <Card title="Devices" icon="server">
    The endpoints running the Myrmex agent, across Windows, Linux, and macOS.
  </Card>

  <Card title="Integrations" icon="plug">
    Your connected external tools — cloud, firewall, SIEM, EDR, and more.
  </Card>
</CardGroup>

On the **Devices** tab, the badges break your fleet down by status:

* **Online** — the device is connected and reporting.
* **Offline** — the device hasn't checked in recently.
* **Unauthorized** — the agent is installed but the device is still awaiting approval. See [Device details & actions](/documentation/agent-endpoint-security/device-details#authorizing-a-device) to activate it.

## Browsing and Searching

Each device is listed with an operating-system icon, its name, and its current status, so you can scan the fleet quickly. Use search to jump straight to a device by name, and narrow the list as your estate grows.

## Organizing Your Fleet

Keep a large estate navigable by grouping and labeling your devices.

<CardGroup cols={2}>
  <Card title="Folders" icon="folder-tree">
    Group devices into **nested folders** that mirror how you think about your
    estate — by location, business unit, or client — and drag them between folders as
    things change.
  </Card>

  <Card title="Tags" icon="tag">
    Apply **tags** to label devices. Tags also drive access control, so they help
    decide who can see and act on which assets.
  </Card>
</CardGroup>

<Tip>
  Folders can carry natural-language **rules** that steer how the AI treats
  everything inside them. See
  [Folders & rules](/documentation/ai-workspace/folders-and-rules).
</Tip>

## Severity and Removing Devices

You can set a **severity** on a device to reflect how critical it is to your operations — this helps the AI and your team prioritize it during investigations and posture reviews. You can also **delete** a device to remove it from your inventory once it's decommissioned. Both are available from the device's own view too — see [Device details & actions](/documentation/agent-endpoint-security/device-details).

## Endpoints from Integrations

Not every endpoint runs the Myrmex agent. When you connect a security platform that manages its own agents — for example [Wazuh](/documentation/integrations/wazuh) — those managed endpoints appear inside that integration's own view, so you keep full visibility without installing anything extra.

## Where to Go Next

<CardGroup cols={2}>
  <Card title="Device details & actions" icon="server" href="/documentation/agent-endpoint-security/device-details">
    Open a device to see system info, authorize it, and run host actions.
  </Card>

  <Card title="Deploy the agent" icon="download" href="/documentation/agent-endpoint-security/installation">
    Install the Myrmex agent so a new device shows up here.
  </Card>

  <Card title="Brontes" icon="users" href="/documentation/multi-agent-system/agent-endpoint-manager">
    The agent that keeps your inventory accurate.
  </Card>
</CardGroup>
