Friday, February 13, 2026

#1118 - Fusion AI Agent Studio using OIC Tools

Introduction 


We talk about exposing OIC integrations as tools to 3rd party AI Agents. Let's check out how easy it is to do this with Fusion AI Agent Studio.

Firstly, here are the 4 tools my OIC project exposes - 
 

Behind each tool is an integration - 


Now to Fusion AI Agent Studio -




From the AI Agent Studio home page, I click on Tools

Click + Add - Now we can create a tool, or set of tools, giving us access to the OIC Order Processing tools shown above.

All we need is the OIC Project MCP URL.
As well as client id, secret, scope - all from the OIC confidential app. 

Here is the MCP Server config - 


{
"grant_type": "client_credentials",
"client_id": "xyzkjkdf",
"client_secret":"secrekjktj",
"scope":"https://<ABC12343>.integration.<region_id>.ocp.oraclecloud.com:443urn:opc:resource:consumer::all"
}

I click Update and then see - 

Click Preview to try it out - 

Validate in OIC - 

Summa Summarum

As you can see, it's simple to add OIC based tools to Fusion AI Agent Studio. The example here, with an integration to Netsuite, probably doesn't make functional sense, but the idea is to just show you the mechanics.













No comments: