← All primitives

Working Memory / Key-Value State

selected P2 /v1/state

Why it matters: Store intermediate results and shared state across runs.

Structured scratchpad for agents with namespacing, TTL, and compare-and-swap support.

GitHub issue →

API endpoints

MethodPathDescription
GET/v1/state/:keyGet a value
PUT/v1/state/:keySet a value
DELETE/v1/state/:keyDelete a value