{
  "service": "tactics-sim-verify",
  "endpoints": [
    "GET /health",
    "POST /verify",
    "GET /auth/steam/login",
    "GET /auth/steam/callback",
    "POST /auth/logout",
    "POST /api/lobby (auth)",
    "POST /api/lobby/:code/join (auth)",
    "GET /api/lobby/:code (auth)",
    "POST /matches (auth)",
    "POST /matches/:id/join (auth)",
    "GET /matches/:id/play (auth, WebSocket)",
    "GET /matches/:id/replay (auth, participants only)"
  ]
}