Apigee · Arazzo Workflow
Apigee Grant an App Access to a New Product
Version 1.0.0
Create a new API product, confirm the target app and its key, then bind the product to the key.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
grant-app-product-access
Create a product and bind it to an existing developer app key.
Creates an API product, reads the developer app to obtain its consumer key, and associates the new product with that key.
1
createProduct
createApiProduct
Create the new API product that the app will be granted access to.
2
getApp
getDeveloperApp
Read the developer app to confirm it exists and capture its app id before modifying the key.
3
bindProduct
updateDeveloperAppKey
Associate the new product with the app's consumer key, enabling access to the product's API resources.