Apigee · Arazzo Workflow
Apigee Onboard a Developer App
Version 1.0.0
Create an API product, register a developer, create their app, and read the issued API keys.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
onboard-developer-app
Provision an API product, developer, and app, then retrieve the API keys.
Creates an API product, a developer, and a developer app bound to the product, then lists the app keys to obtain the auto-generated consumer key and secret.
1
createProduct
createApiProduct
Create an API product bundling the supplied proxies for consumption with automatic key approval.
2
createDeveloper
createDeveloper
Register the developer account that will own the consuming app.
3
createApp
createDeveloperApp
Create a developer app bound to the new API product, which auto-generates a consumer key and secret.
4
getAppKeys
listDeveloperAppKeys
List the developer app keys to retrieve the issued consumer key and secret for the new app.