Platform Limits
As a guideline for our community, we expect most users to fall within the limits for each plan. Our goal is to be as permissive as possible while not allowing an unreasonable burden on our infrastructure. If you have a special use case that requires higher limits, please reach out to our support team.
Plan Limits
Name | Developer | Team | Team Add-Ons | Enterprise |
---|---|---|---|---|
Users | 25 | 500 | -- | Custom |
Projects | 10 | 250 | -- | 1000 * |
Environments per Project | 4 | 15 | -- | 15 |
Configs per Environment | 10 | 100 | -- | 100 |
Config Syncs ** | 5 | 100 | 500 | 1000 * |
Rotated Secrets | -- | 250 | -- | 500 * |
Integration Connections | 10 | 100 | -- | 250 * |
Webhooks | 5 | 50 | -- | 250 * |
Logs | 3 days | 90 days | -- | 1095 days |
Trusted IPs per Config | -- | 20 | -- | 100 * |
Reminders | 5 | 50 | -- | 250 * |
Parent Configs per Child Config | -- | 10 | -- | 10 |
Service Accounts | -- | 250 | -- | 5000 * |
Service Account Tokens | -- | 500 | -- | 500 * |
Service Tokens | 50 | 500 | -- | 500 * |
CLI Tokens per User | 5 | 20 | -- | 50 |
API Read Rate Limit *** | 240/min | 480/min | -- | 480/min |
API Secrets Read Rate Limit *** | 120/min | 240/min | -- | 480/min |
API Write Rate Limit *** | 60/min | 120/min | -- | 240/min |
* This limit can potentially be increased on a case-by-case basis. Get in touch with Support if you'd like to discuss raising this limit.
** This applies to Config Syncs created in the dashboard (or via the Secrets Sync API). Kubernetes Operator "syncs" and CLI secret fetches are not considered Config Syncs in this context.
*** This applies to direct requests to the API along with requests made by the CLI and Kubernetes Operator. The rate limit is per access token.
Abuse Limits
Name | Developer | Team | Enterprise |
---|---|---|---|
Secrets per Config | 1,000 | 1,000 | 1,000 |
Config Payload Size | 500 KiB | 500 KiB | 500 KiB |
Secret Value Size | 50 KiB | 50 KiB | 50 KiB |
Name Length Limits
Name | Minimum | Maximum |
---|---|---|
Config Slug | 2 characters | 60 characters * |
Custom Role Name | 2 characters | 50 characters |
Environment Name | 2 characters | 50 characters |
Environment Slug | 2 characters | 50 characters |
Group Name | 2 characters | 100 characters |
Integration Name | 2 characters | 256 characters |
Project Name | 2 characters | 80 characters |
Secret Name | 1 character | 200 characters |
Service Account Name | 2 characters | 100 characters |
Service Token Name | 2 characters | 100 characters |
User Names | 2 characters | 200 characters |
* This limit includes the length of the Environment slug prefix, so a config named dev_test
has a length of 8.
Updated 1 day ago