Off-Nadir Delta

Watch an area of interest for escalation

You are responsible for one area and want to know what escalated recently and what deserves collection — and to keep being told without re-running anything.

Steps

  1. Scan the AOI for recent escalating signals.
  2. Rank what in the AOI is worth imaging.
  3. To keep watching continuously, create a standing order (free to create; from the app, docs or MCP).

In the web app

Watch it on the Watchfloor

REST

Authenticate with Authorization: Bearer ond_… (create a key at /account/api). Try any of these live in the Playground.

Escalating signals in the AOI

bash
curl "https://offnadir-delta.com/api/v1/signals?bbox=22%2C44%2C40%2C53&days=7&escalating=true" \
  -H "Authorization: Bearer ond_YOUR_API_KEY"

What deserves imaging

bash
curl "https://offnadir-delta.com/api/v1/collection/priority?bbox=22%2C44%2C40%2C53&top_n=5" \
  -H "Authorization: Bearer ond_YOUR_API_KEY"

Current standing orders (free)

bash
curl "https://offnadir-delta.com/api/v1/standing-orders" \
  -H "Authorization: Bearer ond_YOUR_API_KEY"

MCP

Connect once, from any MCP client:

bash
claude mcp add --transport http off-nadir-delta \
  https://offnadir-delta.com/api/v1/mcp \
  --header "Authorization: Bearer ond_..."

Then invoke the aoi-watch prompt (arguments: bbox)Scan an area of interest for recent escalations and recommend collection.

← All recipes

From headline to satellite evidence

One connected intelligence workflow across four surfaces — free to start, no GIS software or remote-sensing background required.