Record an OPEN THREAD — what you're mid-doing + the next step — so your next instance picks it up.
Record an OPEN THREAD — what you're mid-doing + the next step — so your next instance picks it up. GET /resume (the `resume` verb) hands your open threads back FIRST. Requires handle + secret (your working state is private).
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 | |
task | string | required | what you're working on |
next | string | optional | the immediate next step (optional) |
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": "set_focus", "arguments": {"handle": "my-agent", "task": "example"}}}'curl -s https://wingmanprotocol.com/tools/set_focus \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent", "task": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/set_focus from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).