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.
Grok Build
Beacon supports Grok Build through native hook payloads sent tobeacon-hooks.
Prerequisites
Before enabling Grok Build hooks, make sure:- Grok Build is installed for the user or available in the project where hooks will run.
beacon endpoint installhas run so shared endpoint config and runtime log paths exist.- Beacon hooks are installed with
beacon endpoint hooks install --harness grok. - Project-level hooks are trusted with
/hooks-trustin Grok before you expect them to execute. - Grok is restarted after hook install or removal so new sessions load the updated hook file.
Collection path
Grok Build invokes Beacon’s hook adapter from Beacon’s owned hook file. The adapter writes normalized endpoint events to the configured runtime JSONL log.Discovery and status
Beacon checks for its managed Grok hook file at~/.grok/hooks/beacon.json for user-level installs or ./.grok/hooks/beacon.json for project-level installs.
Use beacon endpoint hooks status --harness grok to inspect Grok Build hook status.
Install or configuration support
beacon endpoint install prepares shared endpoint config and runtime log paths. Install Grok Build hooks separately:
Telemetry coverage
| Area | Support |
|---|---|
| Prompt telemetry | Supported through UserPromptSubmit hooks |
| Command, tool, and file telemetry | Supported for session, prompt, pre-tool, post-tool, failed tool, stop, session-end, command, and file telemetry where Grok exposes payloads |
| Local JSONL and dashboard | Supported |
| MDM deployment | Supported for the endpoint agent; Grok hooks are installed separately in the logged-in user’s context or project context |
Deployment notes
Project-level Grok Build hooks require/hooks-trust in Grok before they execute. Grok tool failures normalize to tool.failed with high severity.
Restart Grok after installing or removing hooks so new sessions pick up the updated hook configuration.
Related
Supported agent harnesses
Return to the runtime support overview.
Hooks
Install, inspect, and uninstall runtime hook integrations.

