Apigee · Arazzo Workflow
Apigee Rotate a Developer App Key
Version 1.0.0
Issue a fresh consumer key for an app, grant it product access, then revoke the old key.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetizationArazzoWorkflows
Provider
Workflows
rotate-app-key
Create a replacement app key bound to a product, then revoke the prior key.
Reads a developer app, creates a new consumer key, associates an API product with the new key, and deletes the previous key to complete the rotation.
1
getApp
getDeveloperApp
Read the developer app to confirm it exists and capture its product associations before rotating credentials.
2
createKey
createDeveloperAppKey
Create the replacement consumer key and secret for the app.
3
grantProduct
updateDeveloperAppKey
Associate the API product with the newly created key so it can access the product's resources immediately.
4
revokeOldKey
deleteDeveloperAppKey
Delete the previous consumer key now that the replacement is active and bound to the product.