Reload external skill packages
POST /v1/skills/reload — Re-mirror vendored external skill packages into the sandbox and re-register them on the in-process registry. The `minara
POST /v1/skills/reload
Re-mirror vendored external skill packages into the sandbox and re-register them on the in-process registry. The minara skills add / remove / upgrade CLI calls this on a running gateway so the change takes effect without restart.
| Method | POST |
| Path | /v1/skills/reload |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | skills |
Response body
{ "ok": true, "added": ["external.foo"], "reregistered": [], "removed": [] }