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 --user
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 --user
Open the dashboard in your browser:
beacon endpoint dashboard --user --open
Use a custom local address:
beacon endpoint dashboard --user --addr 127.0.0.1:8765
Inspect a custom runtime log:
beacon endpoint dashboard --user --log-path /path/to/runtime.jsonl

Flags

FlagDescription
--userUse per-user endpoint paths instead of system paths
--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.