Definition

What is agentic ERP?

An agentic ERP — also called Agentic Resource Planning (ARP) — is enterprise resource planning software built for teams where some of the workers are AI agents. Unlike traditional ERPs with chatbots bolted on, an agentic ERP gives agents first-class identities, scoped permissions, and audit trails, so they can operate business processes — invoicing, procurement, pipeline management — directly, while humans review and approve. ARPEE is an open-source agentic ERP built on the ANGEE framework.

Why the category is emerging now

Every ERP in production today was designed on one assumption: the worker is a human at a screen. That assumption just expired. In a Bain & Company survey, 78% of IT leaders said they expect agentic AI to replace or augment their ERP within three years. MIT Technology Review and Deloitte are both writing about ERP reimagined for the agentic era — the shift from a system of record that humans operate to a system of action that agents operate.

The catch: most of what is marketed as “agentic AI” in business software is assistive AI on a human-first core — a copilot drafting text into screens built decades ago. Renaming a chatbot does not answer the questions that matter when software touches money.

ERP vs. ARP: what actually changes

DimensionTraditional ERPAgentic ERP (ARP)
Assumed workerHuman, at a screenHumans and AI agents, side by side
Role of AIAssistive: chatbots and copilots bolted onto human screensOperational: agents execute processes; humans approve
Agent identityShared API keys or service accountsFirst-class identity per agent, with an owner and lifecycle
PermissionsRoles for humans; AI often bypasses via integrationsOne permission model (REBAC) governs humans, systems, and agents
AuditHuman actions logged; AI actions opaqueEvery agent action attributed, replayable, and redaction-aware
Machine interfaceBolt-on APIs and RPA scrapingNative, permission-scoped tools (MCP) for every business object
Pricing pressurePer-seat licensingCompute- and outcome-priced; agents don’t buy seats

The three questions an agentic ERP must answer

Before any organization lets agents run its back office, it will ask three diligence questions. In a genuinely agentic ERP, each has a structural answer:

  1. Who is this agent? A first-class record with an owner, its own identity, and a lifecycle — not a shared API key.
  2. What can it touch? Only what its permissions grant, under the same relationship-based access control (REBAC) that governs humans. No skip-permissions path.
  3. What happens when it screws up? Every action is attributed and replayable; state changes run through guarded machines; the audit trail cannot be talked out of what it saw.

These questions — and why open source is the only credible answer to the trust problem underneath them — are covered in depth on Who do you trust?

Agentic ERP in practice

ARPEE is an open-source (AGPL-3.0) agentic ERP built as self-improving addons on the ANGEE framework. Its early alpha runs order-to-cash, procure-to-pay, and a CRM pipeline — with every business object exposed three ways at once: a React UI for humans, a typed GraphQL API for systems, and a permission-scoped MCP tool for agents. It is also largely built by agents, with human review gates — the same capability its users get.

Frequently asked questions

What is the difference between agentic ERP and AI-powered ERP?

AI-powered ERP adds assistive AI — chatbots, copilots, text suggestions — to a system designed for human operators, and the AI acts through the human’s session or a service account. Agentic ERP is architected for agents as first-class users: each agent has its own identity, its own permission scope, and its own audit trail, and operates the system directly through a machine interface such as MCP. The test is structural: if the AI reaches the data through a side door the permission model doesn’t govern, it is AI-powered, not agentic.

What does ARP stand for?

In business software, ARP stands for Agentic Resource Planning — the successor category to ERP (Enterprise Resource Planning) for organizations where some of the workers are AI agents. (In networking, ARP is the unrelated Address Resolution Protocol.)

Is there an open-source agentic ERP?

Yes. ARPEE is an open-source (AGPL-3.0) agentic ERP built as addons on the ANGEE framework, with CRM, sales, purchase, inventory, and double-entry accounting in its early alpha. It is built in public — largely by AI agents, with human review gates — and is currently pre-release.

Why do agents need identities and permissions in an ERP?

Because an ERP holds money and legal records. An agent acting on invoices, payments, or stock must be answerable to the same questions as an employee: who is it, what is it allowed to touch, and what did it actually do? Identities make actions attributable, relationship-based permissions bound what each agent can reach, and replayable audit trails make mistakes diagnosable and reversible.

Last updated 2026-07-16.