APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.
API Reference
/- Registry Mcp Server
List All Categories
List All Integrations
Save Integration
Delete Integration
Get Access Params
Save Access Params
Get Workato User Mapper
Save User Mapper
Get Integration Resources
List All Actions
Save Action
Actions Count
Test Mcp Registry Connection
Get Mcp Registry Connection
Mcp Registry Connection
List Mcp Servers
Count Mcp Servers
List All Mcp Servers
Get Mcp Server Registry
Test Mcp Server Connection
Get Mcp Server Details
Upload Openapi Spec File
List All Integrations
Get Integration
Get Workato Action
Get Actions As Functions
Fetch Actions As Functions
Action Code Snippet
Execute Action
Upload The File Resource
Registry Mcp Server
Uniphore Business AI Cloud (1.0.0)
Metadata
Key | Value |
---|---|
owner | Uniphore Technologies Pvt Ltd |
team | Business AI |
department | Engineering |
status | Beta |
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/registry
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/registry?tenant_id=test' \
-H 'authorization: '
Response
application/json
{ "integration_name": {}, "description": {}, "qualified_name": {}, "properties": [ { … } ], "json_content": {} }
Bodyapplication/jsonrequired
Any of:
any(access_level (tenant, user))
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/registry
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/registry?tenant_id=test' \
-H 'Content-Type: application/json' \
-H 'authorization: ' \
-d '{
"integration_name": {},
"description": {},
"access_level": {},
"qualified_name": {},
"properties": [
{
"name": {},
"value": {}
}
],
"json_content": {}
}'
Response
application/json
{ "status": {}, "id": {}, "message": {}, "connected": {} }
Bodyapplication/jsonrequired
Any of:
any(access_level (tenant, user))
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/connection-test
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/connection-test?tenant_id=test' \
-H 'Content-Type: application/json' \
-H 'authorization: ' \
-d '{
"integration_name": {},
"description": {},
"access_level": {},
"qualified_name": {},
"properties": [
{
"name": {},
"value": {}
}
],
"json_content": {}
}'
Response
application/json
{ "status": {}, "id": {}, "message": {}, "connected": {} }