ApiPortal
Check LLM configuration status
Check if an LLM provider is configured for the playground. Returns whether the AI chat feature is available and the model name.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Cookie Parameters
access_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/portal/playground/llm-status"{
"configured": true,
"model": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Generate IDE config snippet
Generate an IDE-specific MCP configuration snippet for a portal server. Accepts API key in POST body for security.
List playground tools
List servers and skills available for the portal user's playground session. Filters servers based on user connections and credential mode.
