Apigee · Schema
AppGroup
A group of developers and their applications.
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Output only. Resource name of the app group. |
| appGroupId | string | Output only. Internal ID of the app group. |
| displayName | string | Display name of the app group. |
| channelUri | string | URI of the communication channel for the group. |
| channelId | string | Channel ID for the group. |
| status | string | Status of the app group. |
| attributes | array | Custom attributes for the app group. |
| createdAt | string | Output only. Time the app group was created. |
| lastModifiedAt | string | Output only. Time the app group was last modified. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AppGroup",
"title": "AppGroup",
"type": "object",
"description": "A group of developers and their applications.",
"properties": {
"name": {
"type": "string",
"description": "Output only. Resource name of the app group.",
"readOnly": true
},
"appGroupId": {
"type": "string",
"description": "Output only. Internal ID of the app group.",
"readOnly": true
},
"displayName": {
"type": "string",
"description": "Display name of the app group."
},
"channelUri": {
"type": "string",
"description": "URI of the communication channel for the group."
},
"channelId": {
"type": "string",
"description": "Channel ID for the group."
},
"status": {
"type": "string",
"description": "Status of the app group."
},
"attributes": {
"type": "array",
"description": "Custom attributes for the app group.",
"items": {
"$ref": "#/components/schemas/Attribute"
}
},
"createdAt": {
"type": "string",
"format": "int64",
"description": "Output only. Time the app group was created.",
"readOnly": true
},
"lastModifiedAt": {
"type": "string",
"format": "int64",
"description": "Output only. Time the app group was last modified.",
"readOnly": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apigee-appgroup"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.