Skip to content

Plans & Limits

FeatureFreeProTeamEnterprise
Price$0Contact usContact usContact us
Vaults3UnlimitedUnlimitedUnlimited
Secrets per vault50UnlimitedUnlimitedUnlimited
Members per vault2UnlimitedUnlimitedUnlimited
Environments per vault3UnlimitedUnlimitedUnlimited
Audit log retention7 days90 days365 daysUnlimited
Service tokens150UnlimitedUnlimited
EncryptionAES-256-GCMAES-256-GCMAES-256-GCMAES-256-GCM
CLIFullFullFullFull
SDKFullFullFullFull
MCP ServerFullFullFullFull
GitHub ActionFullFullFullFull

The free tier is fully functional with these limits:

  • 3 vaults — enough for personal projects
  • 50 secrets per vault — covers most applications
  • 2 members per vault — you + 1 collaborator
  • 3 environments per vault — dev, staging, production
  • 7-day audit retention — recent activity
  • 1 service token — for CI/CD or MCP

When you exceed a limit, the API returns a 403 PLAN_LIMIT error:

{
"success": false,
"error": {
"code": "PLAN_LIMIT",
"message": "Free plan allows 3 vaults. Upgrade to Pro for unlimited."
}
}

Limits are enforced on:

  • Vault creation
  • Secret creation (single and bulk)
  • Member invitations
  • Environment creation
  • Service token creation

Existing resources are never deleted when downgrading — you just can’t create new ones until you’re within limits.

  • Zero-knowledge end-to-end encryption
  • Full CLI, SDK, MCP, and GitHub Action access
  • Web dashboard
  • HTTPS API
  • Community support via GitHub Issues