prisma-postgres

Provision and manage Prisma Postgres databases via Console, CLI, and Management API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

Core Features & Use Cases

  • Console workflows for provisioning and connecting to Prisma Postgres databases from the Prisma Console.
  • CLI provisioning using create-db, create-pg, or create-postgres for rapid, temporary deployments.
  • Programmatic provisioning and management via the Prisma Management API and SDK for automated workflows.

Quick Start

Set up a new Prisma Postgres instance via Console, provision with create-db, and manage programmatic access with the Management API/SDK.

Frequently Asked Questions about prisma-postgres

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

FAQPage Schema
How do I provision a Prisma Postgres database from the CLI?

Provision a Prisma Postgres database from the CLI using the create-db, create-pg, or create-postgres commands for rapid temporary deployments across development and production environments.

Can I automate Prisma Postgres provisioning with the Management API?

Automate Prisma Postgres provisioning programmatically via the Prisma Management API and SDK, using service tokens or OAuth to handle automated workflows and resource management.

What is the best way to set up Prisma Postgres for an automated workflow?

Set up Prisma Postgres for automated workflows by integrating the Management API SDK with service tokens or OAuth to programmatically provision and manage database resources.

Does Prisma Console support linking projects to provisioned Postgres databases?

Prisma Console supports provisioning and connecting to Prisma Postgres databases, allowing you to manage database setup and link projects directly through the Console interface.

When should I use the create-db CLI versus the Management API for Prisma Postgres?

Use the create-db CLI for rapid temporary Prisma Postgres deployments, whereas the Management API and SDK suit programmatic provisioning, automated workflows, and service token integration.

Why use service tokens or OAuth for Prisma Postgres management?

Service tokens or OAuth authenticate programmatic access to the Prisma Management API, enabling automated Prisma Postgres provisioning and resource management without manual Console login.