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.
Validation Events
Use a validation event to prove Beacon can write a known-good endpoint event to the local runtime JSONL log before you rely on real agent activity.Write a test event
Runbeacon endpoint test-event with the default per-user endpoint paths:
beacon endpoint validate-pipeline is an alias for the same local validation path.
Print validation stages as JSON
Use JSON output when capturing evidence for support, scripts, or rollout checks:Validate a specific log path
If you are testing a non-default runtime log, pass the path explicitly:Test GitHub Copilot CLI telemetry
Afterbeacon endpoint install has started the local collector, run a real Copilot CLI prompt with OTLP export enabled:
OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT=true only when testing with full content retention and when prompt content capture is intended.
Confirm the Copilot event with status or the local dashboard:
Confirm the event
After writing the event, confirm it with status or the local dashboard:Related
beacon endpoint test-event
Review all flags and examples for synthetic validation events.
Dashboard testing
Confirm validation events through the local read-only dashboard.
Local logs
Inspect runtime JSONL paths and last-event freshness.
SIEM forwarding
Move from local validation to destination-specific forwarding checks.

