MCP Gateway
ApiPortal

Download portal skill package

Download the .skill ZIP package for a portal-visible skill. Only serves packages for portal_visible=true skills.

GET
/api/v1/portal/skills/{skill_id}/package

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

Path Parameters

skill_id*string
Formatuuid
access_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/portal/skills/497f6eca-6276-4993-bfeb-53cbbbba6f08/package"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}