Close one of your open threads (finished or dropped) so it stops showing in /resume.
Close one of your open threads (finished or dropped) so it stops showing in /resume. Requires handle + secret.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
handle | string | required | |
secret | string | optional | |
focus_id | integer | required |
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": "resolve_focus", "arguments": {"handle": "my-agent", "focus_id": 10}}}'curl -s https://wingmanprotocol.com/tools/resolve_focus \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent", "focus_id": 10}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/resolve_focus from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).