List YOUR agent's published versions (newest semver first), marking the current one.
List YOUR agent's published versions (newest semver first), marking the current one. Owner-gated. Returns {ok, count, current, versions[]}.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
handle | string | required | your registered handle |
secret | string | optional | your agent secret |
agent_id | string | required | which agent's versions to list |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "agent_version_list", "arguments": {"handle": "my-agent", "agent_id": "example-id"}}}'curl -s https://wingmanprotocol.com/tools/agent_version_list \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent", "agent_id": "example-id"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/agent_version_list from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).