Pricing

Start free with no signup. Contact us when you need production scale.

Both plans include full access to every Witan product — currently Spreadsheet (exec, render, calc, and lint).

Personal

Free · 60 calls / hour

No signup, no API key. Just install and go.

  • Full access to every product
  • Public Witan Cloud endpoints
  • No server-side file caching
  • No self-hosting support
  • No region selection

Get started →

Enterprise

Custom

Production deployments, with self-hosting support.

  • Full access to every product
  • Server-side file caching for faster repeated operations
  • Self-hosting support
  • Region selection
  • Volume pricing

Contact us →

FAQ

Do I need an API key for the Personal plan?

No. The Personal tier is anonymous — install the binary and run any command. The Enterprise tier issues API keys via app.witanlabs.com.

What counts as a "call"?

Every CLI invocation that hits the Witan Cloud engine. A single witan xlsx exec script that chains 30 method calls counts as one call, not thirty — one of the reasons exec is so token-efficient.

Can I use Witan in a sandboxed agent environment?

Yes. See the platform-specific install paths in the CLI page. The PyPI / uvx path is the fastest for sandboxes where you can't write to /usr/local/bin.

What about data retention?

The Personal tier processes files server-side without permanent storage. For a hard guarantee of zero data retention — files held in memory and immediately discarded after each call — set WITAN_STATELESS=1. Details in Configuration.