APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.
API Reference
/- Save Integration
List All Categories
List All Integrations
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
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 Integration
Uniphore Business AI Cloud (1.0.0)
Metadata
Key | Value |
---|---|
owner | Uniphore Technologies Pvt Ltd |
team | Business AI |
department | Engineering |
status | Beta |
Query
Integration Name
Any of:
Integration Name
any(Integration Name)
Integration Name
Integration Id
Any of:
Integration Id
any(Integration Id)
Integration Id
Accepted values for provider are: darwin, mcp, open_api_spec
Any of:
Accepted values for provider are: darwin, mcp, open_api_spec
any(Provider)
Accepted values for provider are: darwin, mcp, open_api_spec
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/integrations
- 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/integrations?tenant_id=test' \
-H 'authorization: '
Response
application/json
[ { "id": {}, "name": {}, "workato_name": {}, "description": {}, "is_active": {}, "provider": {}, "service_provider": {}, "created_timestamp": {}, "category_name": {}, "action_count": {}, "access_level": {}, "resource_required": {}, "resource_type": {}, "upload_resource": {}, "authentication_required": {} } ]
- Demo Instance for Uniphore Business AI Cloud
https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/integrations
- 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/integrations?tenant_id=test' \
-H 'Content-Type: application/json' \
-H 'authorization: ' \
-d '{
"name": null,
"description": {},
"provider": null,
"access_level": null,
"authentication_required": false
}'
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/integrations/{integration_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/integrations/{integration_id}?tenant_id=test' \
-H 'authorization: '
Response
application/json
{ "status": {}, "id": {}, "message": {}, "connected": {} }