Xero Sphere AI Tax

Free multi-country tax engine — quote, history verify, official rate packs, and client-side CSV export. Daily updates by a secure AI agent from official government sites. Powered by Xero Sphere AI.

Xero Sphere AI Tax is an independent product of Xero Sphere AI. It is not affiliated with, endorsed by, or connected to Xero Limited / Xero accounting software, or any product named Sphere.

Tax calculator · Console · OpenAPI · Free packs JSON

Why Xero Sphere AI Tax

Locked enterprise tax cloudsXero Sphere AI Tax
Paid / locked rate cloudFree forever public packs + open engine
Weeks of enterprise onboardingNo account · open console in one click
Checkout-only focusCheckout quote + history verify + POS xst_ keys
Opaque lock-inOpenAPI, curl-first, public /api/v1/public/*
Rate lag / partner dependencyDaily secure AI agent on allowlisted official sites

Free public APIs

Public routes expect the console client header from the web UI. Prefer the hosted console, calculator, or documented client for production calls.

Example quote

curl -sS -X POST https://tax.xero-sphere-ai.com/api/v1/public/quote \
  -H "Content-Type: application/json" \
  -H "X-XeroTax-Client: xerotax-web" \
  -d '{"country":"PK","currency":"PKR","tax_mode":"exclusive","lines":[{"amount_cents":10000,"qty":1}]}'

Daily official rates (secure AI agent)

A secure AI agent fetches allowlisted government domains only, proposes rates into the rate registry (verified at high confidence, else pending review). Host cron: npm run rates:refresh. Provider credentials stay on the host — never in the browser.

Free exhaust sync — calculate and forget

Large history sync is free within tier limits. POST /api/v1/public/verify/exhaust quotes every invoice in memory and returns counters (plus itemized rows for your own CSV export). No invoice payloads are stored on our servers.

curl -sS -X POST https://tax.xero-sphere-ai.com/api/v1/public/verify/exhaust \
  -H "Content-Type: application/json" \
  -H "X-XeroTax-Client: xerotax-web" \
  -d '{"pack_code":"PK","invoices":[{"invoice_no":"INV-1","total_amount":1000,"tax_amount_cents":18000}]}'

Connect POS

“Scan” means auto-detect unique invoice fields from history JSON — not a camera QR. Flow:

  1. In the shop app: Sales History → Create API key → copy xst_… (shown once).
  2. In Xero Sphere AI Tax console → Connect → paste shop base URL + key → Test fetch.
  3. Auto-scan fields → verify history in this tab → export CSV before you leave.

Call GET {shop}/api/integrations/sales with x-api-key or Bearer xst_…. Connections are ephemeral in your browser — not saved on tax servers.

Brand notice

Xero Sphere AI Tax is an independent product of Xero Sphere AI. It is not affiliated with, endorsed by, or connected to Xero Limited / Xero accounting software, or any product named Sphere.

SEO & product keywords

Xero Sphere AI Tax is built for discoverability around free multi-country tax verification, GST VAT sales tax calculator, Pakistan FBR-style rate packs, POS invoice tax audit, official government tax rate updates, OpenAPI tax quote, and calculate-and-forget compliance workflows — without account walls.

Self-host

npm run setup:tax && pm2 start ecosystem.config.js --only xerosphere-tax

Free packs stay public. Hosted verify limits protect the shared free tier for everyone.