Trigv is a notification router — not analytics, not log search, not Slack with extra steps.
POST JSON to /api/v1/events with your API key, channel, and notification fields. We validate, count usage, queue push — you get a 202 and an event ID. No SDK ceremony required.
HTTP 202 Accepted
{
"event": {
"status": "queued",
"level": "info",
"target_device_count": 2
}
}
| Data | Cloud | Device |
|---|---|---|
| API keys | Hashed | — |
| Title & body | In-memory only | Stored |
| Event metadata | Yes | Synced via push |
We deliver alerts to your devices but don't keep the message on our servers. Your readable notification history lives on your phone. The cloud keeps delivery and billing records only, not a searchable archive of every alert you've sent.
Workspace channels map to device subscriptions. POST to production-alerts or general — only subscribed devices ping. No accidental 3am wake-ups for the whole team.
API keys, channels, billing, and usage live under a workspace — not scattered per user login.
Phone + tablet + desktop. One ingest event fans out to every subscribed device without extra charges.
Mute a channel from the app when you're heads-down. Ingest still works; delivery respects your subscription state.
Multi-seat keys and shared channels — without moving notification history back to the cloud. Roadmap: Q3 2026. For now, ship solo like a legend.
Join the waitlist