Adding a RESTful API to project-builder.org and make it the standard internal communication way Move the pb command to use REST calls to a pb-server module providing answers. Will allow a new architecture having the server in a central place it self communicating with the various build environments through REST APIs (libvirt, docker) instead of using CLI when possible. Need to look at the OpenAPI Specification at https://github.com/OAI/OpenAPI-Specification