Hi, I wrote a tool for generating random NPC statblocks for 5e D&D. I would like to be able to export these into Roll20 somehow, so that going from generating a new monster on my site to rolling initiative on its token is as quick and painless as possible. A previous program I wrote generated random battle maps. I had an API script that would parse chat inputs and place tokens accordingly, so you could paste the output of my program into chat to create the map. I believe I could do something similar for this new tool, but I would rather have something usable by free users. Could anyone point me in the right direction? Thank you very much.