---
title: "Create a new app"
method: POST
path: "/apps"
---

# Create a new app

`POST /apps`

## Request body

- object
  - `name` string
  - `displayName` string
  - `manuallyProvisionDeployments` boolean

## Response `201`

Created app

- object
  - `app` App
    - `id` string
    - `name` string
    - `displayName` string
    - `createdTime` integer
    - `tenantId` string

---

[API](https://skmtc.dev/dream-horizon-org/apis/dota-api.md) · [All operations](https://skmtc.dev/dream-horizon-org/apis/dota-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dream-horizon-org/dota-api/revisions/b8f48e5c111b/schema)
