Prisma
Prisma is a next-generation ORM that helps developers build applications faster and with fewer errors. It provides a type-safe database client, migrations system, and visual database browser.
APIs
Prisma Data Platform API
REST API for managing Prisma Data Platform resources including projects, environments, and database connections through the Prisma Console.
Prisma Accelerate API
API for Prisma Accelerate, a fully managed global connection pool and caching layer for existing databases with query-level cache policies directly from the Prisma ORM.
Prisma Pulse API
API for Prisma Pulse, a managed Change Data Capture service enabling real-time database change events and type-safe subscriptions via Prisma Client.
Prisma Postgres Management API
REST API for programmatically provisioning and managing Prisma Postgres databases, projects, and workspaces, supporting automation, CI/CD workflows, and partner integrations.
Prisma Client API
Auto-generated, type-safe query builder for Node.js and TypeScript that provides programmatic database access for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB, and CockroachDB.
Prisma Optimize API
Query performance tool for analyzing, debugging, and improving database queries during development, with AI-powered recommendations to reduce database load and improve responsiv...
Agent Skills
prisma-cli
AGENT SKILLprisma-client-api
AGENT SKILLprisma-database-setup
AGENT SKILLprisma-driver-adapter-implementation
AGENT SKILLprisma-postgres-setup
AGENT SKILLprisma-postgres
AGENT SKILLprisma-upgrade-v7
AGENT SKILLCollections
Prisma Accelerate API
POSTMANPrisma Client API
POSTMANPrisma Data Platform API
POSTMANPrisma Optimize API
POSTMANPrisma Postgres Management API
POSTMANPrisma Pulse API
POSTMANPrisma Client API
OPENPrisma Optimize API
OPENPrisma Pulse API
OPENArazzo Workflows
Prisma Accelerate Cached Query then Invalidate
Run a cached query through the Accelerate proxy, then invalidate the cache entries tagged by that query.
ARAZZOPrisma Client List and Count Records
Count records matching a filter, then fetch the first page of matching records ordered and paginated.
ARAZZOPrisma Client Upsert a Record
Look up a record by its unique key, then upsert it so it is created when missing or updated when present.
ARAZZOPrisma Optimize Record and Analyze a Session
Open a query recording session, pull the slowest captured queries and recommendations, then stop the session.
ARAZZOPrisma Data Platform Bootstrap a Project Environment
Create a project, add an environment, and mint an API key for it in the Data Platform.
ARAZZOPrisma Data Platform Rotate an Environment API Key
Mint a fresh API key for an environment and revoke the previous one in a single zero-gap rotation.
ARAZZOPrisma Postgres Add a Database to a Project
Confirm a project exists, provision an additional Postgres database in it, and mint a connection string.
ARAZZOPrisma Postgres Backup and Restore
Take a manual database backup, poll until it completes, then restore the database from it.
ARAZZOPrisma Postgres Find and Delete a Project
Locate a project by name within a workspace and permanently delete it when found.
ARAZZOPrisma Postgres Provision a Project
Create a project with a managed Postgres database, take a first backup, and mint a connection string.
ARAZZOPrisma Postgres Rotate a Database Connection String
Confirm a database is active, mint a fresh connection string, then revoke the previous one.
ARAZZOPrisma Pulse Create and Resume a Named Stream
Create a resumable named event stream, read its cursor position, and fetch the last persisted event by ULID.
ARAZZO