Create an Agentic AI Tool Using the Integration

After you have designed an integration that calls a workflow, you can use the integration to create an agentic AI tool. AI agents will use this tool to invoke the human approval workflow.

Prerequisite: You have designed an integration that calls a human in the loop workflow. See Design an Integration to Call a Workflow.

  1. Open a project.
    1. In the navigation pane, select Projects.
    2. Select the project name.
  2. In the left toolbar, select Integrations Integrations icon.
  3. In the Integrations section, select the integration that you want to use as an agentic AI tool.

    Note:

    The integration must be in Active state. If it is not Active, activate the integration. See Activate an Integration in Using Integrations in Oracle Integration 3.
  4. Click Actions icon and select Create agentic AI tool.
    The Create Tool panel appears.
  5. In the Create Tool panel, enter the following details.
    Field Description

    Name

    By default, the name is automatically populated from the integration name. If required, edit the name. Note that you cannot change the name once the tool has been created.

    Identifier

    By default, the identifier is automatically populated from the tool name.

    Description

    By default, automatically populated from the integration description.

  6. Click Create.

    The Tool details page is displayed. The tool lists the description, guidelines, input parameters.

  7. If required, enter additional information for the tool and identify which parameters are sent to the LLM.
  8. Click Save.

In the project workspace, click Agentic AI Agentic AI iconin the left toolbar. In the Tools section view the tool that you successfully created.

An AI agent can use this tool to invoke the human in the loop workflow and thus incorporate human oversight.

To continue working on the AI agent, see the following: