Prisma, worked by an AI employee
Not another app for your team to learn, and not a set of rules for you to build. You hire an AI employee, you give it access to your Prisma account, and you ask it for things in Slack or Teams the way you would ask anyone else on the team. There is nothing to map and nothing to maintain.
- Databases
- Signs in to your account
- 20 ready-made tools
- Asked in Slack or Teams
An illustration of how the conversation reads, not a transcript from a client account.
What Prisma is
Prisma Data Platform provides database tools including Accelerate (global database cache), Optimize (AI-driven query analysis), and Prisma Postgres (managed PostgreSQL). Manage workspaces, projects, environments, and API keys programmatically.
You sign in with your own Prisma account, the same way you already do. We never see or hold your password.
One message in, the work done in Prisma.
- 01
You ask
You message your AI employee in the chat your team already has open, in one sentence, in your own words.
- 02
It works out the step
It decides what the job needs in Prisma. You do not pick anything from a menu or wire anything together.
- 03
It does the work
Signed in to your own Prisma account, inside the access you granted it, doing the thing you asked for.
- 04
It reports back
It tells you what it did, in the same thread. If it could not do something, it says so rather than guessing.
What it can do in Prisma
These are the ready-made tools your AI employee already has in Prisma. It is not limited to them, but it never has to be taught these.
- Create Database ConnectionCreate new api key connection for database access. creates connection string with embedded credentials for application database access. returns complete connection details ready fo
- Create Prisma ProjectCreate new prisma project with managed postgres database. creates project in authenticated user's workspace with postgres database in specified region. returns complete project det
- Create Project DatabaseCreate new postgres database in an existing prisma project. creates database in specified region with connection strings and api keys. returns complete database details ready for i
- Delete Database ConnectionPermanently delete database connection and revoke api key access. warning: this immediately revokes database access for any applications using this connection string. ensure no cri
- Delete Prisma DatabasePermanently delete prisma database and all stored data. warning: this action cannot be undone. all data in the database will be permanently destroyed. default databases typically c
- Delete Prisma ProjectPermanently delete prisma project and all associated resources. warning: this action cannot be undone. all databases, environments, and project data will be permanently destroyed.
- Execute SQL CommandExecute sql commands that modify database data or structure. runs insert, update, delete, create table, and other data modification commands safely through postgresql driver with p
- Execute SQL QueryExecute sql select queries against prisma databases. runs read-only queries safely through postgresql driver with automatic type mapping. perfect for data analysis, schema inspecti
- Get Prisma DatabaseRetrieve specific prisma database by id. returns database details including status, project context, and regional deployment. use for database monitoring, validation, and administr
- Get Prisma ProjectRetrieve specific prisma project by id. returns project details including name, creation timestamp, and workspace information. use for project detail views, validation, and adminis
- Inspect Database SchemaInspect database schema structure and table information. returns comprehensive schema details including tables, columns, data types, constraints, and relationships. essential for u
- List Database BackupsRetrieve list of available backups for a specific database. returns backup details including status, size, type, and restoration readiness. use for backup monitoring, restoration p
- List Database ConnectionsRetrieve paginated list of connections for a specific database. returns connection details including names, creation dates, and database context. use for api key management, securi
- List Prisma Accelerate RegionsRetrieve all available regions for prisma accelerate. returns regions where accelerate global database cache can be deployed. use for cache region selection to minimize latency for
- List Prisma Postgres RegionsRetrieve all available regions for prisma postgres. returns regions where prisma postgres databases can be deployed with current availability status. use for region selection durin
- List Prisma ProjectsRetrieve paginated list of prisma projects accessible to authenticated user. returns project ids, names, workspace info, and timestamps with cursor-based pagination. use for projec
- List Prisma WorkspacesRetrieve paginated list of prisma workspaces accessible to authenticated user. returns workspace ids, names, creation timestamps with cursor-based pagination. use for workspace dis
- List Project DatabasesRetrieve paginated list of databases for a specific prisma project. returns database details including status, region, and project context. use for database discovery, monitoring,
- Restore Database BackupRestore database backup to new database instance. creates new database from existing backup with specified name. operation is asynchronous - monitor the returned database status fo
- Transfer Prisma ProjectTransfer prisma project ownership to another user. changes project ownership to recipient specified by their access token. current owner loses access unless explicitly granted by n
You stay the boss of your Prisma account.
Nothing connects until you approve it. You grant access one app at a time, you can take it back the same way, and everything your AI employee does in there is written down where you can see it.
How we handle your data- It signs in to your own Prisma account. You are not moving anything into ours.
- You grant access one app at a time, and you can take it back the same way.
- Everything it does in Prisma is written down, with what it did and when.
- Anything you tell it to check with you first, it checks with you first.
It works in Prisma and the rest of your software in the same job
A real job rarely stays in one place. Reading a message in one app, checking a record in another and writing the result in a third is one request to your AI employee, not three.
Questions people ask about Prisma
- Can an AI employee really work inside Prisma?
- Yes. It signs in to your own Prisma account and works in it the way a new hire would, from the chat your team already has open. Nobody installs anything, and nobody learns a new screen.
- Do I have to move anything out of Prisma?
- No. Nothing moves and nothing is replaced. Your records stay in Prisma, your team carries on in the same screens they used yesterday, and your AI employee works alongside them in there.
- How does it get into my Prisma account?
- You sign in with your own Prisma account, the same way you already do. We never see or hold your password. You approve it before anything connects, and you can take the access back the same way you gave it.
- What can it actually do in Prisma?
- It has 20 ready-made tools in Prisma today, among them Create Database Connection, Create Prisma Project and Create Project Database. The full list is on this page. It is not limited to those, but it never has to be taught them.
- Can it use Prisma and the rest of my software in the same job?
- Yes, and that is usually the point. Reading a message in one app, checking a record in Prisma and writing the result somewhere else is one request to your AI employee, not three separate ones you stitch together.
- Who decides what it is allowed to do in Prisma?
- You do. You grant access one app at a time and can withdraw it at any time, anything you ask it to check with you first it checks with you first, and everything it does in Prisma is written down with what it did and when.