Built to scale with your team across every stage

From individual use to enterprise scale, flexible plans grow with your workflow and security needs.

MonthlyYearly20% OFF

Free

Perfect for getting started with mutation testing

$0 /month

Get Started Free
  • 1,000 mutations 7 days

  • Up to 3 seats

  • 7-days log retention

  • Unlimited mutations

  • 25+ seats

  • SOC 2 exports

  • Priority support

Pro

Build for growing teams that need more power and flexibility

$29 /seat/month

Upgrade to Pro
  • Unlimited mutations

  • 25+ seats

  • SOC 2 exports

  • 30-day log retention

  • Priority email support

  • Advance insights

  • Dedicated support & CSM

Enterprise

For large organizations with advance security needs.

Custom Pricing

Contact Sales
  • Everything in Pro

  • Custom seat provisioning

  • Dedicated support & CSM

  • SLA & uptime guarantee

  • SOC2 compliance (Coming Soon)

  • HIPAA support (Coming Soon)

  • SAML / SSO (Coming Soon)

No data leaves your system

Built for secure workflows

Works with your existing tools

Cancel anytime seamlessly

Trusted protection for modern AI workflows

Feature

Pretense

Trasitional DLP

No Protection

Code Protection (preserves AI context)

Deploys in 30 seconds

Works offline (local-first)

-

Multi-provider (Claude + GPT + Gemini)

SOC2/HIPAA audit trail

-

Starting at $0/month

-

General Questions

Here's everything you need to know before getting started.

Still have questions?

Contact us and we'll help you out.

Contact Now

No. Code Protection allowances reset on a 7-day rolling window anchored to each user signup date, mirroring Claude Pro. We chose hard reset over rollover so usage is predictable for finance and procurement teams. If your usage is spiky, the credit packs below let you top up without changing plans.

Pro accounts can either auto-purchase additional credit packs (off by default) or fall back to soft-blocking with a clear in-app banner. Your existing Code Protection activity and audit logs are never deleted. Free accounts soft-block once the cap is reached and can upgrade in one click.

Credit packs are pay-as-you-go top-ups for any plan. They never expire while your subscription is active and consume after your 7-day Code Protection allowance is exhausted. Common pack sizes: 25,000 Code Protection uses ($25), 100,000 Code Protection uses ($89), 500,000 Code Protection uses ($399).

Subscriptions renew automatically each billing cycle. If you cancel, your seats remain active until the end of the current period and downgrade cleanly to Free. There is no data loss on downgrade.

Yes. Pretense is an OpenAI-compatible local proxy. Set ANTHROPIC_BASE_URL, OPENAI_BASE_URL, or the equivalent variable for your tool, and Pretense intercepts every request. Confirmed compatible with Claude Code, Cursor, GitHub Copilot, Continue.dev, and any custom client that respects standard env vars.

Yes. Pro starts with a 14-day free trial, no credit card required. You can downgrade back to Free at any time, and your audit history is retained for 90 days regardless of plan changes.

You will keep Pro features for the rest of the current period and downgrade automatically at the start of the next cycle. You will not be charged for the downgraded month, and any unused token allowance from your previous Pro tier is simply not carried over.

Nothing leaves your machine until after Code Protection runs. The proxy runs locally. Your code never touches our servers.

Yes. Pretense is a local OpenAI-compatible proxy. Any tool with a configurable API base URL works: Claude Code, Cursor, Copilot, custom scripts.

Yes. 14-day full Enterprise trial, no credit card required. Contact jimmy@pretense.ai.

No. Code Protection is identifier-only using a deterministic hash. The LLM sees structurally identical code -- only variable/function/class names differ. Response quality is unchanged.

Yes. The CLI scanner and Code Protection engine have no usage limits for local use. Only the cloud proxy has a 1,000 Code Protection uses / 7 days limit on the free tier.

Nothing. Pretense runs on your machine. Code Protection runs locally before any network request. We never see your code.

Enterprise plan includes on-prem deployment with a private Docker image. Pro is cloud-assisted only.

Private AI deployment costs $50K+/month for ChatGPT-equivalent quality. Pretense protects your code going to ANY provider for $29/seat.

No. LLMs process syntax and structure, not identifier semantics. Your function _fn4a2b() gets the same quality suggestions as getUserToken().

Pro includes 100,000 proxy Code Protection uses per 7-day rolling period. If you exceed that limit, additional uses are billed at $0.001 each (one-tenth of a cent). There are no surprise charges -- you will see usage warnings at 50%, 75%, and 90% before any overage applies.

Yes. The Starter free tier runs entirely on your machine with no usage limits for local use. Enterprise includes first-class support for Docker and Kubernetes on-prem deployment.

Sub-millisecond Code Protection overhead. The proxy adds fewer than 5ms latency on a local machine. Most users report no perceptible difference.

Any OpenAI-compatible API: Claude (Anthropic), ChatGPT (OpenAI), Gemini (Google), Mistral, local Ollama. One proxy, all providers.

Yes, and only by you. The Code Protection map is stored locally (or in your self-hosted store). No third party can reverse your protected identifiers.

Yes on all three.

  • Your code going out and coming back: you type billingClient.charge(customerId, amount), we ship gammaClient.charge(betaId, delta) to the AI, the AI writes against those fakes, and the second the reply lands we swap your real names back so your editor shows billingClient.charge(customerId, amount) running clean.
  • Brand new code the AI invents: if the AI writes a fresh helper like validateAmount() it lands in your file as written because it was never yours to hide (nothing to restore, nothing to swap).
  • That new code on the next round trip: the next time you send that file back for a follow-up edit validateAmount gets picked up by the Code Protection engine and shipped as validateDelta (same rule, same round trip) so nothing proprietary ever touches the wire twice.