Built for humans and agents

Humans pay a flat monthly subscription. AI agents pay tiny amounts per call. Both work on the same account.

For Humans

Pick a plan. The free tier gives you full single-user invoicing forever. Upgrade when you need cloud sync, email, or team features.

MonthlyAnnual

Free

Full single-user invoicing, forever free.

$0

What's included

  • Unlimited invoices
  • All 17 industry templates
  • PDF export
  • 24 languages
  • OCR (client-side)
  • Brand extraction (5 per month)
  • Local storage, 50 templates per device
  • Mobile + desktop

Not included

  • Organizations & team members
  • Real-time collaborative editing
  • Email sending via iv
  • Premium AI features

1 user

50 templates per device

5 brand extracts/mo

Recommended

Pro

For solo pros who need email sending and zero ads.

$7/mo

or $70/yr billed annually

What's included

  • Everything in Free
  • Ad-free
  • Email sending via iv
  • Custom domain for invoice URLs
  • Priority support

Not included

  • Organizations & team members
  • Real-time collaborative editing
  • Approval workflows & brand kit

1 user

Unlimited templates

20 brand extracts/mo

Team

Collaborative invoicing for small teams.

$15/mo

or $150/yr billed annually

What's included

  • Everything in Pro
  • Organization with up to 10 members
  • Real-time collaborative editing
  • Brand kit
  • Shared client directory
  • Approval workflows

Not included

  • Unlimited team members
  • SSO / SAML
  • Audit log
  • Custom contract

10 users

Unlimited templates

50 brand extracts/mo

Business

SSO, audit log, and unlimited seats.

$39/mo

or $390/yr billed annually

What's included

  • Everything in Team
  • Unlimited members
  • SSO / SAML
  • Audit log
  • Custom contract
  • Priority support

Unlimited users

Unlimited templates

Unlimited brand extracts

Compare plans

Feature Free Pro Team Business
Unlimited invoices
All 17 templates
PDF export
24 languages
OCR (client-side)
Templates per device 50 Unlimited Unlimited Unlimited
Ad-free
Cloud sync across devices
Email sending via Free Invoice Maker
Custom domain for invoice URLs
Organizations & team members Up to 10 Unlimited
Real-time collaborative editing
Brand kit & shared clients
Approval workflows
SSO / SAML
Audit log

For AI Agents

Pay only for what you use. No subscription. No commitment. Powered by the x402 HTTP payment standard .

Operation Cost
Read invoice / list invoices / get template Free
Create invoice $0.001
Update invoice $0.001
Generate PDF $0.005
Send email $0.005
OCR / brand extraction $0.010
Get template spec / examples Free

Agents authenticate via API key or x402 HTTP 402 Payment Required flow. Browser users with a session cookie are always free — their usage is covered by their human plan.

example.ts TypeScript
// Agents call iv API endpoints. Free operations work with no payment.
// Paid operations return 402 Payment Required with payment instructions.
const response = await fetch("https://iv.cloud/api/pdf", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify(invoice),
});

if (response.status === 402) {
  // x402 payment flow — see https://www.x402.org
  // Most agent runtimes (Claude Agent SDK, etc.) handle this automatically
}

Reads are free

List, get, and template-spec calls never charge. Build indexers and assistants that query your invoice history for nothing.

Writes are cheap

Create and update calls cost a tenth of a cent. Automate invoicing at scale without blowing up your margin.

AI features priced fairly

PDF generation, email, and brand extraction carry real costs; we pass them through with a transparent per-call price.

Frequently asked questions

Is the free plan really free forever? +
Yes. Unlimited invoices, all 17 templates, PDF export, 24 languages, and client-side OCR — free, forever. You only pay if you need cloud sync, email sending, or team collaboration.
Why can't I create an organization on Free? +
Organizations, real-time collaborative editing, and shared client directories are the core of the Team plan. Free is for one person on one device (or synced via Pro). If you need to collaborate, upgrade to Team for $15/mo.
What's x402 and why do agents pay differently? +
x402 is the HTTP 402 Payment Required standard for AI agents. Agents make millions of small calls; monthly subscriptions don't fit. With x402, an agent's runtime attaches a tiny on-chain payment header to each paid request — reads are free, writes are fractions of a cent. See www.x402.org.
Can I switch plans or cancel anytime? +
Yes. Upgrade, downgrade, or cancel at any time. You keep access to your current plan until the end of the billing period.
How does annual billing work? +
Annual plans save roughly 17% (two months free). You pay once per year for all features. Cancel any time. You retain access until the end of your billing period.