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_account_orgs_masked_llm_credential_retrieve

Request

Retrieve LLM credentials for an organization with the value entries masked.

Query Parameters: name (optional): Filter results by LLM provider name

Args: request: The HTTP request org: Organization key identifier

Returns: Response: List of LLM credentials for the organization

Raises: NotFound: When organization is not found or when no credentials match the filters ValidationError: When query parameters are invalid

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
Query
namestringnon-empty

Filter credentials by provider name (e.g., 'openai', 'google')

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-account/orgs/{org}/masked-llm-credential/?name=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
namestring<= 255 charactersrequired
valueany
platformstringrequired

The platform key

service_infoobjectread-onlyrequired
service_info.​idintegerread-onlyrequired
service_info.​namestring<= 255 charactersrequired
service_info.​display_namestring<= 255 charactersrequired
service_info.​logostring or null(uri)
Response
application/json
[ { "name": "openai", "value": {}, "platform": "main", "service_info": {} }, { "name": "google", "value": {}, "platform": "main", "service_info": {} } ]

ai_account_orgs_use_default_llm_key_create

Request

Enable or disable the use of main LLM credentials for an organization.

Request Body: enable (boolean): Set to true to enable main credentials disable (boolean): Set to true to disable main credentials

Args: request: The HTTP request org: Organization key identifier

Returns: Response: Confirmation message

Raises: ValidationError: When neither enable nor disable is specified

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
Bodyrequired
messagestringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-account/orgs/{org}/use-default-llm-key/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "enable": true,
    "disable": false
  }'

Responses

Bodyapplication/json
messagestring
Response
application/json
{ "message": "Tenant is now using the main credentials" }

ai_account_orgs_use_free_trial_create

Request

Enable, disable, or update free trial settings for an organization.

Request Body: enable (boolean): Set to true to enable free trial disable (boolean): Set to true to disable free trial metadata (object, optional): Additional metadata for the free trial

Args: request: The HTTP request org: Organization key identifier

Returns: Response: Confirmation message

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-account/orgs/{org}/use-free-trial/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai-analytics

Operations

ai-bot

Operations

ai-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

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