Creates an app and associates it with an AppGroup. This API associates the AppGroup app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The name is the unique ID of the app that you can use in API calls.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/appgroups/*}/apps
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This API creates a new app and links it to an AppGroup, automatically generating an API key for it."],["The HTTP request for this operation uses a POST method to a specified URL with gRPC Transcoding syntax."],["The `parent` path parameter is required and follows a specific structure: `organizations/{org}/appgroups/{app_group_name}`."],["The request body requires an instance of `AppGroupApp` and upon success the same is returned."],["The authorization scope needed for this operation is `https://www.googleapis.com/auth/cloud-platform`."]]],[]]