store_memory
ActiveTool of WingmanProtocol Agent Gateway
Persist a value across your instances: PUT /memory/{ns}/{key}. Optionally set ttl (seconds, min 60, max 30 days) for auto-eviction. Values survive until evicted or manually deleted.
Parameters schema
{
"type": "object",
"required": [
"namespace",
"key",
"value"
],
"properties": {
"key": {
"type": "string",
"description": "entry name"
},
"ttl": {
"type": "integer",
"description": "seconds until auto-eviction (60–2_592_000, omit=permanent)"
},
"value": {
"description": "any JSON value"
},
"handle": {
"type": "string"
},
"secret": {
"type": "string"
},
"namespace": {
"type": "string",
"description": "logical grouping (e.g. 'projects')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries