Skip to main content
Article·cloud.google.com
api-gatewayenterprisegoogle-cloudllm-proxyapi-management

Apigee AI (Google Cloud)

Apigee AI is Google Cloud's API management platform enhanced with Vertex AI and Gemini integration. Build secure, AI-powered APIs with LLM traffic management, semantic caching, safety policies, and analytics using Google's API gateway.

intermediate60 min5 steps
The play
  1. Enable Apigee API
    In the Google Cloud Console, navigate to the API Library and enable the Apigee API.
  2. Provision Apigee Instance
    Use the Apigee provisioning wizard in the Google Cloud Console to create an Apigee instance in your desired region.
  3. Configure an API Proxy
    Create a new API proxy within the Apigee UI. Configure the target endpoint to point to your desired backend service.
  4. Add LLM Policy
    Attach an LLM policy to your API proxy flow. Configure the policy to route requests to Vertex AI or Gemini for processing.
  5. Deploy and Test
    Deploy the API proxy to an Apigee environment and test the AI-powered API endpoint.
Starter code
gcloud services enable apigee.googleapis.com
Source
Apigee AI (Google Cloud) — Action Pack