# LeaseBrief Pricing

> AI lease abstraction for commercial real estate. Subscription tiers with monthly lease quotas, declining per-lease cost at volume, and annual billing that saves 17%.

- Canonical pricing page: https://leasebrief.com/pricing
- Last updated: 2026-05-03
- Currency: USD
- Billing: Stripe (monthly or annual). All prices exclusive of tax.

## Tiers

### Solo — $99 / month ($988 / year, save 17%)
- **For:** solo brokers and offshore migrators (replaces the legacy Starter tier)
- **Included:** 5 leases / month
- **Effective per-lease cost:** $19.80 monthly, $16.47 annual
- **Overage:** +$20 per extra lease (opt-in, off by default)
- **Features:**
  - Extraction engine (Claude Sonnet 4.6 + Opus 4.7 fallback)
  - Side-by-side abstract + source PDF viewer with clause citations
  - 60+ structured fields per lease
  - Email notifications when a lease is ready
  - CSV / JSON / PDF export
  - Email support

### Pro — $499 / month ($4,990 / year, save 17%) — RECOMMENDED
- **For:** working brokers and boutique law firms
- **Included:** 30 leases / month
- **Effective per-lease cost:** $16.63 monthly, $13.86 annual
- **Overage:** +$18 per extra lease
- **Features (everything in Solo, plus):**
  - Slack notifications (per-team OAuth, channel picker, posts on lease-ready)
  - Bulk upload (30+ files in one operation)
  - Critical-date tracking dashboard (renewals, expiries, options)
  - Team accounts — up to 5 seats
  - Re-extract on amendments (uses prompt cache, does not consume a lease)

### Business — $1,499 / month ($14,990 / year, save 17%)
- **For:** landlords and large brokerages
- **Included:** 125 leases / month
- **Effective per-lease cost:** $11.99 monthly, $9.99 annual
- **Overage:** +$13 per extra lease
- **Features (everything in Pro, plus):**
  - REST API with API keys (`/api/v1/leases`) for upload + retrieval
  - Bulk CSV / JSON export of full portfolio
  - Team accounts — up to 20 seats
  - Priority support

### Enterprise — Custom (annual contracts only)
- **For:** REITs, F500 tenants, PE diligence teams
- **Included:** unlimited extractions
- **Effective per-lease cost:** $9.99 / lease at volume
- **Features (everything in Business, plus):**
  - Dedicated onboarding
  - SSO / SAML — *roadmap, not currently shipped*
  - SOC 2 Type II — *roadmap, not currently certified*
  - Custom MSA + DPA — *available on request*
- **Contact:** billing@leasebrief.com

## Feature comparison

| Feature | Solo | Pro | Business | Enterprise |
|---|---|---|---|---|
| Leases per month | 5 | 30 | 125 | Unlimited |
| Effective per-lease cost | $19.80 | $16.63 | $11.99 | $9.99 |
| Extraction engine | Yes | Yes | Yes | Yes |
| Side-by-side viewer | Yes | Yes | Yes | Yes |
| Email notifications | Yes | Yes | Yes | Yes |
| Slack notifications | No | Yes | Yes | Yes |
| Critical-date tracking | No | Yes | Yes | Yes |
| Bulk upload | No | Yes | Yes | Yes |
| REST API + API keys | No | No | Yes | Yes |
| Bulk CSV / JSON export | No | No | Yes | Yes |
| Team seats | 1 | 5 | 20 | Custom |
| SOC 2 Type II | No | No | No | Roadmap |
| SSO / SAML | No | No | No | Roadmap |
| Custom MSA + DPA | No | No | No | On request |

## How billing works

- **Monthly or annual** — pick at checkout. Annual is paid upfront and discounts 17% (≈ two months free).
- **Quotas reset** at the start of each billing period.
- **Overage** is off by default; toggle on in Settings to allow extractions beyond quota at the per-tier overage rate. With overage off, uploads are hard-blocked once the quota is hit.
- **What counts as one lease:** one PDF upload, regardless of page count. An amendment uploaded as a separate file counts as a separate lease. Re-extracting an existing file does NOT consume a lease — it reuses the cached prompt.
- **Cancellation:** any time, from billing settings. Access continues until the end of the period; abstracts remain exportable for 30 days after cancellation.

## Annual signup bonus — 25 free leases

- **What:** any team that signs up to (or upgrades to) an annual plan receives a one-time grant of **25 bonus leases** that do **not** count toward the monthly quota and never trigger overage charges.
- **Why:** designed for teams migrating from offshore abstraction services ($300–500/lease, 2–4 week turnaround) — drop your last 25 PDFs in and have them re-processed for free as part of the switch.
- **Eligibility:** all paid annual plans (Solo, Pro, Business). Granted automatically by a database trigger on the first transition to `plan_interval = "year"`. The grant happens once per team — switching from annual back to monthly and then back to annual does not re-grant.
- **How it's used:** uploads automatically draw from the bonus pool first while it's positive, then fall back to monthly quota. Bonus-funded leases are stored with `is_bonus = true` and excluded from quota counts and unused-lease credits.
- **Lifetime:** bonus leases persist across billing periods until consumed. There is no expiration date.

## Trust & data handling

- **No model training on your data.** Anthropic API is called with the no-training flag on every request.
- **Encryption** at rest (Supabase) and in transit (TLS).
- **Data deletion** on request — abstracts and source PDFs both purged.
- **No SOC 2 Type II yet.** It's on the roadmap; do not assume current compliance.
- **No SSO / SAML yet.** Auth is email/password and Google OAuth. SAML is roadmap.

## Frequently asked questions

### Why is the cheapest plan $25/lease?
Anthropic API alone costs roughly $1 per 100-page lease. The remaining $24 covers storage, hosting, support, and the engineering behind the side-by-side viewer and citation grounding. This is the honest unit economics for a low-volume customer.

### How does the per-lease price drop at higher tiers?
Volume amortizes fixed costs and prompt caching reduces marginal compute on amendments and re-extractions. At Enterprise volume, marginal cost approaches the API floor.

### Do you have a Slack integration?
Yes — on Pro, Business, and Enterprise. Connect via OAuth in Settings, pick a channel, and a notification with a direct link to the abstract is posted whenever extraction completes. Scopes: chat:write, chat:write.public, channels:read, groups:read, team:read.

### Is there a REST API?
Yes — on Business and Enterprise. Generate API keys in Settings, then call `GET /api/v1/leases` and related endpoints to integrate abstracts with Yardi, MRI, Salesforce, BI tools, or your own data warehouse.

### How does the email notification work?
Every plan includes per-user email notifications when extraction completes. Each user toggles their own preference in Settings. Sender: a verified Posthawk-backed domain.

## Contact
- General: hello@leasebrief.com
- Sales / Enterprise / volume pricing: billing@leasebrief.com
