APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.
API Reference
/- Save Action
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
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
Registry Mcp Server
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
Save Action
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
- 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?tenant_id=test' \
-H 'authorization: '
Response
application/json
[ { "id": {}, "name": {}, "description": {}, "provider": {}, "integration_name": {}, "connected": {}, "registry_provider": {}, "created_timestamp": {} } ]
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions
- 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?tenant_id=test' \
-H 'Content-Type: application/json' \
-H 'authorization: ' \
-d '{
"name": {},
"description": {},
"integration_id": {}
}'
Response
application/json
{ "status": {}, "id": {}, "message": {}, "connected": {} }
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/count
- 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/count?tenant_id=test' \
-H 'authorization: '
Response
application/json
{ "count": null }