AI agents for Oracle NetSuite

Acuon queries NetSuite with SuiteQL and writes through SuiteTalk REST, so your agents answer questions against live data instead of a nightly copy of it.

Connection

How the connection works

Token-based authentication against your NetSuite account — no password sitting in a config file, and access limited to the role you issue the token for.

  • Account ID, consumer key and secret, token ID and secret.
  • Reads run as SuiteQL, so a question that spans records is one query rather than many.
  • The assistant composes its own SuiteQL when a question has no prepared report behind it.
Oracle NetSuite objects

What Acuon reads and writes

Records are addressed by their NetSuite names, and anything reachable by SuiteQL is reachable by an agent your team has scoped.

SalessalesOrder, invoice, customerPayment, creditMemo
PurchasingpurchaseOrder, vendorBill, vendor payments
FulfilmentitemFulfillment, inventoryItem, item
Master datacustomer, vendor
LedgerjournalEntry
Anything elseSuiteQL across the transaction tables
In practice

Workflows teams run on NetSuite

Vendor bills

Invoices are read, matched to the purchase order, and staged as a vendorBill with the exceptions — price, quantity, missing receipt — named rather than buried.

Collections

Open invoices drive the chasing, and every reply, promise and dispute is recorded against the customer it came from.

Ask your ledger

Finance asks a question in plain language; the agent writes the SuiteQL, runs it read-only, and shows the rows behind the answer.

Procurement

Requests become quotes, quotes become a purchase order staged for the approver your policy names.

Agents prepare; people decide. Whatever an agent extracts, matches or drafts against Oracle NetSuite waits in a review queue with the rule that put it there, and only posts once the approver your policy names says so.

Ready to see it work?

See Acuon run against your own Oracle NetSuite data.

A pilot starts with one workflow — usually supplier invoices or collections — measured on cycle time and exceptions before it grows.

Book a demo