What problem does it solve? Setting up and managing Prisma Postgres databases involves multiple surfaces—Console, CLI, REST API, and SDK—and choosing the right workflow for each scenario is confusing. This Skill provides structured guidance for every provisioning and management path. ## Core Features & Use Cases - Instant CLI Provisioning: Create temporary databases with npx create-db using flags like --ttl, --region, --json, and --env for development, demos, and CI previews. - Programmatic Management: Integrate the Prisma Management API or @prisma/management-api-sdk with service tokens or OAuth for backend automation and multi-tenant onboarding. - Console & Connection Workflows: Link existing projects with prisma postgres link, inspect data in Studio, and configure direct TCP or serverless driver connections. - Use Case: A developer building a SaaS app needs per-customer databases. Use this Skill to implement OAuth-based provisioning with the Management API SDK, including token refresh and typed endpoint calls. ## Quick Start Ask the AI to provision a new Prisma Postgres database in the eu-central-1 region and write the connection string to your .env file.