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.
Free
Full single-user invoicing, forever free.
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
Pro
For solo pros who need email sending and zero ads.
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.
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.
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.
// 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.