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 dashboard

beacon endpoint dashboard starts a local-only dashboard for inspecting Beacon runtime JSONL events.
beacon endpoint dashboard
The dashboard binds to loopback by default and reads the configured runtime log. It is intended for local investigation, not remote administration.

Examples

Start the dashboard:
beacon endpoint dashboard
Open the dashboard in your browser:
beacon endpoint dashboard --open
Use a custom local address:
beacon endpoint dashboard --addr 127.0.0.1:8765
Inspect a custom runtime log:
beacon endpoint dashboard --log-path /path/to/runtime.jsonl

Flags

FlagDescription
--userUse per-user endpoint paths. Enabled by default
--systemUse system endpoint paths and launch daemon
--log-path <path>Runtime JSONL log path
--addr <host:port>Local dashboard listen address
--openOpen the dashboard in a browser

Dashboard overview

Learn what the local dashboard shows.

beacon endpoint status

Check endpoint and runtime log status.