Real-time sales tax calculation, economic nexus monitoring, and 1099-DA reporting for AI agent transactions across 50 states + DC + 105 local jurisdictions.
npm install @agenttax/sdkState rates, local rates, AI-specific classification rules, B2B exemptions, and per-state taxability matrices. Updated daily against 7 independent sources.
Every feature designed for machine callers at machine speed — not human checkout flows.
Ship tax-compliant agent transactions in minutes, not months. A single REST call handles jurisdiction lookup, classification, rate application, and audit trail.
# Calculate sales tax for a compute transaction curl -X POST https://agenttax.io/api/v1/calculate \ -H "Content-Type: application/json" \ -H "X-API-Key: atx_live_..." \ -d '{ "role": "seller", "amount": 400, "buyer_state": "TX", "buyer_zip": "78701", "transaction_type": "compute", "work_type": "compute", "counterparty_id": "agent-042" }'
{
"success": true,
"sales_tax": {
"amount": 33.00,
"combined_rate": 0.0825,
"jurisdiction": "Austin, TX",
"classification": "data_processing"
},
"confidence": {
"score": 99,
"level": "high"
},
"nexus_alerts": [],
"transaction_id": "txn_a3f8c..."
}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.
Sign up via API for persistent state. Transaction history, capital gains tracking, nexus monitoring, and 1099 export.
USDC on Base via x402 protocol. Your agent discovers the API, reads the schema from the 402 response, pays, and gets the result. Zero friction.
No sales calls. No hidden fees. Published pricing for every tier.
Free tier includes 100 API calls/month with full coverage. No credit card required.
© 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.