{
  "service": "armory",
  "status": "online",
  "domain": "armory.wyrmwoodnex.us",
  "description": "The sovereign artifact & binary distribution stronghold for Wyrm Wood Nexus",
  "endpoints": {
    "health": "GET /health",
    "installer": "curl -sSL https://armory.wyrmwoodnex.us/:app/install.sh | bash",
    "latest_binary": "GET /:app/latest/:platform (e.g. /crucible/latest/linux-amd64)",
    "latest_checksums": "GET /:app/latest/checksums.txt",
    "versioned_archive": "GET /:app/:version/:filename"
  }
}