---
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

## Changes

- **2025-04-30** `96130e8314f3` — 3 breaking, 2 warning, 5 info
  - added the new required request property `description`
  - added the new required request property `name`
  - removed the success response with the status `202`
  - removed the request property `metadata`
  - …6 more
- **2025-01-29** `8b8dde19dac7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epilot/apis/app-api/changes/v1/app-configurations/post.md)

---

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