Google Cloud API Gateway · Capability
Google Cloud API Gateway API
The API Gateway API enables creation and management of API gateways, API configurations, and APIs. It provides secure access to serverless backend services through well-defined REST APIs described using OpenAPI specifications.
What You Can Do
GET
Listgateways
— Google Cloud API Gateway List gateways
/v1/projects/{project}/locations/{location}/gateways
POST
Creategateway
— Google Cloud API Gateway Create a gateway
/v1/projects/{project}/locations/{location}/gateways
GET
Getgateway
— Google Cloud API Gateway Get a gateway
/v1/projects/{project}/locations/{location}/gateways/{gateway}
PATCH
Updategateway
— Google Cloud API Gateway Update a gateway
/v1/projects/{project}/locations/{location}/gateways/{gateway}
DELETE
Deletegateway
— Google Cloud API Gateway Delete a gateway
/v1/projects/{project}/locations/{location}/gateways/{gateway}
GET
Listapis
— Google Cloud API Gateway List APIs
/v1/projects/{project}/locations/global/apis
POST
Createapi
— Google Cloud API Gateway Create an API
/v1/projects/{project}/locations/global/apis
GET
Getapi
— Google Cloud API Gateway Get an API
/v1/projects/{project}/locations/global/apis/{api}
DELETE
Deleteapi
— Google Cloud API Gateway Delete an API
/v1/projects/{project}/locations/global/apis/{api}
GET
Listapiconfigs
— Google Cloud API Gateway List API configurations
/v1/projects/{project}/locations/global/apis/{api}/configs
POST
Createapiconfig
— Google Cloud API Gateway Create an API configuration
/v1/projects/{project}/locations/global/apis/{api}/configs
MCP Tools
listgateways
Google Cloud API Gateway List gateways
read-only
idempotent
creategateway
Google Cloud API Gateway Create a gateway
getgateway
Google Cloud API Gateway Get a gateway
read-only
idempotent
updategateway
Google Cloud API Gateway Update a gateway
deletegateway
Google Cloud API Gateway Delete a gateway
idempotent
listapis
Google Cloud API Gateway List APIs
read-only
idempotent
createapi
Google Cloud API Gateway Create an API
getapi
Google Cloud API Gateway Get an API
read-only
idempotent
deleteapi
Google Cloud API Gateway Delete an API
idempotent
listapiconfigs
Google Cloud API Gateway List API configurations
read-only
idempotent
createapiconfig
Google Cloud API Gateway Create an API configuration