Skip to Content
Plans & Entitlements

Plans & Entitlements

Keel uses three public commercial tiers. Each tier determines dashboard limits, retention, included governed requests, timestamp witness posture, and access to advanced features.

Generated entitlement snapshot

This table is generated from the public-safe plan entitlement artifact. It preserves customer-facing limits and feature gates while omitting billing implementation internals.

Plan entitlements.
PlanProjectsRetentionRequestsJSON ExportPDF ExportIntegrity APIRoutingOrg Controls
Starter17 days10,000NoNoNo1No
ProductionUsage-scaled180 days1,000,000YesYesYesCross-provider availableNo
EnterpriseUsage-scaled365 days5,000,000YesYesYesCross-provider availableYes

Compatibility aliases: free -> starter, team -> production, scale -> production, business -> production, custom -> enterprise, sales-led -> enterprise, sales_led -> enterprise.

Plan tiers

StarterProductionEnterprise
Project limit1Usage-scaledUsage-scaled
Log retention7 days180 days365 days
Included governed requests10,0001,000,000+5,000,000+
Policy authoringTemplates onlyFull custom authoringFull custom authoring + organization controls
Routing fallback1 same-provider fallbackCross-provider availableCross-provider available + enterprise controls
Budget envelopes1 per projectUnlimitedUnlimited
Firewall strengtheningPlatform baselineBaseline + custom rulesBaseline + organization strengthening
Evidence export (JSON)NoSigned JSONSigned JSON + advanced evidence
Evidence export (PDF)NoSigned PDFSigned PDF
RFC 3161 timestamp receiptsFreeTSA single external witnessDigiCert + GlobalSign dual public CA-operated witness attemptsProduction witnesses + customer-selected TSA eligibility
OpenSSL-backed authenticity validationMessage-imprint replay; authenticity when trust bundle configuredMessage-imprint replay; authenticity when trust bundle configuredMessage-imprint replay; authenticity when trust bundle configured
Organization dashboardNoNoYes
TeamsNoNoYes
Sales-ledNoNoYes

These table values reflect the current plan entitlement model in code. They do not mean every entitlement is separately enforced on every route.

Checking your plan

Keel’s authenticated dashboard and billing surfaces expose the caller’s current plan tier and core entitlements. A typical response includes:

{ "plan": "production", "project_limit": null, "log_retention_days": 180 }
Last updated on Edit this page on GitHub