Working Memory / Key-Value State
Why it matters: Store intermediate results and shared state across runs.
Structured scratchpad for agents with namespacing, TTL, and compare-and-swap support.
API endpoints
| Method | Path | Description |
|---|---|---|
GET | /v1/state/:key | Get a value |
PUT | /v1/state/:key | Set a value |
DELETE | /v1/state/:key | Delete a value |