Method: projects.create Stay organized with collections Save and categorize content based on your preferences.
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 specifiedResourceId, 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 theprojects.updateBillingInfo method.
HTTP request
POST https://cloudresourcemanager.googleapis.com/v1beta1/projects
The URL usesgRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
useLegacyStack |
A now unused experiment opt-out option. |
Request body
The request body contains an instance ofProject.
Response body
If successful, the response body contains a newly created instance ofProject.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloudplatformprojects
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-11 UTC.