> ## Documentation Index
> Fetch the complete documentation index at: https://nablr.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# License & Plans

> Free tier, Pro trial, and paid plans

## Plans

|                               | Free | Pro |
| ----------------------------- | ---- | --- |
| Code scanners (40+)           | ✅    | ✅   |
| Workflow tools                | ✅    | ✅   |
| Codebase mapping              | ✅    | ✅   |
| 19 persona prompts            | —    | ✅   |
| 34 rule files                 | —    | ✅   |
| Language + framework configs  | —    | ✅   |
| Asset pre-cache (offline use) | —    | ✅   |

## Pro pricing

### India (Razorpay)

| Plan           | Price      |
| -------------- | ---------- |
| Monthly        | ₹499/mo    |
| Quarterly      | ₹1,299/qtr |
| 6-month        | ₹2,399/6mo |
| Annual         | ₹3,999/yr  |
| Team (5 seats) | ₹9,999/6mo |

### Global (Polar)

| Plan           | Price    |
| -------------- | -------- |
| Monthly        | \$9/mo   |
| Annual         | \$69/yr  |
| Team (5 seats) | \$99/6mo |

## Free trial

14-day full Pro access. One trial per device. No credit card required.

```
Start my nablr trial
```

nablr generates a device ID and mints a trial key automatically.

## Activate a paid key

After subscribing, you receive a key via email (`sk_nablr_...`).

```
Activate my key sk_nablr_<your-key-here>
```

The key is validated against the license server and cached locally. Subsequent calls use the 4-hour in-memory cache — no network round-trip on every prompt.

## Recover a lost key

Email `support@nablr.dev` or use the recovery endpoint — your key is re-sent to the email address used at signup.

## Team plan

Team plans share a single key across up to 5 devices. The 6th device is rejected with a `device_limit_reached` error. Contact `support@nablr.dev` to rotate a device slot.

## Development / CI use

Set `NABLR_DEV_MODE=1` to bypass all license checks. Returns paid status immediately with zero network calls. For CI pipelines and local dev only — not for end users.

```bash theme={null}
export NABLR_DEV_MODE=1
```

## Airgap environments

After activating a key, all paid assets are pre-cached to `~/.nablr_cache/assets/`. Subsequent prompt generation makes zero network calls — fully functional in restricted network environments.

See the [Security](/security) page for firewall allowlist details.
