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 print-config

beacon endpoint integrations claude-cowork print-config prints Claude Cowork OTLP setup guidance without creating a tunnel or opening the admin console.
beacon endpoint integrations claude-cowork print-config \
  --endpoint https://otel.example.com \
  --headers "Authorization=Bearer <token>"

Examples

Print guidance for a production collector:
beacon endpoint integrations claude-cowork print-config \
  --endpoint https://otel.example.com \
  --headers "Authorization=Bearer <token>" \
  --resource-attributes "deployment.environment=prod,service.name=claude-cowork"
Print guidance using the local OTLP HTTP receiver from the Beacon config:
beacon endpoint integrations claude-cowork print-config --user

Flags

FlagDescription
--userUse per-user endpoint paths instead of system paths
--log-path <path>Runtime JSONL log path
--endpoint <url>Public OTLP HTTPS endpoint to show in setup guidance
--headers <headers>Optional OTLP headers to show in setup guidance
--resource-attributes <attrs>Optional Claude Cowork resource attributes

beacon endpoint integrations claude-cowork setup

Print or create Claude Cowork OTLP admin settings.

beacon endpoint integrations claude-cowork validate

Validate that Cowork events are arriving.