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 setup
beacon endpoint integrations claude-cowork setup prints the OTLP values to copy into Claude Cowork monitoring settings. It can also open the Claude admin console or create a temporary authenticated ngrok tunnel for local testing.
Production setup
For ongoing monitoring, use a durable public HTTPS OpenTelemetry Collector endpoint:| Claude setting | Value |
|---|---|
| OTLP endpoint | Your public HTTPS collector endpoint |
| OTLP protocol | HTTP/protobuf |
| OTLP headers | Optional, commonly Authorization=Bearer <token> |
| Resource attributes | Defaults to deployment.environment=prod,service.name=claude-cowork |
Local testing with ngrok
For demos, validation, or local development only, create a temporary authenticated ngrok tunnel to the local OTLP HTTP receiver:127.0.0.1, a laptop endpoint, or an ngrok URL for production monitoring.
Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths instead of system paths |
--log-path <path> | Runtime JSONL log path |
--endpoint <url> | Public OTLP HTTPS endpoint reachable by Claude Cowork |
--headers <headers> | Optional OTLP headers for Claude admin settings |
--resource-attributes <attrs> | Optional Claude Cowork resource attributes |
--ngrok | Create a temporary authenticated ngrok tunnel to the local OTLP HTTP receiver |
--open | Open Claude Cowork admin settings in a browser |
Related
beacon endpoint integrations claude-cowork validate
Validate that Cowork events are arriving.
beacon endpoint integrations claude-cowork status
Show Claude Cowork integration status.

