Universal AI Observability - Zero Instrumentation
v0.1.0 Rust Apache-2.0

Answer "what AI is happening here?" on day one. Capture every LLM call, agent action, and tool execution with zero code changes.

Quick Install

# One-command install
curl -sSL https://sensor.oisp.dev/install.sh | sh

Key Features

🔍

Full Content Capture

Capture complete request/response bodies, not just metadata. See prompts, completions, tool calls, and results.

🔗

Causal Tracing

Trace the full chain: user prompt to LLM call to tool execution to sub-agent calls. Understand agent behavior.

🔒

Privacy-First Redaction

Local redaction of API keys, PII, and sensitive data. Three modes: minimal, safe, and full capture.

⚠️

Zero Instrumentation

No SDK integration, no code changes. Works with any AI framework, language, or provider.

🌐

Universal Detection

Detect 80+ AI providers and 2,200+ models automatically from network traffic.

💻

Real-time UI

Built-in Terminal UI and Web UI for live event visualization, trace inspection, and analysis.

Platform Support

Linux
eBPF + TLS Capture
Full Fidelity
macOS
ESF + Network Extension
Metadata + Optional MITM
Windows
ETW
Metadata + Optional MITM

Pipeline Architecture

Capture
eBPF/ESF/ETW
Decode
HTTP/SSE/AI
Enrich
Process/Host
Action
Redact/Filter
Export
JSONL/WS/SIEM

Modular Crates

oisp-core oisp-capture oisp-capture-ebpf oisp-capture-macos oisp-capture-windows oisp-decode oisp-enrich oisp-redact oisp-correlate oisp-export oisp-tui oisp-web