Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Reload memory API

Author and recall the workspace context graph.

Reload memory API is one of 6 APIs that Reload publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include memory. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 9 paths, and defines 34 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.reload.chat.

9 operations 9 paths 34 schemas 1 GET8 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.reload.chat
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Reload memory API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (rl_ API key) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 1 GET, 8 POST. Each is listed below with its method, path, parameters, and response codes.

memory 9

Author and recall the workspace context graph.

GET
/v1/agent/search-memories
Structured filter over the workspace context graph (Memory nodes).
search-memories 9 params → 200400401403404409429500
POST
/v1/sdk/remember
Capture a Memory with provenance.
remember-memory body → 201400401403404409429500
POST
/v1/sdk/supersede
Replace a Memory (optimistic-locked).
supersede-memory body → 201400401403404409429500
POST
/v1/sdk/invalidate
Retract a Memory.
invalidate-memory body → 200400401403404409429500
POST
/v1/sdk/revalidate
Undo a prior invalidate.
revalidate-memory body → 200400401403404409429500
POST
/v1/sdk/link
Create a typed edge between two nodes.
link-nodes body → 201400401403404409429500
POST
/v1/sdk/flag-contradiction
Assert two Memories contradict.
flag-contradiction body → 201400401403404409429500
POST
/v1/sdk/recall
Recall memories semantically or by neighborhood walk.
recall body → 200400401403404409429500
POST
/v1/sdk/bootstrap-context
Load an agent’s starting context.
bootstrap-context body → 200400401403404409429500

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are MemoryOutput (16 properties), SupersedeRequest (11 properties), RememberRequest (11 properties), MessageOutput (9 properties). Each schema is shown below with its type and property counts.

EdgeType
string
Locked context-graph edge catalogue.
FlagContradictionRequest
object
3 properties 3 required
ReloadError
object
3 properties 2 required
MessageOutput
object
9 properties 9 required
Meta
object
3 properties 2 required
RecallFilters
object
6 properties
BootstrapContextEnvelope
object
3 properties 2 required
TtlPreset
string
Named TTL bucket: 7d / 90d / 365d.
MemoryKind
string
Memory node kind (locked V1 vocabulary).
LinkToType
string
Target node kind for a generic edge.
DerivedFromRef
object
2 properties 2 required
ScopeRef
object
4 properties 4 required
EdgeOutput
object
8 properties 8 required
EdgeOutputEnvelope
object
3 properties 2 required
RevalidateRequest
object
2 properties 2 required
MemoryOutputEnvelope
object
3 properties 2 required
LinkRequest
object
5 properties 3 required
MemoryOutput
object
16 properties 16 required
BootstrapContextRequest
object
2 properties 1 required
SearchMemoriesResponse
object
2 properties 2 required
InvalidateRequest
object
3 properties 3 required
RecallExpansion
string
Edge-expansion mode for recall.
SearchMemoriesEnvelope
object
3 properties 2 required
RecallSubgraphEnvelope
object
3 properties 2 required
ScopeKind
string
Scope hierarchy level.
RememberRequest
object
11 properties 4 required
SupersedeRequest
object
11 properties 4 required
RecallSubgraph
object
4 properties 3 required
RecallScore
object
6 properties 6 required
MemoryStatus
string
Memory state-machine status.
RecallRequest
object
8 properties
DerivedFromKind
string
Polymorphic target kind for a provenance pointer.
PaginationMeta
object
4 properties 1 required
BootstrapContext
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reload-memory-api-openapi.yml Raw ↑

Other APIs Reload publishes across the network.

Reload channels API
Reload files API
Reload messages API
Reload tasks API
Reload workspace API