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

# Prompt Logging

> Documentation for Prompt Logging

### Opt-in content logging

```python theme={null}
client = observe(
    anthropic.Anthropic(),
    log_prompts=True,     # include prompt messages in events
    log_responses=True,   # include response text in events
)
```

Even when enabled, content goes to your configured output only — never to us.
