---
title: "Create"
method: POST
path: "/config_types"
tags: ["Config Types"]
---

# Create

`POST /config_types`

Create a new config type.

## Request body

- CreateConfigTypeRequest
  - `name` string, required — The name of the config type.
  - `slug` string, required — An immutable, code-friendly name for the config type.

## Response `200`

Successfully created the config type.

- ConfigType
  - `object` 'config_type', required — The object type, which is always `config_type`.
  - `id` string, required — ID of the config type.
  - `name` string, required — Name of the config type.
  - `slug` string, required — An immutable, code-friendly name for the config type.
  - `created_at` string, date-time, required — Timestamp of when the config type was created.
  - `updated_at` string, date-time, required — Timestamp of when the config type was last updated.

---

[API](https://skmtc.dev/mirurobotics/apis/miru-platform-api.md) · [All operations](https://skmtc.dev/mirurobotics/apis/miru-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mirurobotics/miru-platform-api/revisions/3ca381fa7ccd/schema)
