# Create App (/apps/Apps_create)

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


`POST /apps`

## Request Body

Type: `CreateAppRequest`

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `enable_subdomains` | `boolean` | No |  |
| `name` | `string` | No |  |
| `network` | `string` | No |  |
| `org_slug` | `string` | No |  |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `201` | Created |  |
| `400` | Bad Request | `ErrorResponse` |

The full machine-readable OpenAPI spec is available at /openapi.json.