apps/opik-documentation/documentation/fern/docs/tracing/integrations/hermes.mdx
Hermes can send trace data to Opik through the plugin package opik-hermes.
This integration captures:
session_idtype=llm): messages, assistant output, model/provider, token usage, and USD costtype=tool): tool arguments and resultsInstalling the package automatically registers the plugin with Hermes.
```yaml
plugins:
enabled: [opik]
```
For a local open-source Opik deployment:
```bash
OPIK_URL_OVERRIDE=http://localhost:5173/api
OPIK_PROJECT_NAME=hermes
```
For Comet-hosted Opik:
```bash
OPIK_API_KEY=your-api-key
OPIK_WORKSPACE=your-workspace
```
Run a Hermes chat session and verify traces appear in the configured Opik project dashboard.
For OTEL-native pipelines, see OpenTelemetry integration.