Coverage is not the SoS proof; the vertical thread is. Each trace below shows one signal entering at one echelon, climbing or descending the stack, and landing in a program-of-record consumer (TAK, AIP, MSS, Foundry, SAM.gov). Curl chains are live against the same endpoints in /agents; reviewers can replicate end-to-end in under five minutes.
AERIS-10 detects a Group-1 UAS (Geran-3 family) at 2.7 km off the squad's TOC. ATLAS climbs the stack from squad sensor to BCT WEZ recommendation, returns to squad as a CoT track on ATAK and JBC-P, and writes the encounter to the threat-evolution ledger for division-level pattern analysis.
| Echelon | Agent | Endpoint | Produces |
|---|---|---|---|
| SQUAD | AERIS-10 (sensor) | POST (external) |
raw PLFM contact + 10.5 GHz Doppler signature |
| SQUAD | sensor-fusion | POST /api/sensors/fusion |
fused track with geometric DOP weighting → wez-engine, intel-killchain-bridge |
| PLT-CO | wez-engine | POST /api/wez/recommend |
engagement zone per available interceptor → operator console + AGOS |
| BN-BCT | intel-killchain-bridge | POST /api/intel/killchain-bridge |
CoT message v2.0 → tak-bridge |
| SQUAD | tak-bridge | POST /api/cot/dispatch |
CoT push to ATAK / WinTAK / JBC-P → operator's tactical map |
| DIV-CORPS | intel-tag-watcher | GET /api/intel/tag-watcher/alerts |
ledger row appended (Geran-3 status delta) |
$ATLAS to the deployment URL):# 1. Fusion ingest (sensor-fusion at squad)
curl -X POST $ATLAS/api/sensors/fusion -d '{"sensorId":"aeris-10-001","track":{"az":127,"el":3,"r":2700,"v":42,"sig":"plfm-10.5"}}'
# 2. WEZ recommendation (platoon)
curl -X POST $ATLAS/api/wez/recommend -d '{"trackId":"<from-step-1>"}'
# 3. Kill-chain CoT translation (BCT)
curl -X POST $ATLAS/api/intel/killchain-bridge -d '{"trackId":"<from-step-1>","wezId":"<from-step-2>"}'
# 4. Dispatch to TAK (returns to squad)
curl -X POST $ATLAS/api/cot/dispatch -d '{"cotId":"<from-step-3>","fanout":["atak","jbcp","wintak"]}'
# 5. Ledger row (division)
curl $ATLAS/api/intel/tag-watcher/alerts?since=10m
OSINT collector swarm pulls 47 events across Telegram, Mastodon, Bluesky, RU/CN media, and GDELT in the last 6 hours. The synthesis cycle grounds them with citation enforcement, the tag-watcher diffs prior synthesis to flag a status change on the Geran-3 family, and an AIP tool call routes the resulting briefing into the operator's existing AIP workspace at the BCT echelon.
| Echelon | Agent | Endpoint | Produces |
|---|---|---|---|
| DIV-CORPS | osint-collectors | GET (internal cron) |
47 raw events, last 6h |
| DIV-CORPS | intel-source-provenance | GET /api/intel/source-provenance |
STANAG 2511 reliability/credibility scores per event |
| BN-BCT | intel-synthesis | GET /api/intel/synthesis/latest |
DIME/PMESII synthesis with deep-link citations |
| DIV-CORPS | intel-tag-watcher | GET /api/intel/tag-watcher/alerts |
Geran-3 family status delta (countermeasure update) |
| BN-BCT | intel-briefing | POST /api/intel/briefing |
DIME briefing emitted with provenance → AIP tool call → operator AIP workspace |
$ATLAS to the deployment URL):# 1. Pull latest synthesis (was produced on cycle, no human pull required)
curl $ATLAS/api/intel/synthesis/latest
# 2. Check tag deltas
curl $ATLAS/api/intel/tag-watcher/alerts?since=6h
# 3. Emit DIME briefing on a topic
curl -X POST $ATLAS/api/intel/briefing -d '{"topic":"geran-3","framework":"DIME","echelon":"BN-BCT"}'
# 4. AIP picks up via the foundry-actions OpenAPI spec
curl $ATLAS/api/atlas/foundry-actions.json | jq '.paths["/api/intel/briefing"]'
sam-watcher detects a new opportunity matching counter-UAS keywords on SAM.gov. The acquisition-flavored intel-CUB rolls it into the daily 0500Z brief with a PEO portfolio routing recommendation. Operator ack publishes back to the SAM.gov listing with a no-action / pursue / partner flag for our CRM.
| Echelon | Agent | Endpoint | Produces |
|---|---|---|---|
| ACQ | sam-watcher | GET /api/sam/opportunities/recent |
matched opportunity rows |
| ACQ | intel-cub | GET /api/intel/cub/today |
acquisition CUB row appended |
| ACQ | operator-console | POST /api/sam/decision |
pursue / partner / no-action flag → CRM + SAM.gov record |
$ATLAS to the deployment URL):# 1. Today's matched opportunities
curl $ATLAS/api/sam/opportunities/recent
# 2. Acquisition-flavored CUB
curl $ATLAS/api/intel/cub/today
# 3. Decision (POST)
curl -X POST $ATLAS/api/sam/decision -d '{"opportunityId":"<id>","flag":"pursue","peoTarget":"PEO IEW&S"}'
This page works best with your current GPS location.