Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Create Project and Poll Operation
Version 1.0.0
Create a project, poll the long-running operation until done, then read back the project.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform-as-a-ServiceArazzoWorkflows
Provider
Workflows
create-project-and-poll
Create a Google Cloud project and wait for the operation to complete.
Submits a project creation request, polls the returned operation until it is done, then retrieves the new project by its project id.
1
createProject
Submit the project creation request. Returns a long-running Operation with a server-assigned name used to poll for completion.
2
pollOperation
Poll the long-running operation by name until the done flag is true. Branches back to itself while the operation is still in progress.
3
getProject
Fetch the newly created project by its project id to confirm its final state and metadata.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.