containerId

Contains the ID of the currently running container as a Number.

This is useful for making requests to the Phantombuster API from within the agent.

console.log("Our  container id is", buster.containerId)
//This will print "Our container id is XXXXX"