Apigee · Arazzo Workflow
Apigee Publish an API Proxy as a Product
Version 1.0.0
Import a proxy, deploy its revision, then bundle it into an API product ready for consumption.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetizationArazzoWorkflows
Provider
Workflows
publish-api-product
Import and deploy a proxy, then expose it through an API product.
Imports a proxy bundle, deploys revision 1 to an environment, creates an API product bundling the proxy, and reads the product to confirm it is ready for developer consumption.
1
importProxy
createApiProxy
Import the proxy bundle, creating the first revision of a new API proxy.
2
deployRevision
deployApiProxyRevision
Deploy the imported revision to the environment so it is reachable before the product is published.
3
createProduct
createApiProduct
Create an API product bundling the deployed proxy and making it available in the target environment.
4
confirmProduct
getApiProduct
Read the product back to confirm its proxies and environments are bound correctly.