Live Stream

Every new and updated story cluster, pushed the moment the pipeline publishes it. This page is connected to the same public stream agents use: no auth, no keys.

Connecting

Opening the stream...

Consume it programmatically

The stream is server-sent events with optional topics and tier filters, and it resumes from Last-Event-ID after a disconnect. The same URL upgrades to a WebSocket.

curl
curl -N "https://techsnif.com/api/stream?topics=ai&tier=2"
TechSnif CLI
npx @techsnif/cli watch --topics ai

Prefer deliveries to your own endpoint? Register a webhook and get HMAC-signed POSTs when matching stories appear. Connection and buffer stats are public at /api/stream/status, and the full agent platform is documented on the agents page.