UNCLASSIFIED
UNCLASSIFIED

Partner Integration

ISS LLC (DBA SecureAssure) · SDVOSB pending · partners@secureassure.app

NATO eval-ready STANAG-aligned (intent) CoT / Link 16 / VMF / GeoJSON Versioned schema

Live status

probing /api/live-feed/tracks …
probing /api/partners/schema …
probing /api/live-feed/stream …

Three-tier integration path

Tier 1 — Pull (works today, zero code our side)

Your client polls a stable JSON endpoint at 1–5 Hz. Protocol-agnostic via ?format= switch.

GET /api/live-feed/tracks?limit=500
GET /api/live-feed/tracks?format=cot
GET /api/live-feed/tracks?format=link16
GET /api/live-feed/tracks?format=vmf
GET /api/live-feed/tracks?format=geojson

Tier 2 — Push (SSE, live now)

Server-Sent Events stream. Same envelope as Tier 1, pushed every ~2s + 30s heartbeats. Standard EventSource.

GET /api/live-feed/stream
event: snapshot
data: {"tracks":[…], "count":11, …}

Tier 3 — Bidirectional

Your HUD sends cueing events, gets back DECIDE-layer recommendations.

POST /api/integration/cot/ingest    # inbound from your sensors
GET  /api/atlas/threat-assessment   # ATLAS DECIDE layer

Standards alignment

StandardStatusEndpointNotes
STANAG 5516 (Link 16 / TADIL-J)Outbound/api/live-feed/tracks?format=link16Message conversion. Not a certified Link 16 terminal.
MIL-STD-6017 / VMF K05.1Outbound/api/live-feed/tracks?format=vmfSelf-assessed alignment.
Cursor on Target (CoT 2.0) — TAK/ATAKBidirectional?format=cot · /api/integration/cot/ingestTAK ecosystem compatible.
GeoJSON (RFC 7946)Outbound?format=geojsonStandard GIS consumer.
NATO JC3IEDM (data model)Alignment intentEnvelope field naming mirrors JC3IEDM categories where possible. Not a certified JC3IEDM implementation.

Endpoints

MethodPathPurpose
loading from /api/partners/manifest …

Canonical envelope

Stable for v1.x. Full JSON Schema at /api/partners/schema. Example below.

loading …

Sample consumer — browser / WebXR

Drop into any browser or WebXR context. Unity (C#) consumers should use UnityWebRequest coroutine polling Tier 1 — SSE is JS-native and Unity needs a plugin.

loading /api/partners/sample-client.js …

IP terms

Reach back

partners@secureassure.app Manifest JSON Schema JSON Live picture (/cop)

SHIELD/ATLAS · ISS LLC (DBA SecureAssure) · Dr. Terry Flood, CWO 131A Ret. · Veteran-Owned · SDVOSB pending · This page documents UNCLASSIFIED feeds. CUI / SECRET surfaces require a separate agreement.
PRESENCE
⚠ SANDBOX / TRAINING MODE — Live read-only data. Write commands are inhibited (train as you fight, missile button safed).