A project can be defined as a workspace. It's the place where users will spend most of their time creating dashboards, variables and datasources.
You need to own a project if you want to create a dashboard
Creating a project is as simple as providing its name:
kind: "Project"
metadata:
name: <string>GET /api/v1/projectsURL query parameters:
- name =
<string>: filters the list of projects based on their names (prefix).
GET /api/v1/projects/<name>POST /api/v1/projectsPUT /api/v1/projects/<name>DELETE /api/v1/projects/<name>