Manage Projects with the Public API

Here are some examples to help you get started managing your projects using the Public API.

Fetch all your projects

The query below will fetch all your personal projects along with all the services, plugins and environment for them.

Delete a project

The mutation below will delete the project with the specified id.


Edit this file on GitHub