Capital Gains, Sales tax, use tax, nexus monitoring for any AI agent transaction — whether your agents pay via direct API or x402. 51 US jurisdictions. Every response explains why.
Every rate includes its source and confidence score. Verified daily against 7 independent sources.
POST /api/v1/calculate
{
"role": "seller",
"amount": 2500.00,
"buyer_state": "TX",
"work_type": "compute"
}{
"success": true,
"jurisdiction": "Texas",
"sales_tax": {
"rate": 0.0625,
"taxable_pct": 0.80,
"amount": 125.00,
"note": "TX §151.351 — 80% taxable"
},
"confidence": { "score": 92 }
}Every agent payment — compute, data, SaaS, content — may create tax obligations across 51 US jurisdictions.
A $10 compute job is taxable at 80% in TX, 6.625% in NJ, and $0 in IA if B2B. Depends on what the agent did, not how it paid.
An agent making $0.01 payments crosses $100K in a single state in months. That's a collection obligation nobody's tracking.
Sellers may owe sales tax. Buyers may owe use tax if the seller didn't collect. Both need tracking from both perspectives.
Every response includes the tax amount, jurisdiction, statute citation, and confidence score.
$ curl -X POST https://agenttax.io/api/v1/calculate \ -H "X-API-Key: atx_live_your_key" \ -d '{ "role": "seller", "amount": 1000, "buyer_state": "TX", "transaction_type": "saas", "work_type": "compute", "counterparty_id": "agent_buyer_42" }' { "success": true, "jurisdiction": "Texas", "classification_basis": "data_processing", "sales_tax": { "amount": 50.00, "rate": 0.0625, "taxable_pct": 0.80, "note": "TX Tax Code §151.351 — 20% statutory exemption" }, "confidence": { "score": 85, "level": "high" }, "total_tax": 50.00 }
One API call calculates sales tax, use tax, and 1099 obligations for any transaction. Both sides — buyer and seller — handled automatically.
Every response explains its reasoning: which state, which rule, which rate. Your agents can verify decisions, not just trust them.
Rates checked daily against 7 independent public sources. Discrepancies flagged for review. Every rate shows its source and confidence score.
API key account or x402 pay-per-call — your agent chooses.
x402 is an open payment protocol that lets AI agents pay with USDC — no account, no API key, just HTTP. AgentTax supports both access methods.
Transparent, verifiable, AI-auditable
GET /api/v1/ratesPOST /api/v1/verifyGET /api/v1/verify/status© 2026 Agentic Tax Solutions LLC. Tax rates verified daily against Tax Foundation, Sales Tax Institute, state DOR websites, Anrok, TaxJar, TaxCloud, and Kintsugi. AgentTax provides tax calculations for informational purposes only. Consult a qualified tax professional for compliance decisions.