prisma-postgres-setup

Provision a Prisma Postgres database via the Management API and connect it locally.

51|4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/prisma/skills --skill prisma-postgres-setup-prisma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-postgres-setup
Source: https://github.com/prisma/skills/tree/main/prisma-postgres-setup
Command: npx skills add https://github.com/prisma/skills --skill prisma-postgres-setup-prisma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides you through provisioning a new Prisma Postgres database via the Management API and connecting it to a local project, automating token-based authentication, region selection, project creation, database provisioning, and local configuration.

Core Features & Use Cases

  • End-to-end provisioning of a Prisma Postgres database using the Management API, yielding a direct connection string for local development.
  • Interactive guidance for region selection, project creation, and database provisioning, plus validation of provisioning status and outputs.
  • Use cases include setting up a new Prisma Postgres workspace, obtaining a DATABASE_URL, and integrating the database into a local project workflow.

Quick Start

Provision a new Prisma Postgres DB and connect it to your local project using the Management API.

Frequently Asked Questions about prisma-postgres-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision a Prisma Postgres database using the Management API?

Provisioning a Prisma Postgres database via the Management API requires a workspace service token for authentication, followed by region selection, project creation, database provisioning, and status validation to generate a direct connection string.

What do I need to connect a local project to a Prisma Postgres database?

Connecting a local project to Prisma Postgres requires a workspace service token and the direct database connection string generated after completing project creation, database provisioning, and status validation via the Management API.

How does region selection work when setting up a Prisma Postgres database?

Region selection occurs interactively during Prisma Postgres database provisioning via the Management API, letting you specify the geographic deployment location before project creation and connection string generation.

Can I automate Prisma Postgres workspace setup and get a DATABASE_URL for local development?

Automating Prisma Postgres workspace setup via the Management API provisions the database and yields a direct DATABASE_URL connection string tailored for local development and testing workflows.

Do I need a workspace token to create a Prisma Postgres project locally?

A workspace service token is required for token-based authentication when using the Management API to create a Prisma Postgres project and provision a database for local development.