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:



Google Cloud displays a list of APIs matching "Apigee"

Google Cloud enables the Apigee API for your Google Cloud project.
The APIs you just added are displayed in the list of enabled APIs:
To enable the APIs using the CLI, perform the following steps:
gcloud installed in your local shell by running the following
command. The gcloud tool provides the primary command-line interface for Cloud.
gcloud -h
If you do not have gcloud installed,
install the Cloud SDK.
PROJECT_ID variable defined with the ID of the project you created in
Step 2: Create a Google Cloud project:
echo $PROJECT_ID
If it is not, define the PROJECT_ID environment variable with the following
command:
export PROJECT_ID=your_project_id

If you will be running your clusters in Google Cloud (GKE), enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
apigeeconnect.googleapis.com \
cloudresourcemanager.googleapis.com \
compute.googleapis.com \
container.googleapis.com \
pubsub.googleapis.com --project $PROJECT_ID
If you will be running your clusters in GKE on-prem (Anthos), enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
apigeeconnect.googleapis.com \
cloudresourcemanager.googleapis.com \
pubsub.googleapis.com --project $PROJECT_ID
If you will be running Apigee hybrid in Anthos clusters bare metal, enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
apigeeconnect.googleapis.com \
cloudresourcemanager.googleapis.com \
pubsub.googleapis.com --project $PROJECT_ID
If you will be running your clusters in Azure Kubernetes Service (AKS), enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
apigeeconnect.googleapis.com \
cloudresourcemanager.googleapis.com \
pubsub.googleapis.com --project $PROJECT_ID
If you will be running your clusters in GKE on AWS, enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
apigeeconnect.googleapis.com \
cloudresourcemanager.googleapis.com \
pubsub.googleapis.com --project $PROJECT_ID
If you will be running your clusters in Amazon EKS, enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
apigeeconnect.googleapis.com \
cloudresourcemanager.googleapis.com \
pubsub.googleapis.com --project $PROJECT_ID
If you will be running Apigee hybrid in a conformant Kubernetes cluster on OpenShift, enable the APIs with the following command:
gcloud services enable \
apigee.googleapis.com \
apigeeconnect.googleapis.com \
cloudresourcemanager.googleapis.com \
pubsub.googleapis.com --project $PROJECT_ID
gcloud services list
The following is returned:
NAME TITLE apigee.googleapis.com Apigee API apigeeconnect.googleapis.com Apigee Connect API bigquery.googleapis.com BigQuery API bigquery.googleapis.com BigQuery API bigquerystorage.googleapis.com BigQuery Storage API cloudapis.googleapis.com Google Cloud APIs clouddebugger.googleapis.com Cloud Debugger API cloudresourcemanager.googleapis.com Cloud Resource Manager API cloudtrace.googleapis.com Cloud Trace API compute.googleapis.com Compute Engine API container.googleapis.com Kubernetes Engine API containeranalysis.googleapis.com Container Analysis API containerregistry.googleapis.com Container Registry API datastore.googleapis.com Cloud Datastore API iam.googleapis.com Identity and Access Management (IAM) API iamcredentials.googleapis.com IAM Service Account Credentials API logging.googleapis.com Cloud Logging API monitoring.googleapis.com Cloud Monitoring API oslogin.googleapis.com Cloud OS Login API pubsub.googleapis.com Cloud Pub/Sub API servicemanagement.googleapis.com Service Management API serviceusage.googleapis.com Service Usage API sql-component.googleapis.com Cloud SQL storage-api.googleapis.com Google Cloud Storage JSON API storage-component.googleapis.com Cloud Storage
For more information about enabling APIs in the Google Cloud console, see Enabling an API in your Google Cloud 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.