{
  "service": "TaskZilla Update Server 🦕",
  "quote": "🦕 Somewhere, a standup is starting without me. That's illegal.",
  "endpoints": {
    "check_update": "GET /latest.json",
    "auth": "POST /api/auth/token  { license: 'TZ-...' }",
    "download": "GET /download/addon-taskzilla.tgz  (Authorization: Bearer <token>)",
    "versions": "GET /versions",
    "health": "GET /health"
  },
  "security": "License keys are never transmitted in URLs. Use token exchange.",
  "docs": "https://taskzilla.ai"
}