Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

beacon endpoint status

beacon endpoint status reports the current local endpoint configuration, collector status, launchd service state, discovered harnesses, diagnostics, and the last observed Beacon event.
beacon endpoint status --user

Examples

Show user-mode status:
beacon endpoint status --user
Print machine-readable status:
beacon endpoint status --user --json
Check a custom runtime log path:
beacon endpoint status --user --log-path /path/to/runtime.jsonl

Output

Status includes:
  • Beacon CLI version
  • Config path and runtime log path
  • Collector health and configured OTLP ports
  • launchd service status
  • Discovered AI runtime harnesses
  • Endpoint diagnostics
  • Last Beacon event in the runtime log, when present

Flags

FlagDescription
--userUse per-user endpoint paths instead of system paths
--log-path <path>Runtime JSONL log path
--jsonPrint status as JSON

beacon endpoint install

Install local endpoint telemetry configuration.

beacon endpoint discover

Discover supported local AI agent runtimes.