YugabyteDB · Arazzo Workflow
YugabyteDB Aeon Provision Cluster
Version 1.0.0
Create a cluster, poll until it becomes ACTIVE, then read its connection endpoints.
View Spec
View on GitHub
Cloud DatabaseDatabaseDatabase-as-a-ServiceDistributed SQLPostgreSQLArazzoWorkflows
Provider
Workflows
provision-cluster
Provision a YugabyteDB Aeon cluster and wait for it to come online.
Creates a cluster within the supplied account and project, waits for the asynchronous provisioning to complete by polling the cluster state, and returns the cluster identifier and its connection endpoints once ACTIVE.
1
createCluster
Submit the cluster specification to create a new managed cluster within the account and project. Creation is asynchronous; the cluster starts in the CREATING state.
2
pollClusterState
Poll the cluster until provisioning settles into the ACTIVE state. The cluster transitions through CREATING before reaching ACTIVE.
3
readEndpoints
Read the active cluster to obtain the connection endpoints clients use to reach the database, including host and accessibility type per region.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.