All posts

Oracle Just Opened Its AI Agents to the Outside World. Here Is Why That Changes Everything.

Brad
Founder & CEO
Mar 27, 2026
IT Management
Hero Actions

The Blog Post That Should Have Broken the Internet

Ten days ago, the Oracle Fusion Development Center of Excellence published a technical blog titled "Invoking Fusion AI Agents from External Apps (InvokeAsync)."

No press release. No keynote. No Cloud Wars headline. Just a developer blog with code samples.

It might be the most consequential thing Oracle has shipped this year.

InvokeAsync is a standard REST endpoint. Authenticate via OAuth 2.0. Post a prompt with an agent team code. Get a jobId. Poll for results. Clean asynchronous pattern. Any external system can now call Oracle's AI agents and get results back.

Read that again. Any external system.

Oracle just opened the door to its AI agents for the entire enterprise, not just Fusion users sitting inside the application. And the implications are massive for every company running Oracle alongside Workday, SAP, NetSuite, ServiceNow, or anything else.

Why This Matters: Your Business Does Not Live Inside One System

Your month-end close takes 8 days. Not because Oracle is slow. Because the process touches Oracle for GL, Workday for payroll, ServiceNow for approvals, and three spreadsheets your finance team maintains manually because nothing else connects the data.

Your AP team processes 4,000 invoices a month. A third of them reference purchase orders in a procurement platform that is not Oracle. The team copies data between screens, reconciles in Excel, and emails the exceptions to someone who emails them to someone else.

Your new hire starts on Monday. Workday says they exist. Oracle does not know yet. ServiceNow has no ticket for their laptop. Active Directory has no account. Five days later, the employee is sitting at a desk with no access to anything, and four people in three departments are manually chasing the handoffs.

These are not technology problems. They are gap problems. The processes that cost you the most time, the most headcount, and the most errors are the ones that cross system boundaries.

Until March 13, Oracle's AI agents could not participate in solving these problems. They lived inside Fusion's walls. Powerful inside. Invisible outside.

InvokeAsync changes that.

What Oracle Built Inside Fusion (And What You Can Now Invoke From Outside)

Before InvokeAsync matters, you need to understand what Oracle built inside Fusion. Because the value of invoking something externally depends entirely on what you are invoking.

We are an Oracle partner. We went deep on AI Agent Studio. Not the press releases. The actual agents, the actual architecture, the actual documentation. We came away impressed.

AI Agent Studio is not a chatbot. It is a serious platform:

  • Agents that take action inside Fusion: converting PDF supplier quotes into purchase requisitions, purchase orders into sales orders, PCN notices into engineering change orders

  • Multi-agent teams orchestrating complex supply chain and procurement tasks (e.g., a 6-agent Product Configuration workflow)

  • Workflow agents with deterministic control flow for regulated processes

  • Human-in-the-loop checkpoints before agents commit transactions

  • Role-based security inheritance from your existing Fusion RBAC

  • Multi-LLM flexibility (Llama, Cohere, OpenAI, Anthropic, Google)

  • MCP and A2A protocol support

  • All included with your Fusion subscription

Oracle's messaging is "Built in. Not bolted on." They mean it. An agent operating inside Fusion already knows who you are, what you can see, and what business rules apply.

Now imagine being able to call any of that from outside Fusion. From a workflow that spans five systems. From an orchestration layer that coordinates Oracle, Workday, SAP, and ServiceNow in a single process.

That is what InvokeAsync enables.

The Simple Rule

If the process lives inside Fusion, use AI Agent Studio directly.

If the process spans multiple systems, orchestrate it externally and invoke AI Studio where you need Fusion context.

InvokeAsync is the bridge.

What This Looks Like in Practice

Accounts Payable: Hero Orchestrates, AI Studio Validates

The problem: A manufacturer processes 4,200 invoices per month across Oracle Fusion, Coupa (procurement), two bank portals, and email. 38% of invoices reference non-Oracle POs. Average cycle time: 8.2 days. 6 FTEs on manual matching and cross-system reconciliation.

Before InvokeAsync: Oracle's Payables agents could only handle invoices with Oracle POs. The 38% referencing Coupa POs were entirely manual. The two systems could not collaborate.

After InvokeAsync: Hero orchestrates the end-to-end process across all systems. For invoices with Oracle POs, Hero calls AI Studio's Payables Agent via InvokeAsync for Fusion-side three-way matching and validation. The agent operates with full Fusion context, security, and business logic. Hero gets the validated result back and continues the workflow: handling the Coupa-referenced invoices, triggering bank payments across both portals, routing exceptions, and producing consolidated reporting.

