Pricing
Simple, transparent pricing
Start free with the npm SDK. Upgrade when you need the REST API, compliance reports, team members, or higher limits.
Hobby
For personal projects and exploring Verdicter.
- 10,000 evaluations / month
- npm SDK
- 3 registered agents
- 5 active policies
- 7-day audit log retention
- Runtime enforcement
- Shield prompt scanning
- Sandbox (5 scenarios)
- Community support
- Direct REST API access
- Observe sessions
- Comply reports
- Identity tracking
- Team members
- Webhooks
- SLA
Starter
For solo developers shipping agents to production.
- 50,000 evaluations / month
- npm SDK + direct REST API
- 10 registered agents
- 20 active policies
- 30-day audit log retention
- Runtime enforcement
- Observe: session tracing
- Shield: custom injection rules
- Sandbox (50 scenarios)
- Identity: credential tracking
- Email support
- Comply reports
- Team members
- Webhook notifications
- SLA
Pro
For teams running AI agents in production.
- 250,000 evaluations / month
- npm SDK + direct REST API
- Unlimited agents
- Unlimited policies
- 90-day audit log retention
- Runtime enforcement
- Observe: session tracing
- Shield: custom injection rules
- Comply: SOC 2, GDPR, HIPAA reports
- Sandbox: unlimited scenarios
- Identity: credential tracking
- Team members (shared workspace plan)
- Webhook notifications
- Email support
- Dedicated support
- Custom contracts
30-day money-back guarantee
Enterprise
Coming soonCustom
For organizations with strict compliance requirements at scale.
Free on all plans
Install the SDK in 30 seconds
Works with TypeScript, LangChain, and Vercel AI SDK. No REST API knowledge required.
npm install verdicter
| Capability | Hobby | Starter | Pro | Enterprise |
|---|---|---|---|---|
npm SDK verdicter on npm | ||||
REST API Direct /v1/evaluate endpoint | - | |||
Enforce Runtime policy evaluation | ||||
Observe Session-level tracing | - | |||
Shield Prompt injection detection | ||||
Comply Compliance report generation | - | - | ||
Sandbox Multi-step policy testing | ||||
Identity Agent credential tracking | - | |||
Team members Shared workspace plan | - | - | ||
Webhooks Event notifications | - | - | ||
SSO/SAML Enterprise identity provider | - | - | - |
Frequently asked questions
What's the difference between the SDK and the REST API?
The npm SDK (verdicter) is a TypeScript/Node.js client that wraps the REST API with retries, error handling, and framework adapters for LangChain and Vercel AI SDK. The raw REST API is available on Pro and above for teams using Python, Go, or any other language.
What counts as an evaluation?
Every call to verdicter.evaluate() - or a direct POST to /v1/evaluate - counts as one evaluation, regardless of the decision (ALLOW, DENY, MODIFY, or ESCALATE).
Does Shield scanning count as an evaluation?
No. Shield scans are tracked separately and are not deducted from your evaluation quota.
Can I upgrade or downgrade at any time?
Yes. Changes take effect at the start of your next billing cycle.
What happens when I exceed my monthly evaluation limit?
Additional evaluations are blocked until your quota resets on the 1st of the next month. You can upgrade at any time to restore access immediately.
Is my agent payload data stored?
Payload data is stored in your own Supabase project, which only you control. Verdicter never has independent access to your data beyond what your own deployment exposes.
Do you offer a free trial of Pro?
The Hobby plan is free forever and includes full SDK access with 10,000 evaluations/month. Reach out if you'd like a Pro trial for your team.