How to do a "headless agent" ?

Hello, I have created an agent and now want to use it “headless” meaning prgramatically. meaning API / Websockets, I am not very technical, what’s the gentlear/fastest/simplest way just to substitute customer entry fields to URLs to write data to? Any resources such as videos to watch?

new

This is the easiest way to run MS via API: NPM Package | MindStudio Docs.

Basically, setup a MS workflow to accept launch variables (inputs in the Start Block) - Start Block | MindStudio Docs. Then call the MS agent + workflow via API, passing along the specific inputs such as URL, etc.