Supported versions:
Unsupported versions:
To use Apigee hybrid, you must enable the following APIs for the project in the Google Cloud console:
You can use the CLI or the Google Cloud console UI to enable the APIs.
To enable the APIs using the UI, perform the following steps:
The API Library view displays:

GCP displays a list of APIs matching "Apigee"

GCP enables the Apigee API for your GCP project.
GCP enables the Cloud Resource Manager API for your GCP project.
Google Cloud enables the Compute Engine API for your project.
Your list of enabled APIs should include the APIs you just added, as the following example shows:

Google Cloud enables the Kubernetes Engine API for your project.
To enable the APIs using the CLI, perform the following steps:
PROJECT_ID environment variable from Step 2: Create a Google Cloud project with the
following command:
export PROJECT_ID=your_project_id

If you will be running your clusters in Google Cloud (GKE) as opposed to GKE on-prem (Anthos) or AKS, enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
cloudresourcemanager.googleapis.com \
compute.googleapis.com \
container.googleapis.com --project $PROJECT_ID
For GKE on-prem (Anthos) or AKS installations, enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
cloudresourcemanager.googleapis.com --project $PROJECT_ID
gcloud services list
For more information about enabling APIs in Google Cloud console, see Enabling an API in your GCP project in the Cloud documentation.
1 2 3 (NEXT) Step 4: Create an organization 5Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-09 UTC.