---
title: "Create an AI Gateway Config Store"
method: POST
path: "/v1/ai-gateways/{gatewayId}/config-stores"
tags: ["AI Gateway Config Stores"]
---

# Create an AI Gateway Config Store

`POST /v1/ai-gateways/{gatewayId}/config-stores`

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

Creates a new Config Store for the AI Gateway.

## Request body

- CreateAIGatewayConfigStoreRequest — **Pre-release Feature** This feature is currently in beta and is subject to change.
  - `display_name` string — The display name of the Config Store.
  - `name` string, required — The name of the Config Store. This value is immutable after creation.

## Response `201`

AI Gateway Config Store created successfully.

- AIGatewayConfigStore — **Pre-release Feature** This feature is currently in beta and is subject to change.
  - `display_name` string — The display name of the Config Store.
  - `name` string, required — The name of the Config Store. This value is immutable after creation.
  - `id` string, uuid, required — Contains a unique identifier used for this resource.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/f920f418f552/schema)
