Create GCP project
gcp_create_projectCreate a new GCP project under an organization or folder using your credentials. Use it when you need to provision a fresh project and require resourcemanager.projects.create permission.
Instructions
Creates a new GCP project. The caller's credentials need resourcemanager.projects.create permission (typically requires org/folder-level access, not just a service account scoped to one existing project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | No | Organization or folder id, required if parentType is set | |
| parentType | No | ||
| displayName | No | ||
| newProjectId | Yes | Globally-unique project id, 6-30 chars, lowercase letters/digits/hyphens |