---
title: "createConfiguration"
method: POST
path: "/v1/app-configurations"
tags: ["App Configuration"]
---

# createConfiguration

`POST /v1/app-configurations`

Create a new private app configuration. To make it public a verification process needs to be triggered

## Request body

- object
  - `name` string, required — Name of the app
  - `description` TranslatedString, required
    - `en` string, nullable — English translation
    - `de` string, required — German translation
  - `category` string
  - `logo_url_key` string — S3 key of the logo file

## Response `201`

App configuration created successfully

- object
  - `app_id` string, required

---

[API](https://skmtc.net/epilot/apis/app-api.md) · [All operations](https://skmtc.net/epilot/apis/app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/app-api/versions/03b93188c6d4/schema)
