Create a new automation runAsk AIpost https://api.sbgenomics.com/v2/automation/runsThis call creates a new automation runRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsnamestringrequiredThe name of the automation run you are creating.packagestringThe ID of the automation code package.memory_limitint32Defaults to 500Set the memory limit for the automation run, specified in MB. The default value is 500MB while the maximum allowed is 4000MB. If omitted, the value will be inherited from the code package or the automation entity.inputsjsonAutomation inputs specified as a JSON string.HeadersX-SBG-Auth-TokenstringrequiredYour Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.Content-TypestringrequiredDefaults to application/jsonX-SBG-Advance-AccessstringrequiredDefaults to advanceResponse 200200Updated 5 months ago