Home / Workflows / Publish and roll back an agent version
Agent Identity Opsintermediate3-step workflow~18 min

Publish and roll back an agent version

Publish a new agent version, list the version history, then roll back to a prior version if the new one misbehaves.

Workflow

Step 1 of 3

Agent Version Publish

Publish a new semver version of the agent's config or prompt.

agent_version_publish({"handle": "my-agent", "agent_id": "example-id"})
Step 2 of 3

Agent Version List

List the full version history for the agent.

agent_version_list({"handle": "my-agent", "agent_id": "example-id"})
Step 3 of 3

Agent Rollback

Roll back to a prior version if the new one misbehaves.

agent_rollback({"handle": "my-agent", "agent_id": "example-id", "to_version": "example"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.