Prisma · Arazzo Workflow
Prisma Postgres Provision a Project
Version 1.0.0
Create a project with a managed Postgres database, take a first backup, and mint a connection string.
Provider
Workflows
provision-postgres-project
Provision a project with a Postgres database, back it up, and create a connection string.
Resolves a workspace, creates a project that auto-provisions a Postgres database in the requested region, kicks off a first manual backup, and mints a connection string the application can use immediately.
1
resolveWorkspace
List the workspaces available to the token so the first one can be used as a fallback when no workspaceId input is supplied.
2
createProject
Create the project in the target workspace. A Prisma Postgres database is automatically provisioned in the requested region and returned in the response.
3
backupDatabase
Kick off a first manual backup of the freshly provisioned database. The backup runs asynchronously and is accepted with a 202 status.
4
createConnection
Mint a new Prisma connection string for the database so the application can connect immediately.
Source API Descriptions
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.