Create Gateway
Creates a new AI gateway. The gateway receives a unique domain upon creation.
POST
/gateway/Query parameters
project_idQueryintegerrequiredProject ID
locationQuerystringrequiredLocation
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
Request body
application/json
Name of the gateway. Must be unique within the project.
example
my-ai-gatewayOptional description for the gateway.
example
Production gateway for LLM routingOptional environment tag.
example
productionResponses
201Gateway created successfully. Use the Get Gateway Details endpoint to fetch `domain`, `status`, and `rules`.
example
201example
Created Successfully