// the_product

Everything you need. Nothing you don't.

Trigv is a notification router — not analytics, not log search, not Slack with extra steps.

// ingest

One HTTP request. That's the integration.

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.

  • Idempotency keys for safe retries
  • Levels: info, success, warning, error
  • 60 req/min burst limit per key (configurable)
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
// privacy

Your notification text stays yours.

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.

// channels

Route to the right devices.

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.

Workspaces

API keys, channels, billing, and usage live under a workspace — not scattered per user login.

Multi-device

Phone + tablet + desktop. One ingest event fans out to every subscribed device without extra charges.

Pause & resume

Mute a channel from the app when you're heads-down. Ingest still works; delivery respects your subscription state.

// coming_later

Team workspaces

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