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 hooks install
beacon endpoint hooks install installs hook-based Beacon telemetry for supported harnesses. The current public hook harness is Cursor.
Examples
Install Cursor hooks at the user level:Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths instead of system paths |
--log-path <path> | Runtime JSONL log path |
--harness <list> | Comma-separated hook harnesses. Defaults to cursor |
--level <level> | Hook install level: user or project |
Paths
| Item | User-level install | Project-level install |
|---|---|---|
| Hook config | ~/.cursor/hooks.json | ./.cursor/hooks.json |
| Hook binary | ~/.beacon/endpoint/hooks/beacon-hooks | ~/.beacon/endpoint/hooks/beacon-hooks |
| Runtime log | ~/.beacon/endpoint/logs/runtime.jsonl | ~/.beacon/endpoint/logs/runtime.jsonl |
Restart Cursor after installing hooks so the updated hook configuration is picked up.
Related
beacon endpoint hooks status
Check whether Cursor hooks are installed.
beacon endpoint hooks uninstall
Remove Beacon hook entries.

