@meta
  v: 1
  route: /janet
  generated: 2026-04-30T10:19:55.397Z
  ttl: 60s
  auth: session(visitor:anonymous)

@intent
  purpose:    Live tracker for the unmarked USAF Janet fleet (KLAS ↔ KXTA / KTNX)
  audience:   osint-researcher, journalist, aviation-enthusiast
  capability: observe, query-state

@state
  configured: true
  last_fetched: null
  poll_interval_seconds: 300
  bbox{lamin,lomin,lamax,lomax}: 35,-118.5,38.6,-113.5
  current_count: 0
  current_in_air: 0
  current_on_ground: 0
  fleet_count: 0
  history_size: 0
  airports{home,destinations}: KLAS,"KXTA;KTNX"

@actions
  - id: get_janet_json
    method: GET
    href: https://frontier.watch/api/janet
  - id: get_state_json
    method: GET
    href: https://frontier.watch/api/state

@context
  > Janet Airlines is the unmarked USAF fleet (Boeing 737s and Beech 1900s) that ferries workers from McCarran / Harry Reid International (KLAS) in Las Vegas to Groom Lake / Area 51 (KXTA) and Tonopah Test Range (KTNX). Flights broadcast on ADS-B with callsigns starting with JANET. We poll OpenSky Network's /states/all endpoint every 300 seconds, bounded to a Nevada bounding box covering all three airports, and filter by callsign. Each ICAO24 hex seen with a Janet callsign is added to a persistent fleet registry; activity patterns reflect operational tempo at Area 51, Groom Lake, and Tonopah.

@nav
  self:      /janet.agent
  peers:     [/.agent, /aliens-gov.agent]
  manifest:  /agent.txt
