Console
Learn how to use the Console to manage and integrate Prisma products into your application.
Overview
The Console enables you to manage and configure your projects that use Prisma products, and helps you integrate them into your application:
- Accelerate: Speeds up your queries with a global database cache with scalable connection pooling.
- Optimize: Provides you recommendations that can help you make your database queries faster.
- Prisma Postgres: A managed PostgreSQL database that is optimized for Prisma ORM.
Getting started
To start using Prisma products, you'll need to:
- Create a Console account
- Set up a workspace for your team
- Create a project for your application
- Generate API keys for your resources
Learn more in the Getting Started guide.
Core concepts
The Console is organized around four main concepts:
- User account: Your personal account to manage workspaces and projects
- Workspaces: Team-level container where billing is managed
- Projects: Application-level container within a workspace
- Resources: Actual services or databases within a project (databases for Prisma Postgres, environments for Accelerate)
Read more about Console concepts.
Console CLI
In addition to the web interface, the Prisma CLI provides another way to interact with your Console account and manage Prisma products. This can be useful for programmatic access, such as integrating into CI workflows.
Learn more about the Console CLI commands.
API keys
An API key is required to authenticate requests from your Prisma Client to products such as Prisma Accelerate and Prisma Optimize. API keys are generated and managed at the resource level.
Learn more about API keys.