/agents/launchAsk AIpost https://api.phantombuster.com/api/v2/agents/launchAdds an agent to the launch queue.Body ParamsidstringrequiredId of the agent to launch.argumentstringobjectAgent argument. Can either be a JSON string or a plain object. The argument can be retrieved with buster.argument in the agent’s script.argumentsstringobjectAgent argument. Can either be a JSON string or a plain object. The argument can be retrieved with buster.argument in the agent’s script.bonusArgumentstringobjectAgent 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.saveArgumentbooleanIf true, argument will be saved as the default launch options for the agent.truefalsesaveArgumentsbooleanIf true, argument will be saved as the default launch options for the agent.truefalsemanualLaunchbooleanIf set, the agent will be considered as "launched manually".truefalsemaxInstanceCountnumber≥ 1If set, the agent will only be launched if the number of already running instances is below the specified number.internalMetadataobject | nullPhantomBuster-managed key-value pairs for internal container tagging.internalMetadata object | nulluserCustomMetadataobject | nullUser-defined key-value pairs for container tagging.userCustomMetadata object | nullHeadersX-Phantombuster-OrgstringID of the org that is perfoming the operation (not necessary when using a third party key)Responses 200Agent launched successfully. 400A provided parameter is duplicated or the launch argument is too big.Updated over 2 years ago