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 bundle-diagnostics
beacon endpoint bundle-diagnostics writes a redacted local diagnostics bundle for Beacon endpoint support and troubleshooting.
Bundle Contents
The diagnostics bundle can include:- Endpoint status and doctor output
- Endpoint configuration with secrets redacted
- Runtime inventory
- Local path and service metadata
- Optional redacted event summaries
- Optional raw runtime JSONL events
Flags
| Flag | Description |
|---|---|
--output <dir> | Output directory for the diagnostics bundle |
--include-event-summaries | Include redacted event summaries |
--include-raw-events | Include raw runtime JSONL events |
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
Examples
Write a basic diagnostics bundle:Related
Endpoint doctor
Run local endpoint health checks with pass/fail exit behavior.
Endpoint config
Inspect and validate endpoint configuration with secrets redacted.

