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 config
beacon endpoint config inspects and safely updates the local Beacon endpoint configuration.
Commands
show
Print endpoint configuration with secrets redacted.
validate
Validate endpoint configuration and destination settings.
set-retention
Set endpoint content retention mode.
Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
Content Retention Modes
| Mode | Description |
|---|---|
metadata | Retain metadata fields without prompt or tool-result content where Beacon can separate them |
redacted | Retain content after Beacon redaction rules are applied |
full | Retain full local content in customer-controlled runtime JSONL logs. Default |
beacon endpoint config show
beacon endpoint config show prints the endpoint configuration with secrets redacted.
Examples
Show per-user endpoint config:beacon endpoint config validate
beacon endpoint config validate validates the endpoint configuration file.
Examples
Validate per-user endpoint config:beacon endpoint config set-retention
beacon endpoint config set-retention updates the endpoint content retention mode.
Examples
Switch to metadata-only retention:Related
Endpoint install
Configure endpoint telemetry, collector service files, and retention settings.
Diagnostics bundle
Collect redacted endpoint support artifacts.

