> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hue.run/llms.txt
> Use this file to discover all available pages before exploring further.

# For agents

> Copy one prompt into your coding agent to add Hue tracing.

Open your application in Codex, Claude Code, Cursor, or your preferred coding agent, then paste:

```text theme={null}
Add Hue tracing to this application using https://docs.hue.run/quickstart
and the linked compatibility and integration guides for this app's stack.
Preserve the app's behavior, model provider, and existing telemetry.
Enable full-fidelity capture of supported prompts, responses, and tool inputs/outputs,
plus available model, token usage, timing, error, and session data.
Preserve redaction and explicit capture restrictions. Run the relevant checks,
exercise a real app request, flush its owning providers, and use the documented
trace-verification API to confirm its trace, known spans, and expected field presence.
Then help me inspect the captured content in Hue.
```

Your agent will choose the supported integration and make the code changes. Configure `HUE_API_KEY` through your application's usual [secret workflow](/guides/project-keys); you do not need to paste it into chat. If your agent cannot inspect Hue, it will give you the trace ID to check under **Traces**.

The SDK guides explain [TypeScript trace verification](/sdks/typescript#verify-stored-trace-evidence) and [Python trace verification](/sdks/python#verify-stored-trace-evidence). A receipt confirms stored evidence; inspecting the trace checks the captured values and redaction.

Prefer to integrate manually? Follow the [quickstart](/quickstart) or use your [existing OpenTelemetry setup](/integrations/opentelemetry).
