There is no token or configuration needed. Simply use game:HttpGet() from your executor and the server will handle the rest.
game:HttpGet()
print(game:HttpGet("https://raw.surge.lgbt/file.luau"))
If it prints the file contents, you are good to go.