---
title: "Create App"
method: POST
path: "/apps"
tags: ["Apps"]
---

# Create App

`POST /apps`

Create an app with the specified details in the request body.

## Request body

- CreateAppRequest
  - `enable_subdomains` boolean
  - `name` string
  - `network` string
  - `org_slug` string

## Response `201`

Created

## Other responses

- `400` — Bad Request

---

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