/
AT
atomicstrata
/
AtomicMemory HTTP API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Admin
1
Agents
5
Audit
3
Capabilities
1
Configuration
2
Documents
12
Entities
8
Lessons
4
Lifecycle
6
Memories
10
get
Fetch a single memory by caller-owned metadata.externalId.
post
Expand a list of memory IDs into full objects.
post
Ingest a conversation transcript with full extraction.
post
Quick ingest (storeVerbatim when skip_extraction=true).
get
List memories for a user (or workspace).
post
Full semantic search with optional temporal / retrieval-mode / token-budget controls.
post
Latency-optimized search (skips LLM repair loop). ~88% lower latency than /search.
get
Aggregate memory statistics for a user.
get
Fetch a single memory by UUID.
delete
Delete a single memory by UUID.
Storage
6
Memories
Aggregate memory statistics for a user.
get
/v1/memories/stats
Query parameters
user_id
string
required
Response
Stats payload.
object
required
Aggregate memory stats for a user.
avg_importance
number
required
count
number
required
source_distribution
object
required
Changes