Skip to content

Commit

Permalink
better overview of billing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed May 3, 2024
1 parent 89b3d0d commit 36c0207
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions content/500-platform/10-about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ In each project, you can:

- view and manage all environments in that project.

The number of project you can create in a workspace depends on the [pricing plan](https://pris.ly/pricing?utm_source=prisma-docs&utm_medium=docs-site) configured in that workspace:

Here's an overview of the number of projects per workspace on each plan:

| | **Starter** | **Pro** | **Business** | **Enterprise** |
| ------------ | ----------- | ------- | ------------ | -------------- |
| **Projects** | 5 | 10 | 15 | Custom |

### Environment

An environment is an isolated space to provision PDP products for a given project. Environments typically map to development stages, like `dev`, `staging` or `prod`.
Expand All @@ -70,20 +78,28 @@ In each environment, you can:
- configure database replication.
- generate API keys.

The number of environments you can create depends on the [pricing plan](https://pris.ly/pricing?utm_source=prisma-docs&utm_medium=docs-site) configured in your workspace:
The number of environments you can create in a project depends on the [pricing plan](https://pris.ly/pricing?utm_source=prisma-docs&utm_medium=docs-site) configured in your workspace:

Here's an overview of the number of environments per project on each plan:

| | **Starter** | **Pro** | **Business** | **Enterprise** |
| ---------------- | ----------- | ----------- | ------------ | -------------- |
| **Projects** | 5 | 10 | 15 | Custom |
| **Environments** | 2 / project | 6 / project | 12 / project | Custom |

## Billing

The [pricing plan](https://pris.ly/pricing?utm_source=prisma-docs&utm_medium=docs-site) you select in your workspace determins how many projects and environments you can create in that workspace:

| | **Starter** | **Pro** | **Business** | **Enterprise** |
| ---------------- | :---------- | ----------- | ------------ | -------------- |
| **Projects** | 5 | 10 | 15 | Custom |
| **Environments** | 2 / project | 6 / project | 12 / project | Custom |

### Per-workspace billing

Billing in PDP is done on a per-workspace basis:

- A [pricing plan](https://pris.ly/pricing?utm_source=prisma-docs&utm_medium=docs-site) is selected per workspace. That means, your PDP account can have multiple workspaces where each workspace uses a different pricing plan.
- A pricing plan is selected per workspace. That means, your PDP account can have multiple workspaces where each workspace uses a different pricing plan.
- A payment method is select per workspace. That means, your PDP account can have multiple workspaces where each workspace has a different payment method.

At the end of the billing period, **your selected payment method will be charged with the usage costs of the PDP products across _all_ the projects (and their environments) in that workspace**.
Expand All @@ -92,11 +108,11 @@ You can configure all billing details in the **Billing** section of your project

### Prorated billing

All our paid plans are prorated, which means **you're only billed for the duration you use a specific plan**.
All our paid plans are prorated, which means **you're only billed for the duration you use a specific plan**.

For example:

- if you subscribe to our **Pro** plan for only 15 days in a 30-day month, you'll only be charged for half of the plan's price.
- if you subscribe to our **Pro** plan for only 15 days in a 30-day month, you'll only be charged for half of the plan's price.
- if you want to try out a particular plan for only 2 days, you can do so and you'll only be charged for the respective fraction of the plan's price (2 days out of the entire month).
- if you downgrade your pricing plan (e.g. from **Business** to **Pro**) after 10 days of a 30-day month, you'll be charged 1/3 (i.e. 10 days) for the **Business** plan and 2/3 (i.e. 20 days) for the **Pro** plan.

Expand All @@ -118,4 +134,4 @@ Read more about the Prisma CLI [here](/platform/platform-cli).

## API keys

An API key is required to authenticate requests from your Prisma Client to products such as Prisma Accelerate and Prisma Pulse. You may generate multiple API keys per environment and manage those via the **API Keys** section in a project.
An API key is required to authenticate requests from your Prisma Client to products such as Prisma Accelerate and Prisma Pulse. You may generate multiple API keys per environment and manage those via the **API Keys** section in a project.

0 comments on commit 36c0207

Please sign in to comment.