Apigee technical feature overview Stay organized with collections Save and categorize content based on your preferences.
This pageapplies toApigee andApigee hybrid.
View Apigee Edge documentation.![]()
This topic summarizes the features in Apigee, and compares the features and functionality between Apigee and Apigee hybrid.
Tip: For a comparison of the features in Apigee versus Apigee Edge, seeCompare Apigee Edge to Apigee.The following table lists the Apigee API management products that are compared in this topic:
| Product | Where hosted | Managed by |
|---|---|---|
| Apigee | Google Cloud | Apigee |
| Apigee hybrid | Both Google Cloud and the customer's private data center | Apigee manages the management plane and the customer manages the runtime plane. |
Summary of Apigee features
The following table provides a feature-level summary of Apigee (and hybrid).
| Feature | Support in Apigee and hybrid |
|---|---|
| API Proxy Revisions | Immutable when deployed |
| Apigee Adapter for Istio | Deprecated: We recommend you use Apigee Adapter for Envoy instead. |
| App organization | Organize apps using AppGroups or developer-app associations. See Organizing client app ownership. |
| Deployments |
|
| Environments |
For more information, seeAbout environments and environment groups. |
| gRPC-based proxy support | Process unary gRPC-protocol API requests to a gRPC target server. SeeCreating gRPC API proxies. |
| HTTP/1.1 header field name case | Converts HTTP/1.1 header field names to lowercase when forwarded to the backend. This behavior may affect applications that expect case to be preserved. |
| Keystores/Truststores |
|
| KVMs |
For more information on creating KVMs in the UI, seeUsing key value maps. See alsoAccessing configuration data for information on how to choose the right data persistence mechanism. |
| Monetization | Supported in Apigee and Apigee hybrid. SeeMonetization overview for features. |
| Node.js |
|
| OAuth | New RevokeOAuthv2 policy revokes by end user ID, app ID, or both. |
| Policies | SeePolicy overview. |
| Resources | Cannot use organization-level resources |
| Roles and Permissions |
For more information, see Users and roles. |
| SOAP services in the Build a proxy wizard | Not supported. See wsdl2apigee, an open source project that provides SOAP utilities for use with Apigee. |
| Trace/Debug Sessions | SeeTrace support. |
| Virtual Hosts | For hybrid:
For Apigee:
|
Trace/Debug support
The following table shows the Apigee and hybrid Trace support:
| Feature | Apigee and hybrid support |
|---|---|
| Timeliness | Slight delay; asynchronous |
| Session name/ID | Doesn't accept session name from the user |
| Filters | Support for complex filtering logic, including both AND and OR logical operations. Access to any flow variable mentioned in the flow variables reference. Syntax is the same as used with conditionals, as shown in theconditions reference. |
| Session timeout | Defines only the length of the debug session. The starting point is when the Message Processor receives the request to run in debug mode. Default value is 5 minutes if the session was initiated with the API and 10 minutes if it was initiated in the UI. Data is persisted for 24 hours before hybrid automatically deletes it. |
| Session validity | Length of time in which the session creation request is valid. If the debug session does not start within this amount of time, the Synchronizers can disregard the session creation request. Be sure to keep your Synchronizers' clocks in synch, as described inPrerequisites. |
| Trace request count | Default is 10 per Message Processor; maximum is 15. |
| APIs | Apigee exposes the Debug Session API and Debug Session Data API |
API overview
The following summarizes Apigee APIs and functionality.
| Behavior | Apigee APIs |
|---|---|
| Base domain | apigee.googleapis.com |
| Media types | application/json |
| Authentication | OAuth2 |
| Timestamps in keys | String format |
Structure ofexpand=false query parameter | { "proxies": [ { "name": "helloworld" }, { "name": "weather" } ]} |
| Query parameters prefixed by underscore | Not supported (optimal=true) |
Properties in payloads:
| Not supported |
| Default values in payloads | Not included |
| Error handling structure | { "error": { "code": 409, "message": "...", "status": "ABORTED", "details": [...] }} |
| Cache deletion response | Returns:204 No Content |
| Cache API operations | List and delete only. Short-lived L1 cache is automatically created when you deploy an API proxy. For more information, seeCache internals. |
Apigee metrics APIs
Summary of Apigee metric APIs:
| Feature | Apigee APIs |
|---|---|
| API endpoint | apigee.googleapis.com |
| Daily analytics emails | No APIs supported |
| Async Query List API | TheuserId property is omitted from the response. See Method: organizations.environments.queries.list. |
| Custom report APIs | ThecreatedBy andlastModifiedBy properties have been removed from the response. SeeReports API. |
Apigee hybrid features
The following table summaizes hybrid features:
| Service | hybrid Area |
|---|---|
| Analytics | A data collection pod in the runtime plane usesfluentd andUDCA (Universal Data Collection Agent) to gather analytics and feed the data to theUAP (Unified Analytics Platform) in the management plane. |
| API Proxy Gateway | TheMessage Processor (MP) processes incoming requests. MPs are implemented as one or more containerized apps in the runtime plane. |
| Persistence | Cassandra provides persistence for the KMS, KVM, quota, and cache features. |
| Deployment | TheSynchronizer ensures that API proxy configurations, environment information, and other data is kept up to date between the management plane and runtime plane. |
| Administrative User Interface | TheApigee UI is a containerized app hosted on the management plane. |
| Load Balancing | AnIstio Ingress controller hands requests to theRouter/Message Processor (RMP) containerized app in the runtime plane. |
| APIs | Apigee APIs are accessed through theManagement Server andMART. MART interacts with the local Cassandra datastore and serves as an API provider for the Apigee APIs to access and manage runtime data entities. |
| Metrics | Managed by a singlePrometheus server per cluster for all services. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.