Oracle's agent does what it does best, inside Fusion. Hero does what Oracle was not designed to do: connect it to everything else.

Result: Cycle time: 8.2 days to 1.9 days. Auto-resolution: 74%. 4 of 6 FTEs redeployed. Annual savings: $340K.

Intercompany Reconciliation: AI Studio Provides Context, Hero Reconciles Across ERPs

The problem: A logistics company runs 18 legal entities across Oracle Fusion (10), SAP (5), and NetSuite (3). Monthly intercompany elimination takes 12 days and 3 FTEs doing spreadsheet reconciliation. Average: 23 manual journal entries per close.

Before InvokeAsync: Oracle's Ledger Agent could surface GL insights for the 10 Oracle entities. But it could not see SAP or NetSuite. The reconciliation was manual.

After InvokeAsync: Hero pulls trial balance data from all three ERPs. For the Oracle entities, Hero invokes AI Studio's Ledger Agent via InvokeAsync to get Fusion-side context, variance analysis, and account details with full security applied. Hero then combines that with SAP and NetSuite data, identifies intercompany mismatches across all 18 entities, generates elimination entries, and posts adjustments back to each respective system.

The Ledger Agent does what it does best: provide rich Oracle context. Hero does what no single-system agent can: reconcile across all three ERPs.

Result: Close cycle: 12 days to 4 days. Manual journal entries: 23 to 3. 2 of 3 FTEs redeployed. Annual savings: $285K.

Employee Onboarding: Four Systems, One Workflow, InvokeAsync at the Center

The problem: A financial services firm onboards 200+ employees per quarter across Workday (HCM), Oracle Fusion (financials/access), ServiceNow (IT), and Active Directory. Average time to full access: 5.3 business days. The bottleneck is manual handoffs between four systems managed by three departments via email.

Before InvokeAsync: Oracle's Access Request Assistant could automate role assignment inside Fusion, but it had no way to know a new hire existed in Workday or that a ServiceNow ticket was needed. Each system was an island.

After InvokeAsync: Hero detects the new hire event in Workday. It calls Oracle's Access Request Assistant via InvokeAsync to provision the right Fusion security roles based on the employee's job profile, with Oracle's RBAC applied natively. Simultaneously, Hero creates a ServiceNow ticket for equipment, provisions an Active Directory account, and confirms completion across all four systems.

One hire event. Four systems. One automated workflow. InvokeAsync is the connection point that makes Oracle's agent part of a process that lives well beyond Fusion.

Result: Onboarding: 5.3 days to same-day (91% of hires). Employee satisfaction up 34%. Annual savings: $180K.

Templates vs Outcomes (And Who Configures the API)

InvokeAsync is an API. An API does nothing by itself. Someone has to build the workflow that calls it, handle the authentication, manage the polling, process the results, and connect it to every other system in the process.

AI Agent Studio delivers powerful templates inside Fusion. InvokeAsync makes those templates accessible from outside. But the question remains: who builds and orchestrates the cross-system workflow?

The Big 5 (Accenture, Deloitte, KPMG) will scope it as a custom integration project. 6-12 months, $2-5M, outcome not guaranteed.

The AI giants (OpenAI, Anthropic, Palantir) are building enterprise practices with top talent. They will charge $10M+ for the privilege.

Dayos delivers outcomes:

Templates. We leverage AI Studio agents where they fit, invoking them via InvokeAsync as part of the workflow. If Oracle built something that works, we use it.

Orchestration platform. Hero is built for exactly this. InvokeAsync calls to Oracle. API calls to Workday, SAP, NetSuite, ServiceNow. Spreadsheet ingestion. Email processing. Bank portal integration. One platform, every system.

Forward-deployed engineers. Our team spent decades building ERP inside Oracle and Workday. We know which AI Studio agents to invoke, how to configure them, and what to build from scratch when the templates do not fit.

90 days. Measurable outcomes. If it does not deliver, you know in 90 days, not 12 months.

Faster than Palantir. At Accenture prices.

Oracle Opened the Door. We Built What Walks Through It.

InvokeAsync is the most important API Oracle has published in years. Not because it is technically complex. It is a standard REST endpoint. But because of what it signals: Oracle recognizes that the future of enterprise AI is not single-system.

Every agent Oracle builds inside Fusion is now an agent Hero can invoke in a cross-system workflow. Every improvement Oracle makes to AI Agent Studio makes Hero more powerful. The stronger Oracle gets inside Fusion, the more valuable Hero becomes as the layer connecting it to everything else.

We do not replace AI Agent Studio. We give customers a reason to build more agents in it. Because now those agents can participate in the processes that actually drive the business: the ones that cross system boundaries.

That is not competition. That is architecture.

Share this post