Skip to main content

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 integrations claude-cowork validate

beacon endpoint integrations claude-cowork validate checks whether Claude Cowork events have arrived in the endpoint runtime log.
beacon endpoint integrations claude-cowork validate --user --since 10m
If validation fails, Beacon prints setup guidance using any endpoint, headers, or resource attributes you provide.

Examples

Require a Cowork event in the last 10 minutes:
beacon endpoint integrations claude-cowork validate --user --since 10m
Validate and include production setup guidance if no event is found:
beacon endpoint integrations claude-cowork validate \
  --user \
  --since 10m \
  --endpoint https://otel.example.com \
  --headers "Authorization=Bearer <token>"
Validate a custom runtime log:
beacon endpoint integrations claude-cowork validate \
  --user \
  --log-path /path/to/runtime.jsonl

Flags

FlagDescription
--userUse per-user endpoint paths instead of system paths
--log-path <path>Runtime JSONL log path
--since <duration>Require a Claude Cowork event within this duration, such as 10m
--endpoint <url>Public OTLP HTTPS endpoint to show when validation fails
--headers <headers>Optional OTLP headers to show when validation fails
--resource-attributes <attrs>Optional Claude Cowork resource attributes

beacon endpoint integrations claude-cowork setup

Configure Claude Cowork OTLP export.

beacon endpoint integrations claude-cowork status

Show Cowork integration status.