Skip to content

Learn · Services

Watch

Keep an eye on things; get told when one goes wrong.

Watch keeps an eye on the things you care about — a pump, an account, a route, a bot — and tells you when one goes wrong. You always see the plain conclusion first; the evidence is one click deeper.

How data gets in

Connect a data feed, or send events yourself with one SDK call. Each event says what happened to one watched thing, in plain words.

from dmzagent import Client

client = Client(api_key="YOUR_API_KEY")
client.emit_event(
    subject="pump-12",
    kind="observation",
    data={"route": "/checkout", "status": 200},
)

Placeholder key shown. Signed-in users see their real key.

What you see

Each watched thing builds up a profile of what the platform has learned about it, and old signals fade over time. When a rule matches, you get told — and every step lands in the logbook so you can prove what happened.