Skip to main content

Command Overview

beacon endpoint inventory shows Beacon endpoint inventory across configured harnesses, detected local runtimes, hook integrations, and observed runtime events.
Command syntax
beacon endpoint inventory
Use inventory when you need a fleet-friendly view of what Beacon is configured to monitor and what the endpoint has actually observed. By default, inventory focuses on configured, detected, or observed targets. Add --all to include every supported target, including runtimes and configuration files that are not detected on the host. beacon inventory is a top-level alias for beacon endpoint inventory.

Inventory Data

Inventory can include:
  • Endpoint config path, runtime log path, and configured OTLP harnesses
  • Detected supported runtimes and telemetry status, including MDM-managed launch-environment state for GitHub Copilot CLI and Factory Droid
  • Hook integration status for Antigravity CLI, Claude Code, Cursor, Devin CLI, Devin Desktop, Factory Droid, Grok Build, Hermes Agent, and OpenCode
  • Supported agent configuration files and MCP server configuration context where Beacon can inspect them locally
  • Recently observed Beacon runtime events when the runtime log exists
  • Admin-configured integration observations such as Claude Cowork and OpenClaw Gateway events
Human-readable and JSON inventory use the same default filtering: configuration records and MCP server context are shown when they are relevant to the local endpoint state. Use --all with --json when you need the complete supported inventory surface for fleet comparison or troubleshooting.

Flags

FlagDescription
--userUse per-user endpoint paths. Enabled by default
--systemUse system endpoint paths and launch daemon
--log-path <path>Runtime JSONL log path
--jsonPrint inventory as JSON
--allInclude all supported targets, not only configured, detected, or observed targets

Examples

Show endpoint inventory:
Show endpoint inventory
beacon endpoint inventory
Include all supported targets:
Include all supported targets
beacon endpoint inventory --all
Print machine-readable inventory:
Print machine-readable inventory
beacon endpoint inventory --json
Inventory a system-mode endpoint:
Inventory a system-mode endpoint
sudo beacon endpoint inventory --system --all
Use the top-level alias:
Use the top-level alias
beacon inventory --json

Inventory Local Agent Runtimes

Understand dashboard Inventory and common runtime coverage workflows.

Endpoint discover

Discover supported local agent harnesses and telemetry state.

Runtime hooks

Install and inspect hook-based endpoint telemetry.