Prerequisites
- Linux with kernel 5.0+ (
uname -rto check) - OISP Sensor installed
- An AI application to monitor (or use our demo)
Start Capturing
-
Start the sensor
You’ll see:
-
Open the Web UI
Go to http://localhost:7777 in your browser.
The dashboard shows:
- Real-time event stream
- Process tree (which apps are making AI calls)
- Provider breakdown (OpenAI, Anthropic, etc.)
- Token usage
-
Generate AI activity
In another terminal, make an AI API call:
Or with curl:
-
See the events
The Web UI updates in real-time showing:
- The AI request (model, message count)
- The AI response (tokens used, latency)
- Which process made the call
Try Demo Mode
No OpenAI key? Try demo mode to explore the UI:Common Options
Save to File
Export events to a JSONL file:Filter by Process
Only capture from specific processes:Change Port
Run Headless
No web UI, just file output:Example Output
Here’s what a captured event looks like:AI Request
AI Response
Troubleshooting
No events appearing?
-
Check your API key is set:
-
Check sensor is running:
-
Try with debug logging:
Permission errors?
The sensor needs elevated privileges for eBPF:What’s Next?
- Configuration - Customize exports, redaction, filtering
- Architecture - How it works under the hood
- Cookbooks - Ready-to-run examples