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 DMZAgent

cx = DMZAgent(api_key="YOUR_API_KEY")
cx.emit_event(
    "observation",
    agent_subject_id="pump-12",
    subject_type="sensor",
    payload={"reading": 41.2, "unit": "F"},
)

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.