Method: projects.create

Creates a Project resource.

Initially, the Project resource is owned by its creator exclusively. The creator can later grant permission to others to read or update the Project.

Several APIs are activated automatically for the Project, including Google Cloud Storage. The parent is identified by a specified ResourceId, which must include both an ID and a type, such as project, folder, or organization.

This method does not associate the new project with a billing account. You can set or update the billing account associated with a project using the projects.updateBillingInfo method.

HTTP request

POST https://cloudresourcemanager.googleapis.com/v1beta1/projects

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
useLegacyStack

boolean

A now unused experiment opt-out option.

Request body

The request body contains an instance of Project.

Response body

If successful, the response body contains a newly created instance of Project.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloudplatformprojects

For more information, see the Authentication Overview.