AI agents can trigger economic nexus thresholds in days, not quarters. When your agent processes thousands of transactions across state lines, you need to know which states require you to collect sales tax — before the obligation is triggered.
AgentTax monitors revenue accumulation per-state on every API call and alerts you at 80% of each state's threshold. Automatic. Real-time. No spreadsheets.
Since the Supreme Court's 2018 South Dakota v. Wayfair decision, states can require out-of-state sellers to collect sales tax once they exceed an economic activity threshold — typically $100,000 in revenue or 200 transactions in a calendar year. This applies to digital services, including AI agent compute, SaaS, and data processing.
For traditional businesses, nexus accumulates slowly. For AI agent operators selling digital services nationally, it can accumulate at machine speed. Every API call your agent processes for a buyer in a new state contributes to that state's threshold.
45 states + DC have economic nexus laws. Only Delaware, Montana, New Hampshire, Oregon, and Alaska (partially) have no state sales tax.
A human sales team might take months to exceed $100K in a state. An AI agent can process thousands of transactions per hour across dozens of states simultaneously. Nexus thresholds can be triggered in days, not quarters.
AI agents don't have a single office location. They serve buyers in every state. Traditional businesses can manage nexus state-by-state. Agent operators need to monitor all 45 sales-tax jurisdictions from day one.
When an agent autonomously purchases compute in Virginia, routes data through Illinois, and delivers results to a buyer in Texas — which states count? The agent made the routing decision, not the operator.
No state has issued guidance on whether AI agent activity counts toward economic nexus thresholds. Does a server-side API call constitute 'economic presence'? Post-Wayfair case law doesn't address autonomous digital agents.
Top states by economic activity. AgentTax monitors all 45 sales-tax jurisdictions automatically.
| State | Threshold | Note |
|---|---|---|
| California (CA) | $500K | Higher threshold — large economy |
| Texas (TX) | $500K | Higher threshold — no income tax state |
| New York (NY) | $500K + 100 txns | Requires BOTH revenue AND transactions |
| Connecticut (CT) | $100K + 200 txns | Requires BOTH revenue AND transactions |
| Washington (WA) | $100K | Standard Wayfair threshold |
| Florida (FL) | $100K | Standard Wayfair threshold |
| Pennsylvania (PA) | $100K | Standard Wayfair threshold |
| Illinois (IL) | $100K | Standard Wayfair threshold |
| New Jersey (NJ) | $100K OR 200 txns | Either threshold triggers nexus |
| Maryland (MD) | $100K OR 200 txns | Either threshold triggers nexus |
See the full 51-jurisdiction guide at /classification.
Every tax calculation automatically records the transaction's state and amount. When your cumulative revenue in any state reaches 80% of its nexus threshold, you get an alert in the API response — no polling, no manual tracking.
// AgentTax monitors nexus accumulation per-transaction
const result = await fetch("https://agenttax.io/api/v1/calculate", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-Key": "atx_live_..."
},
body: JSON.stringify({
role: "seller",
amount: 2500,
buyer_state: "WA",
transaction_type: "saas",
work_type: "compute",
counterparty_id: "agent_buyer_042"
})
});{
"success": true,
"sales_tax": {
"amount": 162.50,
"combined_rate": 0.065,
"buyer_state": "WA"
},
"nexus_alerts": [
{
"state": "WA",
"level": "warning",
"current_revenue": 82500,
"threshold": 100000,
"percentage": 83,
"action_required": "You are at 83% of Washington's $100,000
economic nexus threshold. Consider registering to collect
sales tax in Washington."
}
]
}Revenue recorded per-state on every API call. No batch jobs or manual uploads.
Alerts fire when you reach 80% of a state's threshold — time to prepare, not scramble.
Clear notification when nexus is triggered. Includes the state's registration requirements.
This is the central unsettled question in AI agent taxation. No state has issued guidance on whether activity by an AI agent — API calls, autonomous purchases, data processing — counts toward its operator's economic nexus threshold.
Agent activity counts toward nexus thresholds. The agent acts as the operator's commercial presence in each state.
Conservative position. May overcollect tax if states later exclude agent activity.
Agent activity is automated software execution — not economic presence. Excluded from thresholds until states say otherwise.
Aggressive position. Risk of back taxes and penalties if states include agent activity.
AgentTax lets you configure your position and adjusts calculations accordingly. Explore the full analysis in the Decision Center.
Free tier includes 100 API calls/month with full nexus monitoring. 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.