Skip to main content

Plans Overview

The Free plan is designed for individual developers getting started.
  • 2-Click Setup
  • Automated PR Summaries
  • Documentation
  • API Access
Get started for free — no credit card required.
For a side-by-side plan comparison, see the Pricing page.

Usage Limits

FreeProfessionalEnterprise
PR Reviews25/day (per account)200/day (per account)Negotiable
Agentic Code Review Credits1,000/day (per seat)10,000/day (per seat)100,000/day (per seat)

How Reviews Work

AI-powered reviews consume credits each time a file is reviewed, which is why the credit limits are substantially higher than PR reviews. Guardrails (deterministic reviews and static analysis) have unlimited usage but are subject to capacity-based rate limiting and abuse prevention.
1

Agentic IDE writes code

An agentic IDE writes code using Claude Code, Cursor, VS Code, or any supported IDE.
2

Changes queued

Zenable identifies files that changed between the start and end of the agentic IDE’s work and queues them for review.
3

Review runs

Files matching your skip patterns are removed from the queue. The remaining files are reviewed.
If multiple branches were touched during that agentic loop, each is reviewed independently and findings are passed back to the agentic IDE per branch.
4

Agentic IDE remediates

At the end of the agentic IDE’s workload, if there are findings from the review, those are passed back and work continues. Only additional file changes after this point are re-reviewed.
5

Agentic IDE stops

If the agentic IDE makes no additional changes, nothing additional is reviewed, and it stops.

Credit Cost Per File

Check TypeCredits
Guardrails & static checks0 (unlimited)
Standard AI model10 per file
Premium AI model25 per file
Configure your AI model tier in company settings.

Credit Usage Examples

Your IDE’s MCP server sends a conformance check with 3 files. No exclusions match.
  • Standard: 10 × 3 = 30 credits
  • Premium: 25 × 3 = 75 credits
zenable check "**/*.py" finds 10 files. Your config excludes generated.py, so 9 are checked. You have 25 guardrails that apply to all .py files.
  • Guardrails: 25 × 0 = 0 credits
  • Standard: 10 × 9 = 90 credits
  • Premium: 25 × 9 = 225 credits
A hook runs on commit with 5 changed files. Two match exclusion patterns, so 3 are reviewed.
  • Standard: 10 × 3 = 30 credits
  • Premium: 25 × 3 = 75 credits
Your agentic IDE touches files across two branches in one session. On feat/a, it changes auth.py, utils.py, and config.py. It then switches to feat/b and changes utils.py and api.py. Even though utils.py was touched on both branches, each branch is reviewed independently — 3 files on feat/a, 2 files on feat/b.
  • Standard: 10 × 5 = 50 credits
  • Premium: 25 × 5 = 125 credits

How Credits Refresh

If you exhaust your AI review credits, AI-powered reviews pause until your next credit reset. Guardrails and static checks continue to run.
CadenceResets at
Daily00:00 UTC
WeeklyMonday 00:00 UTC
Monthly1st 00:00 UTC
A credit usage tracking dashboard is coming soon. Subscribe to this feature request to be notified when it goes live.