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_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_mentor_orgs_users_mentor_feedback_retrieve

Request

Retrieve details of a specific user chat feedback entry.

Args: request: The HTTP request. org: The organization/tenant identifier. feedback_id: The ID of the feedback entry to retrieve.

Returns: Response: The feedback entry details.

Raises: NotFound: If the specified feedback entry does not exist.

Path
feedback_idintegerrequired
orgstringrequired
user_idstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/mentor-feedback/{feedback_id}/'

Responses

Bodyapplication/json
idintegerread-onlyrequired
usernamestringrequired
sessionstringrequired
user_textstringrequired
ai_responsestringrequired
reasonstringrequired
additional_feedbackstringrequired
rating(RatingEnum (integer or null)) or (NullEnum (number or null))[ -1 .. 1 ]
One of:
  • 1 - Up Vote
  • -1 - Down Vote
[ -1 .. 1 ]
integer or null(RatingEnum)[ -1 .. 1 ]
  • 1 - Up Vote
  • -1 - Down Vote
Enum1-1
inserted_atstring(date-time)
mentorintegerrequired
Response
application/json
{ "id": 1, "username": "lydiah", "session": "937d3d46-3048-4f9d-aa5c-ce7c51d85332", "user_text": "Who is Marc H. Supcoff", "ai_response": "Marc H. Supcoff is an Adjunct Professor of Law", "reason": "Good reason", "additional_feedback": "Good response", "rating": 1, "mentor": 12 }

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