W&B Weave
W&B Weave
Send traces to W&B Weave
W&B Weave
Send traces to W&B Weave
Weights & Biases Weave is an observability platform for tracking and evaluating LLM applications.
In W&B, go to your User Settings and copy your API key.
Go to Settings > Observability and toggle Enable Broadcast.

Click the edit icon next to W&B Weave and enter:
https://trace.wandb.ai
Click Test Connection to verify the setup. The configuration only saves if the test passes.

Make an API request through OpenRouter and view the trace in W&B Weave.

W&B Weave supports custom attributes and structured inputs for organizing and analyzing your LLM calls.
Weave organizes trace data into:
user field maps to user_id in attributessession_id field maps to session_id in attributestrace are merged into the call’s attributesWhen Privacy Mode is enabled for this destination, prompt and completion content is excluded from traces. All other trace data — token usage, costs, timing, model information, and custom metadata — is still sent normally. See Privacy Mode for details.