Skip to content

Uniphore Business AI Cloud (1.0.0)

APIs for Uniphore Business AI platform spanning data, knowledge, models, and agents.

Metadata

KeyValue
ownerUniphore Technologies Pvt Ltd
teamBusiness AI
departmentEngineering
statusBeta
Download OpenAPI description
Languages
Servers
Demo Instance for Uniphore Business AI Cloud

https://forge-api-gateway-x-forge.dev.uniphorecloud.com/

Action Orchestrator

APIs for Actions Orchestration.

Operations

Request

Get list mcp servers

Parameters:

  • tenant_id: Identifier for the tenant.

Returns:

  • list mcp servers matching the criteria.
Query
registry_providerRegistry Provider (any)(Registry Provider)

Accepted values for registry_provider are: uniphore, smithery, custom

Any of:

Accepted values for registry_provider are: uniphore, smithery, custom

any(Registry Provider)

Accepted values for registry_provider are: uniphore, smithery, custom

user_idany(User Id)required

User Id

tenant_idTenant Id (any)(Tenant Id)
Default "test"
Any of:
any(Tenant Id)
Default "test"
Headers
authorizationAuthorization (any)(Authorization)
Any of:
any(Authorization)
curl -i -X GET \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers?tenant_id=test' \
  -H 'authorization: '

Responses

Successful Response

Bodyapplication/jsonArray [
idId (any)(Id)
Any of:
any(Id)
nameName (any)(Name)
Any of:
any(Name)
descriptionDescription (any)(Description)
Any of:
any(Description)
connectedConnected (any)(Connected)
Any of:
any(Connected)
]
Response
application/json
[ { "id": {}, "name": {}, "description": {}, "connected": {} } ]

Request

mcp servers count

Parameters:

  • tenant_id: Identifier for the tenant.

Returns:

  • count mcp servers
Query
connectedany(Connected)

Accepted values for connected are: true/false

Default true
user_idany(User Id)required

User Id

tenant_idTenant Id (any)(Tenant Id)
Default "test"
Any of:
any(Tenant Id)
Default "test"
Headers
authorizationAuthorization (any)(Authorization)
Any of:
any(Authorization)
curl -i -X GET \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/count?connected=true&tenant_id=test' \
  -H 'authorization: '

Responses

Successful Response

Bodyapplication/json
countany(Count)required
Response
application/json
{ "count": null }

Request

Retrieve a List all mcp servers.

Parameters:

  • tenant_id: Identifier for the tenant.

Returns:

  • A list of mcp servers matching the criteria.
Query
searchSearch (any)(Search)

search

Any of:

search

any(Search)

search

user_idany(User Id)required

User Id

tenant_idTenant Id (any)(Tenant Id)
Default "test"
Any of:
any(Tenant Id)
Default "test"
Headers
authorizationAuthorization (any)(Authorization)
Any of:
any(Authorization)
curl -i -X GET \
  'https://forge-api-gateway-x-forge.dev.uniphorecloud.com/action-orchestrator/v1/actions/mcp/servers/search?tenant_id=test' \
  -H 'authorization: '

Responses

Successful Response

Bodyapplication/jsonArray [
nameName (any)(Name)
Any of:
any(Name)
descriptionDescription (any)(Description)
Any of:
any(Description)
providerProvider (any)(Provider)
Any of:
any(Provider)
qualified_nameQualified Name (any)(Qualified Name)
Any of:
any(Qualified Name)
propertiesArray of Properties (objects) or Properties (any)(Properties)
Any of:
connectedConnected (any)(Connected)
Any of:
any(Connected)
]
Response
application/json
[ { "name": {}, "description": {}, "provider": {}, "qualified_name": {}, "properties": [ … ], "connected": {} } ]
Operations
Operations

Evaluation

APIs for Evaluation of models

Operations

Inferencing

Pegasus APIs for Inferencing.

Operations

Meta Prompting

APIs for Meta Prompting & Prompt Management.

Operations

Platform Config

APIs for Platform Setup - Workflows, Sources, Destinations, Knowledge Bases etc.

Operations

Question & Answer

APIs for Question & Answering

Operations
Operations

User Management

APIs for User Management - Users, Roles, Permissions etc.

Operations