Home
Apigee
Apigee Api Product Structure
Apigee Api Product Structure
An API product bundles API resources (proxies) for consumption by developers. Products define access control, quotas, and which API proxies and resources are available.
Type: object
Properties: 14
Required: 1
Advanced API Security Agentic AI Analytics API Gateway API Governance API Hub API Management Developer Portal Enterprise Generative AI Hybrid Integration Microservices MCP Monetization
Apigee API Product is a JSON Structure definition published by Apigee, describing 14 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
name
displayName
description
approvalType
attributes
environments
proxies
scopes
quota
quotaInterval
quotaTimeUnit
operationGroup
createdAt
lastModifiedAt
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://github.com/apigee/apigee-api-product-structure.json",
"description": "An API product bundles API resources (proxies) for consumption by developers. Products define access control, quotas, and which API proxies and resources are available.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Internal name of the API product. Must be unique within the organization."
},
"displayName": {
"type": "string",
"description": "Name displayed in the developer portal."
},
"description": {
"type": "string",
"description": "Description of the API product."
},
"approvalType": {
"type": "string",
"description": "How API keys are approved for the product.",
"enum": [
"manual",
"auto"
]
},
"attributes": {
"type": "array",
"description": "Custom attributes for the API product (maximum 18).",
"maxItems": 18,
"items": {
"$ref": "#/$defs/Attribute"
}
},
"environments": {
"type": "array",
"description": "Environments where this product is available.",
"items": {
"type": "string"
}
},
"proxies": {
"type": "array",
"description": "API proxies included in this product.",
"items": {
"type": "string"
}
},
"scopes": {
"type": "array",
"description": "OAuth scopes associated with the product.",
"items": {
"type": "string"
}
},
"quota": {
"type": "string",
"description": "Number of requests permitted per quota interval."
},
"quotaInterval": {
"type": "string",
"description": "Time interval over which the quota is applied."
},
"quotaTimeUnit": {
"type": "string",
"description": "Time unit for the quota interval.",
"enum": [
"minute",
"hour",
"day",
"month"
]
},
"operationGroup": {
"$ref": "#/$defs/OperationGroup"
},
"createdAt": {
"type": "string",
"description": "Output only. Unix time when the product was created.",
"readOnly": true
},
"lastModifiedAt": {
"type": "string",
"description": "Output only. Unix time when the product was last modified.",
"readOnly": true
}
},
"required": [
"name"
],
"$defs": {
"Attribute": {
"type": "object",
"description": "A key-value pair used for custom attributes.",
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
]
},
"OperationGroup": {
"type": "object",
"description": "Groups operations for access control on an API product.",
"properties": {
"operationConfigs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"apiSource": {
"type": "string"
},
"operations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"resource": {
"type": "string"
},
"methods": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"quota": {
"type": "object",
"properties": {
"limit": {
"type": "string"
},
"interval": {
"type": "string"
},
"timeUnit": {
"type": "string"
}
}
}
}
}
},
"operationConfigType": {
"type": "string"
}
}
}
},
"name": "Apigee API Product"
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/apigee-api-product-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.