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.updateBillingInfomethod.
HTTP request
POST https://cloudresourcemanager.googleapis.com/v1beta1/projects
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-11 UTC."],[],[],null,["# Method: projects.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a Project resource.\n\nInitially, the Project resource is owned by its creator exclusively. The creator can later grant permission to others to read or update the Project.\n\nSeveral APIs are activated automatically for the Project, including Google Cloud Storage. The parent is identified by a specified [ResourceId](/resource-manager/reference/rest/v1beta1/projects#ResourceId), which must include both an ID and a type, such as project, folder, or organization.\n\nThis 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`](/billing/reference/rest/v1/projects/updateBillingInfo) method.\n\n### HTTP request\n\n`POST https://cloudresourcemanager.googleapis.com/v1beta1/projects`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Project](/resource-manager/reference/rest/v1beta1/projects#Project).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Project](/resource-manager/reference/rest/v1beta1/projects#Project).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloudplatformprojects`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]