Prisma · Arazzo Workflow
Prisma Postgres Add a Database to a Project
Version 1.0.0
Confirm a project exists, provision an additional Postgres database in it, and mint a connection string.
Provider
Workflows
add-database-to-project
Provision an additional Postgres database within an existing project and mint a connection string.
Reads the target project, creates a new database in the requested region, and mints a connection string for the new database.
1
getProject
Read the project to confirm it exists before provisioning an additional database against it.
2
createDatabase
Provision a new Prisma Postgres database in the requested region within the confirmed project.
3
createConnection
Mint a Prisma connection string for the new database so applications can connect to it.
Source API Descriptions
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.