Application Provisioning
Morphik allows you to create dedicated, isolated environments for different projects or tenants. Each “app” consists of its own Postgres database and separate storage, ensuring data segregation and independent resource management.Create a New Application
You can provision a new application environment using the following endpoint. This is an enterprise feature and requires appropriate authentication and plan eligibility.This endpoint is available for users on the Teams or Enterprise plans. Teams plan users are subject to an application limit.
/ee/apps
This endpoint provisions a brand-new Postgres database and separate storage, configuring it as a Morphik application. The authenticated user making the request becomes the owner of the provisioned app.
Authentication
Requires a valid JWT Bearer token in theAuthorization
header. You can use a token obtained by authenticating against any Morphik API URI.