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 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 reference
All public endpoints with curl examples. Cognito vs. API-key auth, quotas, the new enrichment block, and the manoeuvres feed.
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
- Satellite operators watching a small fleet — get alerts on your own birds and on debris that's approaching them.
- Flight-dynamics teams needing burn confirmation — every detected manoeuvre comes with a fingerprint (pre/post elements + z-scores).
- SSA (Space Situational Awareness) analysts doing decay forecasting — the BSTAR-drift detector reaches ROC-AUC = 0.91 [95 % CI 0.88-0.92] at a 45-day prediction horizon on a 522-object Space-Track backtest. Reproducible by running
scripts/eval_bstar_drift_backtest.pyagainst the public catalog. - Insurance underwriters / regulators needing court-ready evidence — every alert generates a signed forensic dossier.
Pick a tier
| Tier | Daily lookups | Watchlist | BSTAR / advice / webhooks | Price |
|---|---|---|---|---|
| Watcher | 10 | 1 NORAD | Webhooks: ✗ BSTAR/advice: hidden | Free |
| Analyst | 5,000 | 5 NORADs | Webhooks: ✗ BSTAR/advice: ✓ | $299/mo |
| Operator | 50,000 | 25 NORADs | Webhooks: ✓ BSTAR/advice: ✓ | $1,499/mo |
| Mission Control | 1,000,000* | 250 NORADs | Webhooks + 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.
DeepField Labs · DebrisGuard guide