Enterprise

Create App Route

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.

post/ee/apps

Headers

authorizationstring

Request body

app_namestring required

Human-friendly name of the application to create

regionstring nullable

Optional Neon region identifier (defaults to aws-us-east-1)

Response

Successful Response

app_idstring required
app_namestring required
morphik_uristring required
statusstring required

Changes