The Aaron said: You're list is not wrong. I've discussed page creation/delete support and will likely work on that at some point. Ditto journal folders and filing handouts/characters in those folders. I can't think of a way for API scripts to be allowed to upload images safely, but the Experimental branch does have a lot of facility for copying images that are already in the game. Depending on what your workflow is like, I can think of some ways to minimize the work someone would have creating a module from some preloaded structured data (for example, the user could be instructed to create pages and the API script could detect the new page and configure it with the content intended). Automation in your browser wouldn't be supported by the forum, but there are plenty of people that have solved problems by creating a browser to work with the client interface. YMMV. Awesome thank you very much for the feedback and perspective. For full context my project is an AI assisted adventure generator which full adventure data in json (scenes/maps, npcs/monsters, notes, eventually ambience music). I use S3 to persist the images/audio. The game system for these adventures would be fairly fluid and grow over time putting pressure on the npc importing being updated. Ideally, I would like to provide an experience similar to FoundryVTT where our importer can just have the json data pasted and the adventure gets entirely setup in your VTT program of choice. For Roll20: Browser Extension: - Create Pages with specific names - Upload Images and somehow get the Roll20 url (eventually audio too) Then Roll20 Script: - Configure pages with the image urls - Import NPCs with the image urls - Import notes (currently no images, but possibly same image needs) Since the support doesn't seem present for folders easily will likely need to abandon it temporarily unless I can find a clean and easy browser approach. I do have concerns with importing npcs being unavailable for the 2024 D&D monster template, but presumably I could also implement our own custom sheet to support user expectations if necessary. Please let me know if you see any gaps in my thought process additionally, If there is a way for me to toss my voice behind getting folders and/or plages supported for scripts/mods please let me know and I will happily contribute to the best of my abilitly