Live v0.1.0 · OpenAPI 3.0.3 Ed25519 JWT · HMAC webhooks

The keystone API for planetary intelligence.

Bridges, devices, areas of interest, jobs, kinds — one HTTP surface for satellite, IoT, and field-team intelligence. Designed for engineers who need to track change in hard-to-reach places.

// API Surfaces

One API. Four core domains.

Each surface is independently versioned, fully documented in the reference below, and unifies the customer flow with the demo flow — same endpoints, same shapes, differing only by a synthetic flag.

// Quickstart

Your first request, in three lines.

Every protected endpoint accepts an Ed25519-signed JWT (user flow) or a SHA-256 service-account key (server flow). Below: a synthetic-fleet polling call against api.dev.fieldwatch.earth.

# Polling reconciliation: list synthetic bridges since timestamp.
curl -sS \
  -H "Authorization: Bearer $FWAI_API_KEY" \
  "https://api.dev.fieldwatch.earth/v1/bridges?synthetic=true&since=2026-04-27T00:00:00Z"

Need a key? Service-account keys are issued by the platform team — see Authentication in the reference.