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

No comments:
Post a Comment