P25-11-21">
Oracle Cloud AI Agents Enterprise Automation
12 min read Enterprise AI

Oracle Cloud AI Agent Studio Explained: How to Automate Business Processes

Imagine submitting leave requests, retrieving payslips and answering policy questions through natural language commands - without touching your Oracle Fusion screens. Oracle's AI Agent Studio makes this possible by letting you build conversational interfaces that automate HR, finance and operational tasks. Here's how it works.

What Is Oracle AI Agent Studio?

Oracle Cloud's AI Agent Studio, introduced in release 25B and enhanced in subsequent updates, represents a paradigm shift in enterprise automation. Unlike traditional chatbots with predefined Q&A flows, these AI agents leverage large language models (LLMs) to understand natural language requests, determine appropriate actions, and execute tasks across Oracle Fusion applications.

The platform solves a critical pain point for Oracle customers: the complexity of navigating multiple screens to complete routine tasks. As shown at 4:32 in the video, agents can handle requests like "Submit a leave request from June 20 to June 25" or "Show me my payslip" without manual form navigation.

Key differentiator: While Oracle has offered generative AI features like AI Assist for job descriptions since 2023, AI Agent Studio introduces actionable automation - agents that don't just generate text but actually perform system transactions.

How to Activate AI Agent Studio

Implementing AI Agent Studio requires both Oracle-side activation and instance configuration. Here's the two-phase process:

Phase 1: Oracle Support Activation

Submit a service request (SR) to Oracle Support requesting AI Agent Studio activation. Activation occurs separately for non-production and production environments, with production typically enabled two weeks after non-prod.

Phase 2: Instance Configuration

  1. Enable the Security Console External Application Integration profile option
  2. Run two scheduled processes:
    • Import Resource Application Security
    • Import User and Role Application Security
  3. Create a custom role with the Manage HCM Intelligence Agent privilege
  4. Enable Permission Groups for the role
  5. Assign module-specific permission groups (HCM, Finance, etc.)

Permission tip: The permission groups you assign determine which of Oracle's 124 predefined agents (as of 25D) users can access. For full visibility across all modules, assign all available permission groups.

Agent Team Architecture Explained

Oracle's AI Agent Studio organizes automation capabilities into a hierarchical structure that mirrors real-world team dynamics:

Agent Team → Agent → Tools
Think of the Agent Team as a department (like HR), Agents as employees with specific roles, and Tools as the capabilities each employee uses to perform their job.

This architecture provides several advantages:

  • Modular design: Tools can be reused across multiple agents
  • Specialization: Different agents handle distinct task types
  • Scalability: New agents can be added without disrupting existing ones

At 8:15 in the video, the presenters demonstrate how a single Agent Team container can hold multiple specialized agents, each with their own set of tools for specific business functions.

Predefined vs Custom Agents

Oracle provides two paths to agent implementation:

Predefined Agents (124+ available)

  • Ready-to-use solutions for common scenarios
  • Cover HCM, Finance, Supply Chain and GRC modules
  • Updated with each Oracle release (16 in 25C → 40 in 25D)
  • Can be used as-is or copied for customization

Custom Agents

  • Built from scratch using Business Objects and Tools
  • Require defining:
    • Agent Team container
    • Agent(s) with specific purposes
    • Tools for data interaction
  • Ideal for unique business processes

At 22:40, the video shows how to copy a predefined agent while maintaining the original as a template - a best practice for preserving Oracle's tested configurations while allowing customization.

5 Types of Agent Tools

Agents perform their magic through five types of tools, each serving distinct purposes:

1. Business Object Tools

Interact with Oracle Fusion database tables to retrieve or post data. Every standard Fusion business object is available through REST APIs.

2. Deep Link Tools

Navigate users to specific application screens. Requires pre-defining Deep Links in the dedicated section.

3. Document Tools

Process and answer questions from uploaded files (e.g., company policies). The LLM parses both the question and document content.

4. Email Tools

Send automated emails (new in 25D). Particularly useful for notifications and approvals.

5. External REST Tools

Integrate with third-party systems through their APIs, enabling cross-platform automation.

Critical dependency: Every agent requires the GetUserSession tool (shown at 31:50) to identify the authenticated user and enforce data security.

Working With Business Objects

Business Objects form the backbone of data interactions in AI Agent Studio. Here's how to work with them effectively:

Accessing Business Objects

All standard Fusion business objects are available through REST APIs documented in Oracle's technical references. The Business Objects tab in Agent Studio shows both:

  • Predefined: Read-only objects from Oracle's templates
  • Custom: Editable objects you create

Creating Custom Business Objects

  1. Navigate to Business Objects tab
  2. Click "Create"
  3. Define:
    • Business Object family and product
    • Name and description
    • REST API endpoint details
  4. Save and associate with tools

At 25:15, the video demonstrates how to check Business Object dependencies before deletion - a crucial step since objects linked to active tools can't be removed.

Deep Links enable agents to guide users to specific Fusion screens. Here's the implementation process:

  1. Navigate to Deep Links tab
  2. Filter by module if needed
  3. Click "Create" for custom links
  4. Define:
    • Family and product
    • Name and URL path
    • User-facing description
  5. Associate with Deep Link tools

Pro tip: Combine Deep Links with Business Object tools to create guided workflows - e.g., an agent that both retrieves payslip data and can navigate the user to the detailed payslip screen if needed.

The presenters show this at 28:30, highlighting how predefined Deep Links (marked with view icons) can be copied for customization while maintaining the original template.

LLM Integration Options

AI Agent Studio's intelligence comes from integrated large language models. Available options vary by release:

Standard LLMs

  • 25C: Llama only
  • 25D: Llama + GPT-5 Mini

Third-Party LLMs

Through the Credentials section (new in 25D), you can integrate:

  • Google Vertex AI
  • Microsoft Azure OpenAI
  • Other LLMs with REST APIs

The LLM selection occurs during Agent Team creation, where you choose from available models. As shown at 34:20, this determines how the agent processes natural language inputs and formats responses.

Prompt engineering: Each agent includes customizable prompts that guide the LLM's behavior - telling it which tools to use, how to format responses, and what steps to follow for different request types.

Watch the Full Tutorial

For a hands-on walkthrough of Oracle AI Agent Studio setup and configuration, watch the full video tutorial below. At 15:40, the presenters demonstrate the critical step of enabling permission groups for custom roles - a common stumbling block for new implementations.

Oracle Cloud AI Agent Studio tutorial video

Key Takeaways

Oracle Cloud AI Agent Studio represents a transformative approach to enterprise automation, moving beyond simple chatbots to actionable AI agents that:

  • Understand natural language requests
  • Access and update Fusion data securely
  • Integrate with external systems
  • Guide users through complex processes

Implementation roadmap: 1) Activate via SR, 2) Configure instance security, 3) Create roles with permission groups, 4) Start with predefined agents, 5) Develop custom agents for unique needs.

Frequently Asked Questions

Common questions about Oracle AI Agent Studio

Oracle Cloud AI Agent Studio is a no-code platform within Oracle Fusion that lets businesses create conversational AI agents to automate HR, finance and operational tasks. These agents can retrieve data, submit transactions, answer document-based questions and integrate with external systems through natural language commands.

The platform differs from traditional chatbots by using large language models to understand intent and determine appropriate actions rather than following predefined question-answer flows.

  • Part of Oracle Fusion applications since release 25B
  • Enhanced in 25C and 25D with more agent types and features
  • Doesn't require coding - uses visual tool configuration

Enabling AI Agent Studio requires two steps: First, submit an SR to Oracle Support to activate the feature on your instance (done separately for non-prod and prod environments). Second, configure your instance by enabling the 'Security Console External Application Integration' profile option, running two scheduled processes ('Import Resource Application Security' and 'Import User and Role Application Security'), and creating a custom role with the 'Manage HCM Intelligence Agent' privilege.

