DOCS · DEBRISGUARD

DebrisGuard user guide

Everything you need to use DebrisGuard productively, from your first sign-in to a production CLI integration. Start with the 5-minute walkthrough, or jump straight to the page you need.

Start here

Getting started

Sign in (Google or email), open the dashboard, run your first lookup, save a satellite to your watchlist. Five minutes total.

Open guide →
Dashboard

Dashboard tour

Every KPI tile, panel, badge and overlay explained — what it shows, where the data comes from, when to act on it.

Take the tour →
API

API reference

All public endpoints with curl examples. Cognito vs. API-key auth, quotas, the new enrichment block, and the manoeuvres feed.

Read the API guide →
Features

What each feature does

BSTAR-drift, manoeuvre advice, forensic dossiers, watchlists, webhooks, CDM badges — definitions, evidence, and which tier unlocks them.

Browse all features →

What DebrisGuard does, in one sentence

DebrisGuard ingests every public TLE (two-line element) and re-scores 30,000+ orbital objects every six hours. The pipeline fuses three detectors — catalog d² (orbit-element distance), BSTAR-drift (drag-coefficient trend), and manoeuvre fingerprinting (mean-motion step detection) — into a single anomaly score. The dashboard, API, and webhooks expose this in real time.

Who it's for

Pick a tier

TierDaily lookupsWatchlistBSTAR / advice / webhooksPrice
Watcher101 NORADWebhooks: ✗  BSTAR/advice: hiddenFree
Analyst5,0005 NORADsWebhooks: ✗  BSTAR/advice: ✓$299/mo
Operator50,00025 NORADsWebhooks: ✓  BSTAR/advice: ✓$1,499/mo
Mission Control1,000,000*250 NORADsWebhooks + SLA + 25 seats$7,999/mo

*soft cap; reach out for unmetered

What you can verify yourself

Every claim on this site is backed by a CLI test you can run against the live API. We publish the test suite at github.com/deepfieldlabs/validate-debrisguard:

git clone https://github.com/deepfieldlabs/validate-debrisguard.git
cd validate-debrisguard
DG_USER=you@example.com DG_PASS=… ./run_all.sh

Five tests prove watcher quota, daily report, 5-slot watchlist boundary, BSTAR-drift detection, and manoeuvre advice — each runs in under a minute.