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-09-04 UTC."],[[["\u003cp\u003eThis API creates a new app and links it to an AppGroup, automatically generating an API key for it.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for this operation uses a POST method to a specified URL with gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required and follows a specific structure: \u003ccode\u003eorganizations/{org}/appgroups/{app_group_name}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires an instance of \u003ccode\u003eAppGroupApp\u003c/code\u003e and upon success the same is returned.\u003c/p\u003e\n"],["\u003cp\u003eThe authorization scope needed for this operation is \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.appgroups.apps.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates 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.\n\n### HTTP request\n\n`POST https://apigee.googleapis.com/v1/{parent=organizations/*/appgroups/*}/apps`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [AppGroupApp](/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups.apps#AppGroupApp).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [AppGroupApp](/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups.apps#AppGroupApp).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]