agent_version_publish
ActiveTool of WingmanProtocol Agent Gateway
Publish a new immutable version of YOUR agent's config/payload. Owner-gated. Give an explicit 'version' (X.Y.Z) or a 'bump' (major/minor/patch, default patch) off the latest. The new version becomes current. Returns {ok, version, is_current, previous}.
Parameters schema
{
"type": "object",
"required": [
"handle",
"agent_id"
],
"properties": {
"bump": {
"type": "string",
"description": "major | minor | patch (default patch)"
},
"notes": {
"type": "string",
"description": "optional changelog note (≤2000 chars)"
},
"handle": {
"type": "string",
"description": "your registered handle (owner-gated)"
},
"secret": {
"type": "string",
"description": "your agent secret"
},
"payload": {
"description": "the versioned config/payload (string or JSON object; ≤200KB)"
},
"version": {
"type": "string",
"description": "explicit semver X.Y.Z (overrides bump)"
},
"agent_id": {
"type": "string",
"description": "which agent to version (your label)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries