Skip to main content
AgentTax
NEXUS MONITORING

Economic Nexus for AI Agents

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.

What Is Economic Nexus?

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.

Why AI Agents Create Unique Nexus Challenges

SPEED OF ACCUMULATION

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.

MULTI-STATE BY DEFAULT

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.

AUTONOMOUS DECISION-MAKING

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.

THE UNSETTLED QUESTION

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.

State Economic Nexus Thresholds

Top states by economic activity. AgentTax monitors all 45 sales-tax jurisdictions automatically.

StateThresholdNote
California (CA)$500KHigher threshold — large economy
Texas (TX)$500KHigher threshold — no income tax state
New York (NY)$500K + 100 txnsRequires BOTH revenue AND transactions
Connecticut (CT)$100K + 200 txnsRequires BOTH revenue AND transactions
Washington (WA)$100KStandard Wayfair threshold
Florida (FL)$100KStandard Wayfair threshold
Pennsylvania (PA)$100KStandard Wayfair threshold
Illinois (IL)$100KStandard Wayfair threshold
New Jersey (NJ)$100K OR 200 txnsEither threshold triggers nexus
Maryland (MD)$100K OR 200 txnsEither threshold triggers nexus

See the full 51-jurisdiction guide at /classification.

How AgentTax Monitors Nexus

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.

Request
// 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"
  })
});
Response — with nexus alert
{
  "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."
    }
  ]
}
Per-Transaction Tracking

Revenue recorded per-state on every API call. No batch jobs or manual uploads.

80% Early Warning

Alerts fire when you reach 80% of a state's threshold — time to prepare, not scramble.

100% Threshold Breach

Clear notification when nexus is triggered. Includes the state's registration requirements.

Does AI Agent Activity Create Nexus?

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.

Position A: Nexus-Creating

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.

Position B: Non-Nexus-Creating

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 or see how nexus fits the broader compliance picture in the Agent Tax Compliance reference.

Frequently asked questions

What is economic nexus for an AI agent operator?

Economic nexus is the obligation to collect a state's sales tax once your activity there crosses a revenue or transaction threshold, even with no physical presence. It comes from the Supreme Court's 2018 South Dakota v. Wayfair decision. For an AI agent operator, the activity that counts is the agent's — every API call it processes for a buyer in a state contributes to that state's threshold.

Do AI agent transactions count toward economic nexus thresholds?

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. The conservative position treats agent activity as the operator's commercial presence in each state; the aggressive position treats it as automated software execution and excludes it until states say otherwise. AgentTax lets you configure which position you take and adjusts calculations accordingly.

What is the economic nexus threshold in most states?

Typically $100,000 in revenue or 200 transactions in a calendar year, which is the standard Wayfair threshold used by states including Washington, Florida, Pennsylvania and Illinois. Some large economies set it higher: California and Texas both use $500,000. Thresholds apply to digital services, including AI agent compute, SaaS and data processing.

Which states require both revenue and transaction count?

New York ($500,000 plus 100 transactions) and Connecticut ($100,000 plus 200 transactions) require BOTH tests to be met before nexus is triggered. Others, such as New Jersey and Maryland, trigger on EITHER $100,000 or 200 transactions. The distinction matters at machine speed: an agent generating many small transactions can cross a transaction count long before it crosses a revenue figure.

How quickly can an AI agent trigger economic nexus?

In days rather than quarters. A human sales team might take months to exceed $100,000 in a state, but an AI agent can process thousands of transactions per hour across dozens of states simultaneously. Agent operators also serve buyers in every state from day one, with no single office location to anchor a state-by-state rollout, so the exposure is multi-state by default.

Which states have no sales tax and therefore no economic nexus?

DE, MT, NH, OR have no state sales tax, and Alaska has none at the state level though local jurisdictions may impose one. Every other state, plus DC, has an economic nexus law. AgentTax monitors all of them automatically across 51 US jurisdictions.

How does AgentTax track nexus accumulation?

Every tax calculation automatically records the transaction's state and amount, so revenue accrues per-state on each API call with no batch jobs, polling or manual uploads. When cumulative revenue in a state reaches 80% of its threshold, a nexus_alert appears in the API response — an early warning with time to prepare. A second alert fires when the threshold is actually breached, including that state's registration requirements.

Should I register in a state before I cross its threshold?

Registering early is a judgement call, not a requirement — the collection obligation begins when the threshold is crossed. The reason the 80% alert exists is that registration takes time, and discovering a breach after the fact means back taxes and penalties on transactions you have already settled. Knowing you are at 83% of Washington's threshold is what makes it a decision rather than a discovery.

Monitor Nexus Before It Triggers

Free tier includes 100 API calls/month with full nexus monitoring. No credit card required.