---
title: "Create a new serverless cloud gateway"
method: POST
path: "/v0/serverless-cloud-gateways"
tags: ["Serverless Cloud Gateways"]
---

# Create a new serverless cloud gateway

`POST /v0/serverless-cloud-gateways`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Create a new serverless cloud gateway

## Request body

- CreateServerlessCloudGatewayRequest — Schema to create a serverless cloud gateway.
  - `control_plane` ServerlessControlPlane, required
    - `id` string, uuid, required — ID of the serverless cloud gateway CP.
    - `prefix` string, required — The prefix of the serverless cloud gateway CP.
    - `region` 'us' | 'eu' | 'au', required — The control plane region.
  - `cluster_cert` string, required — The cluster certificate (public key).
  - `cluster_cert_key` string, required — The cluster certificate key (private key).
  - `labels` SCGWLabels — Labels to facilitate tagged search on serverless cloud gateways. Keys must be of length 1-63 characters, and cannot start with 'kong', 'konnect', 'mesh', 'kic', or '_'.

## Response `201`

A response to creating a serverless cloud gateway.

- ServerlessCloudGateway — A serverless cloud gateway
  - `control_plane` ServerlessControlPlane, required
    - `id` string, uuid, required — ID of the serverless cloud gateway CP.
    - `prefix` string, required — The prefix of the serverless cloud gateway CP.
    - `region` 'us' | 'eu' | 'au', required — The control plane region.
  - `gateway_endpoint` string, hostname, required — Endpoint for the serverless cloud gateway.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `labels` SCGWLabels — Labels to facilitate tagged search on serverless cloud gateways. Keys must be of length 1-63 characters, and cannot start with 'kong', 'konnect', 'mesh', 'kic', or '_'.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

> 52 revisions in range; 2 could not be searched.

- **2025-10-29** `19e869275e28` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `96118a9cd7f4` — 9 breaking
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …5 more
- **2025-02-10** `d833d4dbb1fa` — 1 warning
  - added the new `missing_reference` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- …earlier changes not shown

[Full history](https://skmtc.dev/kong/apis/konnect-api/changes/v0/serverless-cloud-gateways/post.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/72502a676a92/schema)
