Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/content/docs/api-shield/plans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ To subscribe to API Gateway, upgrade to an Enterprise plan and contact your acco

Limits to endpoints apply to Endpoint Management and Schema Validation. Refer to the table below for limits based on your zone plan.

| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size (MB) | Rule action |
| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size | Rule action |
| --- | --- | --- | --- | --- |
| **Free** | 100 | 3 | 1 | `Block` only |
| **Pro** | 200 | 4 | 2 | `Block` only |
| **Business** | 500 | 5 | 5 | `Block` only |
| **Enterprise without API Gateway** | 500 | 5 | 5 | `Log` or `Block` |
| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ | `Log` or `Block` |
| **Free** | 100 | 5 | 200 kB | `Block` only |
| **Pro** | 250 | 5 | 500 kB | `Block` only |
| **Business** | 500 | 10 | 2 MB | `Block` only |
| **Enterprise without API Gateway** | 500 | 5 | 5 MB | `Log` or `Block` |
| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ MB | `Log` or `Block` |
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,4 @@ Media-ranges can also be configured to enforce a `charset` parameter. For this,

## Availability

Schema Validation is available for all API Shield customers.

Enterprise customers who have not purchased API Shield can preview [API Shield as a non-contract service](https://dash.cloudflare.com/?to=/:account/:zone/security/api-shield) in the Cloudflare dashboard or by contacting your account team.
Schema Validation is available for all customers. Refer to [Plans](/api-shield/plans/) for more information based on your plan type.
Loading