Anthropic Memory Stores API is one of 43 APIs that Anthropic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Memory Stores. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes
12 operations
across 7 paths,
and defines 42 schemas.
It is described by OpenAPI 3.2.0.
Requests are made against a single base URL, https://api.anthropic.com.
The identity and technical contract details declared by the specification.
BetaGatewayTimeoutError
object
2 properties
2 required
BetaTimestamp
string
A timestamp in RFC 3339 format
BetaOverloadedError
object
2 properties
2 required
BetaBillingError
object
2 properties
2 required
BetaManagedAgentsMemoryPathConflictError
object
4 properties
1 required
BetaManagedAgentsListMemoriesResult
object
Response payload for [List memories](/en/api/beta/memorystores/memories/list).
2 properties
BetaManagedAgentsMemoryStore
object
A memorystore: a named container for agent memories, scoped to a workspace. Attach a store to a session via resources[] to mount it as a directory the agent ca…
8 properties
5 required
BetaManagedAgentsUpdateMemoryStoreResponse
object
Response from updating a memorystore. Returns the store with the changes applied.
BetaManagedAgentsListMemoryVersionsResult
object
Response payload for [List memory versions](/en/api/beta/memorystores/memoryversions/list).
2 properties
BetaAuthenticationError
object
2 properties
2 required
BetaManagedAgentsCreateMemoryParams
object
Request parameters for [Create a memory](/en/api/beta/memorystores/memories/create). The path must be unoccupied: if a memory already exists at the path, or th…
2 properties
2 required
BetaNotFoundError
object
2 properties
2 required
BetaManagedAgentsUpdateMemoryParams
object
Request parameters for [Update a memory](/en/api/beta/memorystores/memories/update). At least one of content or path must be provided. Renaming onto a path occ…
3 properties
BetaManagedAgentsArchiveMemoryStoreResponse
object
Response from archiving a memorystore. Returns the store with archivedat set.
BetaManagedAgentsApiActor
object
Attribution for a write made directly via the public API (outside of any session).
2 properties
2 required
BetaManagedAgentsDeletedMemoryStore
object
Confirmation that a memorystore was deleted.
2 properties
2 required
BetaManagedAgentsMemoryListItem
object
One item in a [List memories](/en/api/beta/memorystores/memories/list) response: either a memory object or, when depth is set, a memoryprefix rollup marker.
BetaManagedAgentsMemoryPreconditionFailedError
object
2 properties
1 required
BetaInvalidRequestError
object
2 properties
2 required
BetaManagedAgentsDeletedMemory
object
Tombstone returned by [Delete a memory](/en/api/beta/memorystores/memories/delete). Deleting a memory does not erase its version history: its versions remain l…
2 properties
2 required
BetaPermissionError
object
2 properties
2 required
BetaManagedAgentsConflictError
object
2 properties
1 required
BetaManagedAgentsDeleteMemoryStoreResponse
object
Response from deleting a memorystore. Confirms the deleted ID.
BetaManagedAgentsMemoryView
string
Selects which projection of a memory or memoryversion the server returns. basic returns the object with content set to null; full populates content. When omitt…
BetaManagedAgentsServiceAccountActor
object
Attribution for a write made by a workload authenticated as a service account, for example via Workload Identity Federation.
2 properties
2 required
BetaManagedAgentsMemoryVersion
object
A memoryversion object: one immutable, attributed row in a memory's append-only history. Every non-no-op mutation to a memory produces a new version. Versions…
13 properties
6 required
BetaManagedAgentsActor
object
Identifies who performed a write or redact operation. Captured at write time on the memoryversion row. The API key that created a session is not recorded on ag…
BetaManagedAgentsPrecondition
object
Optional condition that must hold for an update to apply. When omitted, the update is unconditional. Asserts the current state of the memory being updated. Whe…
BetaAPIError
object
2 properties
2 required
BetaManagedAgentsMemoryPrefix
object
A rolled-up directory marker returned by [List memories](/en/api/beta/memorystores/memories/list) when depth is set. Indicates that one or more memories exist…
2 properties
2 required
BetaManagedAgentsGetMemoryStoreResponse
object
Response from retrieving a memorystore. Returns the store, including archived stores.
BetaErrorResponse
object
3 properties
3 required
BetaManagedAgentsUserActor
object
Attribution for a write made by a human user through the Anthropic Console.
2 properties
2 required
BetaManagedAgentsSessionActor
object
Attribution for a write made by an agent during a session, through the mounted filesystem at /mnt/memory/.
2 properties
2 required
BetaManagedAgentsMemory
object
A memory object: a single text document at a hierarchical path inside a memory store. The content field is populated when view=full and null when view=basic; t…
10 properties
9 required
BetaManagedAgentsUpdateMemoryStoreRequestBody
object
3 properties
BetaRateLimitError
object
2 properties
2 required
BetaManagedAgentsErrorResponse
object
2 properties
2 required
BetaManagedAgentsContentSha256Precondition
object
Optimistic-concurrency precondition: the update applies only if the memory's stored contentsha256 equals the supplied value. On mismatch, the request returns m…
2 properties
1 required
BetaManagedAgentsMemoryVersionOperation
string
The kind of mutation a memoryversion records. Every non-no-op mutation to a memory appends exactly one version row with one of these values.
The full machine-readable OpenAPI contract behind this narrative.
Other APIs Anthropic publishes across the network.