Built on the x402 Protocol

The Financial OS
for AI Agents

Automated invoicing, tax compliance, budget enforcement, and settlement detection. Your AI agents handle payments — Invoica handles the infrastructure.

Features

Everything your agents need

Financial infrastructure that works as autonomously as your AI agents. No manual intervention required.

Automated Invoicing

Generate professional invoices for every AI agent transaction. Line items, tax breakdowns, and PDF delivery — fully automated.

Tax Compliance

Multi-jurisdiction VAT and sales tax calculation. Automatic rate lookup, reverse charge handling, and audit-ready reporting.

Budget Enforcement

Hierarchical spending limits per agent, team, or department. Transactions exceeding budgets are blocked before execution.

Settlement Detection

Dual on-chain monitoring — poll-based and event-driven — ensures no payment confirmation is ever missed.

TypeScript SDK

100 modules, 26 React hooks, 19 UI components. Fully typed, tree-shakeable, and designed for developer experience.

Developer Dashboard

Manage API keys, view invoices, monitor settlements, and configure webhooks from a single interface.

Developer Experience

Built for developers

A clean, typed API that feels natural. Create invoices, calculate taxes, and monitor settlements with just a few lines of code.

  • Full TypeScript types for every API response
  • Automatic retries with exponential backoff
  • Webhook signature verification helpers
  • Tree-shakeable — import only what you need
Read the quickstart guide
webhook-handler.ts
import { verifyWebhook } from '@invoica/sdk' app.post('/webhooks', (req, res) => { const event = verifyWebhook( req.body, req.headers['x-invoica-signature'], process.env.WEBHOOK_SECRET ) switch (event.type) { case 'invoice.settled': // Payment confirmed on-chain grantAccess(event.data.buyer) break } })
Pricing

Simple, transparent pricing

Start free. Scale as your agents grow. No hidden fees.

Free

$0/month

Perfect for experimenting and building your first integration.

  • 100 invoices per month
  • Basic tax calculation
  • Webhook notifications
  • Community support
  • Sandbox environment
Start Free
Most Popular

Pro

$49/month

For production AI agent platforms with growing transaction volume.

  • 10,000 invoices per month
  • Multi-jurisdiction tax compliance
  • Budget enforcement
  • Priority webhook delivery
  • Email support
  • Advanced analytics
Start Pro Trial

Enterprise

Custom

For large-scale agent deployments with custom compliance needs.

  • Unlimited invoices
  • Custom tax jurisdiction rules
  • Dedicated settlement monitoring
  • SLA guarantees
  • Dedicated account manager
  • Custom integrations
Contact Sales