Skip to content

ibl-data-manager (3.59.0-ai-plus)

API for iblai

Download OpenAPI description
Languages
Servers
Mock server

https://docs.ibl.ai/_mock/apis/ibl/

https://base.manager.iblai.app/

ai-account

Operations

ai-analytics

Operations

ai-bot

Operations

ai-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

ai_mentor_orgs_users_mcp_servers_update

Request

ViewSet for MCP Servers.

Allows platform admins to list, create, retrieve, update, and delete MCP servers.

Permissions:

  • Accessible to tenant admins.
Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this mcp server.

orgstringrequired
user_idstringrequired
Bodyrequired
namestring<= 255 charactersrequired
urlstring(uri)<= 200 charactersrequired

The url of the MCP server.

transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
Enum"sse""websocket"
headersany

Headers to send to the MCP server. Useful for authentication,

curl -i -X PUT \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/mcp-servers/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string",
    "url": "http://example.com",
    "transport": "sse",
    "headers": null
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
platformintegerread-onlyrequired
namestring<= 255 charactersrequired
urlstring(uri)<= 200 charactersrequired

The url of the MCP server.

transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
Enum"sse""websocket"
headersany

Headers to send to the MCP server. Useful for authentication,

platform_keystringread-onlyrequired
created_atstring(date-time)read-onlyrequired
updated_atstring(date-time)read-onlyrequired
Response
application/json
{ "id": 0, "platform": 0, "name": "string", "url": "http://example.com", "transport": "sse", "headers": null, "platform_key": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }

ai_mentor_orgs_users_mcp_servers_partial_update

Request

ViewSet for MCP Servers.

Allows platform admins to list, create, retrieve, update, and delete MCP servers.

Permissions:

  • Accessible to tenant admins.
Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this mcp server.

orgstringrequired
user_idstringrequired
Body
namestring<= 255 characters
urlstring(uri)<= 200 characters

The url of the MCP server.

transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
Enum"sse""websocket"
headersany

Headers to send to the MCP server. Useful for authentication,

curl -i -X PATCH \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/mcp-servers/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string",
    "url": "http://example.com",
    "transport": "sse",
    "headers": null
  }'

Responses

Bodyapplication/json
idintegerread-onlyrequired
platformintegerread-onlyrequired
namestring<= 255 charactersrequired
urlstring(uri)<= 200 charactersrequired

The url of the MCP server.

transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
Enum"sse""websocket"
headersany

Headers to send to the MCP server. Useful for authentication,

platform_keystringread-onlyrequired
created_atstring(date-time)read-onlyrequired
updated_atstring(date-time)read-onlyrequired
Response
application/json
{ "id": 0, "platform": 0, "name": "string", "url": "http://example.com", "transport": "sse", "headers": null, "platform_key": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }

ai_mentor_orgs_users_mcp_servers_destroy

Request

ViewSet for MCP Servers.

Allows platform admins to list, create, retrieve, update, and delete MCP servers.

Permissions:

  • Accessible to tenant admins.
Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this mcp server.

orgstringrequired
user_idstringrequired
curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/mcp-servers/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai-prompt

Operations

career

Operations

catalog

Operations

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations