Command Overview
beacon ci wraps supported agent commands and agent-launching CI steps with ephemeral Beacon telemetry. It runs for a single CI job without installing a persistent endpoint service or modifying runner-wide harness configuration.
Command syntax
beacon ci exec when the workflow runs an agent command directly. For multi-step CI workflows or third-party GitHub Actions that launch agents internally, use beacon ci start and beacon ci finish.
beacon ci is designed for ephemeral CI jobs. For managed endpoint rollout on laptops or workstations, use beacon endpoint install.Wrap Agent Runs
beacon ci exec starts a temporary local collector, injects supported telemetry configuration into one child process, writes normalized endpoint events to a CI runtime log, then validates that matching events were captured.
Wrap one agent command
Wrap Claude Code
Wrap Agent Actions
Some workflows call a third-party action that launches the agent internally. In those cases, start a detached Beacon session before the action and finish it in a cleanup step.Wrap a CI action that launches an agent
Commands
beacon ci exec
Run a command with agent telemetry captured for the CI job.
beacon ci start
Start a detached telemetry session for later CI steps.
beacon ci finish
Stop, validate, and export a detached telemetry session.
beacon ci validate
Validate Beacon CI telemetry artifacts after a job step.
Artifact paths
By default, Beacon writes CI artifacts under$RUNNER_TEMP/beacon when RUNNER_TEMP is set. Otherwise it uses the system temp directory.
Use
--log-path when your workflow needs a stable artifact path.
Related
beacon ci exec
Run a single command with ephemeral CI telemetry.
beacon ci start
Start detached telemetry across workflow steps.
beacon ci finish
Stop and validate a detached telemetry session.
beacon ci validate
Validate an existing CI runtime log.
CI Telemetry Exports
Export CI runtime JSONL through workflow artifacts, S3, GCS, or downstream pipelines.
CI Agent Telemetry
Capture supported agent telemetry in CI workflows.
Codex CLI
Review Beacon support for Codex endpoint and CI telemetry.
Local testing
Validate Beacon runtime logs, events, dashboards, and MCP access locally.
Endpoint agent
Install persistent endpoint telemetry for managed devices.
Command reference
Browse Beacon commands by hierarchy.

