---
title: "Changes to Create an AI Gateway"
method: POST
path: "/v1/ai-gateways"
---

# Changes to Create an AI Gateway

`POST /v1/ai-gateways`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 75 revisions.

- **2026-08-24** `46dabd88efd3` — 2 info
- **2026-08-07** `0261aef4b1e2` — 4 breaking, 2 warning, 2 info
- **2026-07-22** `231c616fc23b` — 1 warning, 1 info
- **2026-07-16** `a2e95e9f6c80` — 1 info

## Changes

- **2026-08-24** `46dabd88efd3` — 2 info
  - added the new optional request property `deployment_type`
  - added the required property `deployment_type` to the response with the `201` status
- **2026-08-07** `0261aef4b1e2` — 4 breaking, 2 warning, 2 info
  - the `name` request property's minLength was increased from `0` to `1`
  - added the pattern `^[0-9a-z-]+$` to the request property `name`
  - the `name` request property type/format changed from ``/`` to `string`/``
  - the `name` response's property type/format changed from ``/`` to `string`/`` for status `201`
  - removed `#/components/schemas/AIGatewayEntityIdentifier` from the `name` request property `allOf` list
  - the `name` request property's maxLength was set to `256`
  - removed `#/components/schemas/AIGatewayEntityIdentifier` from the `name` response property `allOf` list for the response status `201`
  - the `name` response's property pattern `^[0-9a-z-]+$` was added for the status `201`
- **2026-07-22** `231c616fc23b` — 1 warning, 1 info
  - removed the optional property `config_hash` from the response with the `201` status
  - added the optional property `config_version` to the response with the `201` status
- **2026-07-16** `a2e95e9f6c80` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api-go-sdk/docs/v1/ai-gateways/post.md) · [API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [Page](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v1/ai-gateways/post)
