Helicone Integration
Helicone is an open-source LLM observability platform. Send Helicone webhook events to Igris to include LLM call data in your unified audit trail.Setup
1. Get Your Igris API Key
Go to Settings → API Keys in the Igris dashboard and create a new key labeled “Helicone Ingestion”.2. Configure Helicone Webhook
In your Helicone dashboard, navigate to Webhooks and create a new webhook:- URL:
https://your-igris.fly.dev/api/v1/ingest/helicone - Headers:
- Events: Select the event types you want forwarded
3. Verify
Make an LLM call through Helicone’s proxy and confirm the event appears in Observe → Audit Events withsource: helicone.
Payload Normalization
| Helicone Field | Igris Field |
|---|---|
request.model | toolName |
response.status | action (2xx → allow, other → deny) |
request_id | metadata.requestId |
request.prompt_tokens | metadata.promptTokens |
response.completion_tokens | metadata.completionTokens |
delay_ms | metadata.latencyMs |
created_at | timestamp |
Example Event
Troubleshooting
| Issue | Solution |
|---|---|
| Events not appearing | Verify webhook URL, API key, and that events are enabled in Helicone |
401 Unauthorized | Regenerate the API key and update the webhook header |
429 Too Many Requests | Upgrade your Igris plan for higher event limits |