gcp_create_project
Create a new GCP project with a unique ID and display name. Returns a long-running operation name to poll for completion.
Instructions
Create a new GCP project. Returns a long-running operation name. Use gcp_get_operation to poll for completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Optional key-value labels to attach to the project. | |
| parentId | No | Optional folder or organization ID to nest the project under (e.g. 'folders/123456'). | |
| projectId | Yes | Unique project ID (6-30 chars, lowercase letters, digits, hyphens). | |
| displayName | Yes | Human-readable name for the project. |