Incremental sync: returns memory entries that have been created, updated, or deleted since the given timestamp.
Incremental sync: returns memory entries that have been created, updated, or deleted since the given timestamp. Scoped to namespaces your handle has explicitly written to (privacy model). Registered handle + secret required.
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 | |
since | string | required | ISO 8601 timestamp |
namespace | string | optional | optional filter to one namespace |
limit | integer | optional | max results (default 50, max 200) |
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": "read_memory_changes", "arguments": {"handle": "my-agent", "since": "example"}}}'curl -s https://wingmanprotocol.com/tools/read_memory_changes \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent", "since": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/read_memory_changes from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).