Create project from API

We would like to make project creation a part of our scaffolding process so it would be great if we could automate this.

I’ve been looking through the documentation but it seems like all API documentation already expects a project to exist.

Is it possible to create new projects using an API?

Hey @ramon.gebben, we do have a whole set of APIs to read/create projects, and it relies on OAuth2 authentication.

You can take a look at an example here: https://github.com/datocms/oauth-example

If you’re interested and would like to create an OAuth App yourself shoot us a mail at support@datocms.com and we can talk about it! :slight_smile:

I would be but could we discuss it in this issue(#81) of the datocms-client CLI.
In my opinion that would be the place to put this feature.