Adds an agent to the launch queue.
ID of the org that is perfoming the operation (not necessary when using a third party key)
Id of the agent to launch.
Agent argument. Can either be a JSON string or a plain object. The argument can be retrieved with buster.argument in the agent’s script.
Agent bonus argument. Can either be a JSON string or a plain object. This bonus argument is single-use, it will only be used for the current launch. If present, it will be merged with the original argument, resulting in an effective argument that can be retrieved with buster.argument in the agent’s script.
If true, argument will be saved as the default launch options for the agent.
If set, the agent will be considered as "launched manually".
If set, the agent will only be launched if the number of already running instances is below the specified number.
PhantomBuster-managed key-value pairs for internal container tagging.
User-defined key-value pairs for container tagging.
Key identifying the persisted volume to attach to the launched container.
Agent launched successfully.