agentId

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

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

console.log("Bot", buster.agentId, "launched.")
//This will print "Bot XXX launched."