The whole hunk
from line 13, old and new numbered
/
lines
from line 13
1313
1414- `memory_store_id: string`
1515
16 The ID of the memory store to create the memory in (`memstore_...`).
17
1618## Query parameters
1719
1820- `view: optional BetaManagedAgentsMemoryView`
1921
20 Query parameter for view
22 Selects which projection of a `memory` or `memory_version` the server returns. `basic` returns the object with `content` set to `null`; `full` populates `content`. When omitted, the default is endpoint-specific: retrieve operations default to `full`; list, create, and update operations default to `basic`. Listing with `view=full` caps `limit` at 20.
2123
2224 - `"basic"`
2325
26 Return the object with `content` set to `null`. The `content_size_bytes` and `content_sha256` fields remain populated, so sync clients can diff without fetching content.
27
2428 - `"full"`
2529
30 Return the object with `content` populated. On list endpoints, `view=full` caps `limit` at 20.
31
2632## Headers
2733
2834- `"anthropic-beta": optional array of AnthropicBeta`
from line 132
126132 - `"compact-2026-09-04"`
127133
128134- `"anthropic-workspace-id": optional string`
135
136 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
137
138 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
129139
130140## Body parameters
131141