Create project
Creates a new project in the organization. Supply name, abbreviation, description, source control type (Git or Tfvc), and visibility (private or public). The project is created asynchronously; poll or refresh to see it in the list. Requires appropriate organization permissions.
INSERT INTO Projects (Name, Abbreviation, Description, SourceControlType, Visibility)
VALUES
('My New Project', 'MNP',
'The system we use for implementing point-of-service walk-in payment systems.',
'Git', 'private')