Skip to content

ibl-data-manager (4.84.1-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_create

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
orgstringrequired
user_idstringrequired
Bodyrequired
namestring<= 255 charactersrequired
urlstring(uri)<= 200 charactersrequired

The url of the MCP server.

imagestring or null(uri)
transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
  • streamable_http - Streamable Http
Enum"sse""websocket""streamable_http"
extra_headersany

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

is_featuredboolean

Featured mcp servers will be accessible to all other tenants.

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

Responses

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

The url of the MCP server.

imagestring or null(uri)
transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
  • streamable_http - Streamable Http
Enum"sse""websocket""streamable_http"
extra_headersany

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

platform_keystringread-onlyrequired
is_featuredboolean

Featured mcp servers will be accessible to all other tenants.

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", "image": "http://example.com", "transport": "sse", "extra_headers": null, "platform_key": "string", "is_featured": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }

ai_mentor_orgs_users_mcp_servers_retrieve

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 GET \
  '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

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

The url of the MCP server.

imagestring or null(uri)
transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
  • streamable_http - Streamable Http
Enum"sse""websocket""streamable_http"
extra_headersany

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

platform_keystringread-onlyrequired
is_featuredboolean

Featured mcp servers will be accessible to all other tenants.

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", "image": "http://example.com", "transport": "sse", "extra_headers": null, "platform_key": "string", "is_featured": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }

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.

imagestring or null(uri)
transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
  • streamable_http - Streamable Http
Enum"sse""websocket""streamable_http"
extra_headersany

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

is_featuredboolean

Featured mcp servers will be accessible to all other tenants.

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",
    "image": "http://example.com",
    "transport": "sse",
    "extra_headers": null,
    "is_featured": true
  }'

Responses

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

The url of the MCP server.

imagestring or null(uri)
transportstring(TransportEnum)
  • sse - Sse
  • websocket - Websocket
  • streamable_http - Streamable Http
Enum"sse""websocket""streamable_http"
extra_headersany

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

platform_keystringread-onlyrequired
is_featuredboolean

Featured mcp servers will be accessible to all other tenants.

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", "image": "http://example.com", "transport": "sse", "extra_headers": null, "platform_key": "string", "is_featured": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }

ai-prompt

Operations

analytics

Operations

career

Operations

catalog

Operations

core

Operations

credentials

Operations

custom-domains

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations