---
title: "Create App Route"
method: POST
path: "/ee/apps"
tags: ["Enterprise"]
---

# Create App Route

`POST /ee/apps`

Provision a **brand-new** Neon database for *request.app_name*.

The caller must be authenticated to the dedicated Morphik instance.  The
authenticated user (represented by the JWT's *user_id*) becomes the owner
of the provisioned app.

## Headers

- `authorization` string

## Request body

- CreateAppRequest
  - `app_name` string, required — Human-friendly name of the application to create
  - `region` string, nullable — Optional Neon region identifier (defaults to `aws-us-east-1`)

## Response `201`

Successful Response

- CreateAppResponse
  - `app_id` string, required
  - `app_name` string, required
  - `morphik_uri` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.dev/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morphik-org/fastapi/revisions/9ade02dd7b1d/schema)