The activation process typically takes 1-2 weeks from SR submission to production availability, with non-production environments enabled first for testing.

  • No additional licensing costs for predefined agents
  • Production activation follows non-prod by 2 weeks
  • Requires Fusion administrator access for configuration

Oracle AI agents can handle five main task types: 1) Business Object interactions (retrieve/post data to Fusion tables), 2) Deep Link navigation (direct users to specific screens), 3) Document processing (answer questions from uploaded files), 4) Email automation, and 5) External REST API integrations. Common use cases include submitting leave requests, retrieving payslips, answering policy questions and automating approval workflows.

Agents combine these capabilities to create multi-step processes - for example, an agent might first retrieve an employee's leave balance (Business Object), then submit a leave request (Business Object), then email the manager for approval (Email tool), all from a single natural language command.

  • 124+ predefined agents available across HCM, Finance, SCM
  • Agents work within user's existing security context
  • Can combine multiple tools in single workflows

Oracle provides over 120 predefined agents across HCM, Supply Chain and Finance modules that are ready to use after copying and publishing. These cover common scenarios like absence management and payroll queries. Custom agents require building from scratch by defining Business Objects, Deep Links and Tools to create unique workflows tailored to your business processes.

Predefined agents offer faster implementation with Oracle-tested configurations, while custom agents provide flexibility for specialized requirements. Many organizations start with predefined agents for quick wins, then develop custom agents for differentiated processes.

  • Predefined agents updated with each Oracle release
  • Custom agents require more setup but enable unique automation
  • Best practice: Copy predefined agents before customizing

Release 25C supports Llama models, while 25D adds GPT-5 Mini. You can also integrate third-party LLMs like Google Vertex AI or Azure OpenAI by adding credentials in the Credentials section. The LLM parses user questions, determines which tools to use, and formats responses based on predefined prompts that guide the agent's behavior.

LLM selection occurs at the Agent Team level, allowing different teams to use different models based on their needs. The Credentials section (new in 25D) provides a centralized way to manage third-party LLM integrations across all agents.

  • Default: Llama (25C), Llama + GPT-5 Mini (25D)
  • Can integrate Google, Azure, other LLMs via REST
  • Prompt engineering critical for optimal performance

All agent interactions use the authenticated user's security context. The GetUserSession tool first identifies the logged-in user, then subsequent Business Object calls filter data based on that user's permissions. This ensures agents only access data the user could normally see in the Fusion interface.

Security is maintained through Oracle's standard role-based access control - agents inherit the same data restrictions as the user initiating the request. This prevents privilege escalation while enabling self-service automation.

  • Uses same security model as Fusion UI
  • GetUserSession tool required for all agents
  • Data filtered by user's existing privileges

Starting with release 25D, Oracle partners can develop agents and submit them for validation to be listed in the Marketplace. Once approved, these agents appear alongside Oracle's predefined options, allowing customers to purchase and deploy specialized automation solutions without development effort.

The Marketplace provides a distribution channel for partners to monetize their AI Agent expertise while giving customers access to vetted, industry-specific solutions. Oracle handles the security validation and hosting of Marketplace agents.

  • Marketplace launches with 25D release
  • Partners must pass Oracle security review
  • Expands available automation use cases

GrowwStacks helps businesses implement Oracle AI Agent Studio solutions including: 1) Environment configuration and activation, 2) Custom agent development for unique workflows, 3) Integration with external systems through REST APIs, 4) Performance optimization of agent prompts, and 5) Training for internal teams. Our consultants have deployed AI agents for leave management, invoice processing and employee self-service scenarios.

We offer free 30-minute consultations to assess your automation opportunities and develop an implementation roadmap tailored to your Oracle Fusion modules and business processes.

  • Predefined agent deployment in 2-4 weeks
  • Custom agent development in 4-8 weeks
  • Ongoing optimization and support available

Ready to Transform Your Oracle Operations with AI Agents?

Manual processes in Oracle Fusion create bottlenecks and frustration. Our automation specialists will design and deploy AI agents that handle your most repetitive tasks - with no coding required.