# AI Tools Observability

## Overview

groundcover ingests telemetry from AI coding tools and AI agent frameworks — Claude Code, Claude Cowork, OpenAI Codex, OpenClaw, and LangChain — so you can monitor how your team and your services use AI: cost, usage, errors, and latency.

These integrations cover two different use cases. Each ships a different telemetry signal, and that determines where the data lands in groundcover:

| Integration                   | Signals emitted        | Where it appears in groundcover                                                                                                                      |
| ----------------------------- | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Claude Code**               | Logs, metrics          | [Logs](https://app.groundcover.com/logs), [Metrics](https://app.groundcover.com/explore/data-explorer)                                               |
| **Claude Cowork**             | Logs (events)          | [Logs](https://app.groundcover.com/logs)                                                                                                             |
| **OpenAI Codex**              | Logs (events)          | [Logs](https://app.groundcover.com/logs)                                                                                                             |
| **OpenClaw**                  | Traces, metrics, logs  | [Traces](https://app.groundcover.com/traces), [Metrics](https://app.groundcover.com/explore/data-explorer), [Logs](https://app.groundcover.com/logs) |
| **LangChain** (via LangSmith) | Traces (GenAI semconv) | [Traces](https://app.groundcover.com/traces), [AI Observability](https://app.groundcover.com/ai-observability)                                       |

{% hint style="info" %}
**Looking for the** [**AI Observability**](/capabilities/ai-observability.md) **page?** That page surfaces GenAI **traces** from services that emit OpenTelemetry GenAI semantic conventions (`gen_ai.*` attributes) — typically AI agents you build yourself, instrumented with LangChain/LangSmith, Traceloop, or native OTel. Coding tools like Claude Code, Claude Cowork, and Codex ship tool-usage telemetry (logs, plus metrics for Claude Code), not GenAI traces, so they don't appear there.
{% endhint %}

## Set up an integration

In the [data sources page](https://app.groundcover.com/data-sources), search for the AI tool you want to integrate and follow the wizard.

<figure><img src="/files/v74oXDFHrFTwfSL5SQgJ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.groundcover.com/integrations/data-sources/ai-tools-observability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
