# intel.halowerk.com Watch Check

> intel.halowerk.com Watch Check is a paid API for AI agents from intel.halowerk.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Immediately checks a watched entity for new alerts and persists any new alarms found, scoped to the authenticated payer's address.

## Facts

- Endpoint: POST https://intel.halowerk.com/v1/intel/watches/:id/check
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/intel-halowerk-com-watch-check-b6c96de7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GvtlY2wEO20uII6dATpOe

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability intel-halowerk-com-watch-check-b6c96de7 -d '<json body>'
```

Example prompt: Check watch ID 'abc123' right now and save any new alarms you find — I want to know if anything has triggered since the last check.

## When to prefer this

Use this endpoint when you need to immediately and explicitly trigger a check on a specific watch entry rather than waiting for scheduled or polling-based checks. It is the right choice when you want real-time on-demand verification and automatic persistence of any newly discovered alarms, scoped tightly to the authenticated payer's identity.

## Known failure modes

- Watch ID not found or does not belong to the payer — returns 404 or authorization error
- Payment not completed or invalid — check not executed, 402 payment required
- Watch ID exceeds 80 characters or is empty — schema validation error
- Duplicate check within a short window may return no new alarms if none triggered

## How this service works

Prüft die Watch sofort und speichert neue Alarme nach erfolgreicher Zahlung. Die verifizierte Zahleradresse ist der Eigentümer; Ergebnisse und gespeicherte Daten sind strikt auf diesen Zahler begrenzt.

## Output

Returns the result of the immediate watch check including any newly detected alarms that have been persisted; results are strictly scoped to the authenticated payer's verified address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "maxLength": 80,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/intel-halowerk-com-watch-check-b6c96de7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.halowerk.com](https://www.zero.xyz/host/intel.halowerk.com/llms.txt)
