- Centralized Dashboard: View all AI activity across devices
- Policy Sync: Push policies to all sensors from the cloud
- Alerting: Get notified on Slack, email, or webhooks
- Compliance Reports: SOC2, HIPAA, GDPR audit exports
Quick Start
1. Get an API Key
Sign up at oximy.com and create an API key from Settings → API Keys.2. Configure the Sensor
3. Verify Connection
Enrollment Methods
API Key (Individual)
For individual developers or small teams:Enrollment Token (MDM)
For enterprise MDM deployments, use one-time enrollment tokens:Device Code Flow
Interactive enrollment:Configuration
Full Configuration
Environment Variables
| Variable | Description |
|---|---|
OISP_OXIMY_API_KEY | API key (recommended) |
OISP_OXIMY_ENDPOINT | API endpoint override |
Features
Event Streaming
Events stream to Oximy Cloud in real-time:- Batch size: 100 events (configurable)
- Flush interval: 5 seconds
- Compression: gzip
Offline Resilience
If connection is lost, events buffer locally:- Max buffer: 100,000 events
- Persisted to disk
- Auto-sync on reconnect