WITAN

Witan Exec · Render · Calc · Lint · Alternatives · Pricing · Agent Skills · Install Witan

---

# Security & data handling

Witan is an API service. Spreadsheet files are sent to `api.witanlabs.com` for
server-side processing (render, calc, lint, and exec).

## Data handling modes

### Default mode

- Files are uploaded and cached server-side by content hash.
- Cached files are scoped to your organization and role. API keys can access org-level files; org members can access org-level files and their own user-scoped files.
- There is no cross-organization file access.
- Retention window is short and limited to service operation needs.

### Stateless mode (`WITAN_STATELESS=1`)

- Files are processed in memory and immediately discarded.
- No workbook content is retained after the request completes.
- Useful for sensitive financial and regulated data workflows.

Enable stateless mode:

    export WITAN_STATELESS=1
    witan xlsx render report.xlsx -r "Sheet1!A1:Z50"

On Windows (PowerShell):

    $env:WITAN_STATELESS = "1"

## Encryption and transport

- In transit: HTTPS (TLS).
- At rest: encrypted storage for non-stateless requests.

## Network requirements

Outbound host allowlist:

- `api.witanlabs.com` on port `443` over HTTPS.

No additional outbound hosts are required by the CLI.

## Retry behavior

The CLI retries transient failures with exponential backoff:

- Retryable status codes: `408`, `429`, `500`, `502`, `503`, `504`.
- Network and timeout errors are retryable.
- Most other `4xx` errors fail immediately.

## Supported file types

- `.xlsx` (Office Open XML)
- `.xls` (Excel 97-2003)
- `.xlsm` (macro-enabled; macros are preserved but not executed)

## Compliance

- DPA available on request via security@witanlabs.com
- SOC 2 Type I certified

## Responsible disclosure

Report vulnerabilities to security@witanlabs.com.
We acknowledge reports within 48 hours.

---

© Witan Labs Inc. 2026
hello@witanlabs.com · API Docs · GitHub · Research · Terms · Privacy
Witan Exec AlternativesPricing
Agent Skills Install Witan