ApiSystem
Version Check
Check for newer version. Requires authentication.
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/system/version-check"{
"current_version": "string",
"latest_version": "",
"update_available": false,
"severity": "info",
"release_notes_url": "string",
"upgrade_command": "",
"published_at": "string",
"offline_mode": false,
"marketplace": "azure",
"images": {
"property1": "string",
"property2": "string"
},
"sdk_version": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Trigger Upgrade
Trigger an in-app upgrade. Requires admin role. Only works for direct Helm installs. Marketplace installs should use `az k8s-extension update` or rely on auto-upgrade.
Lookup tool by name
Direct lookup of a tool by server name and tool name. No embeddings or search — for when the caller already knows which tool it wants.
