Apigee · Arazzo Workflow
Apigee Provision an Environment
Version 1.0.0
Create an environment, poll until it is active, then add a target server and a key value map.
View Spec
View on GitHub
ApigeeAdvanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetizationArazzoWorkflows
Provider
Workflows
provision-environment
Create an environment, wait until active, and seed it with a target server and KVM.
Creates a runtime environment, polls getEnvironment until the state is ACTIVE, then creates a backend target server and an encrypted key value map in the new environment.
1
createEnvironment
Create the runtime environment, which returns a long-running operation while the environment is provisioned.
2
pollEnvironment
Poll the environment until its state reports ACTIVE so configuration can be applied safely.
3
createTargetServer
Create a backend target server so proxies in this environment can route to the backend by reference instead of a hard-coded URL.
4
createKvm
Create an encrypted key value map in the environment for storing runtime data accessed by policies.
Source API Descriptions
openapi
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.