RetrySight Cloud staging is live.

Open Cloud
Documentation menu
Docs home

Docs collectors

Claude Cowork

Ingest Claude Cowork telemetry over OpenTelemetry logs — Cloud and Enterprise Integration+.

On this page
  1. Where it is enabled
  2. Endpoint
  3. Cowork admin configuration
  4. Event mapping (summary)
  5. Privacy
  6. Related

Claude Cowork is a distinct product from Claude Code and Claude Desktop. Do not fold sessions into CLAUDE_CODE. Ingested sessions appear as sourceTool=CLAUDE_COWORK.

Cowork is not a log-file collector. It POSTs OTLP logs to the manager. Application traces (spans) are a different signal — Cloud traces.

Where it is enabled

  • RetrySight Cloud — included in the Cloud profile (TIER_4_CLOUD)
  • EnterpriseIntegration or Cloud Scale only (not Core/Analytics)

Endpoint

ItemCloudEnterprise
URLhttps://cloud-staging.retrysight.com/api/v1/otel/v1/logshttp(s)://<manager>/api/v1/otel/v1/logs
MethodPOSTPOST
Content-Typeapplication/json (OTLP/HTTP JSON)same
AuthX-Agent-Api-Key: rk_live_… or Authorization: Bearer …Agent API key on the manager

Convenience: POST /api/v1/otel/ingest treats payloads with resourceLogs or events as logs. Metrics (/api/v1/otel/v1/metrics) are accepted but not persisted yet.

Cowork admin configuration

  1. In Claude Cowork / Anthropic org monitoring, enable OpenTelemetry export.
  2. Set the OTLP HTTP endpoint to the logs URL above (or an OpenTelemetry Collector that forwards there).
  3. Send the agent API key as a header on the exporter.
  4. Confirm service.name is cowork (or contains cowork).

If Desktop cannot reach the manager directly:

Claude Desktop (Cowork) → OTel Collector → manager /api/v1/otel/v1/logs

Event mapping (summary)

Cowork eventPlatform item
First event per session.idTASK_START
user_promptSession/task event (prompt body only if full-prompt storage is on)
api_requestToken usage + model
tool_result / tool_decisionEdit / fail / accept / reject heuristics
api_errorRetry-related event

Correlation keys: session.id, prompt.id, event.sequence.

Privacy

Default: no prompt or assistant response bodies. Cost, retries, and tool timelines do not require content capture. Enable full storage only with explicit compliance review (store-full-prompts).

Claude Desktop · Cloud dashboard · Enterprise Integration