Create a site through an API?

Hi!

I am currently working with other CMSs, and starting to investigate about GRAV.
The one most important thing for me at the moment is the possibility to create sites (very generic ones), through a REST API.
Is this currently possible in a native manner with GRAV, or has someone implemented something like this ?

Thank you very much for your help!
Regards,
Leandro

Have a look at the API plugin. If you dive into the code you’ll see there is more implemented than the README discloses.

The API plugin is more a proof of concept, there are very few features in it right now, but you can grab that and add your own functionality on top.

Thank you very much for you quick answsers.
I will probably work on top of that plugin, and will share it with the community if I add functionalities.
Regards,

@leac87 I can help with testing! (yes, I need this functionality too).