AchiralAchiral

Docs · LLMs and developers

Reviewed2026-07-07Version3.12.1

Memory API

Source-aligned map of the Achiral memory API surfaces.

The Memory API is a cluster of implementation-backed surfaces for memory-augmented inference, signed-in workspace memory views, candidate review, knowledge memory, reflection, preference calibration, and habit controls.

Achiral does not currently expose separate public endpoints for procedural, episodic, semantic, flashbulb, or core memory. Those memory types appear in aggregate responses, candidate review flows, and product behavior.

Authentication

SurfaceAuthScope
/v1/* inference gatewayBearer MCP access token such as acm_...Token must include inference:chat
/api/user/memory/*Signed-in workspace sessionCurrent user in the current organization
/api/assistants/:id/memory/*Signed-in workspace sessionAssistant access and memory permissions
/api/organizations/:id/memory/*Signed-in workspace sessionOrganization owner or admin
/api/memory/*Signed-in workspace sessionMemory permissions required by route

API surfaces

Continue from here

  • API reference for shared API conventions, base URLs, streaming, and errors.
  • ACT-R memory for the product model behind activation, retrieval, decay, and consolidation.