autonomy-gui¶
autonomy-gui starts the AutonomyOps web UI server and exposes read-only fleet observability
endpoints backed by the selected SQLite database.
Synopsis¶
bin/autonomy-gui --db <path> [--addr :8090] [--dev-mode]
Common Flags¶
Flag |
Default |
Description |
|---|---|---|
|
required |
Path to control-plane SQLite DB |
|
|
Listen address |
|
|
Enable |
|
empty |
Extra dev-only CSP |
|
|
Add HSTS header (only when this server terminates TLS) |
|
|
|
Quick Start¶
bin/autonomy-gui --db demo/data/contested.db --addr :8090 --dev-mode
Then open:
http://localhost:8090
Notes¶
Binary is built by
make build-guiand emitted asbin/autonomy-gui.API surface is versioned under
/api/v1/*.POST /api/v1/auth/tokenis available only when--dev-modeis enabled.
Evidence¶
Makefile(build-gui)gui/cmd/gui/main.godocs/_generated/test-outputs/gui-help.txt