Agentic Memory

API Reference

Committed REST endpoints for the OpenClaw beta surface. All routes below are relative to your configured backendUrl.

Health & onboarding

GET/health

Basic liveness check. Returns backend status without auth.

GET/health/onboarding

Returns the whole-stack onboarding contract: backend reachable, setup ready, capture-only ready, augment-context ready.

GET/openclaw/health/detailed

Detailed OpenClaw pipeline health. Requires bearer auth.

Memory

POST/openclaw/memory/search

Search memory for the current workspace/session. Accepts query, limit, and as_of parameters.

POST/openclaw/memory/ingest-turn

Ingest a single conversation turn into the knowledge graph.

Context

POST/openclaw/context/resolve

Resolve Agentic Memory context blocks for the current turn. Used in augment_context mode.

Session & project

POST/openclaw/session/register

Register a new OpenClaw session with the backend.

POST/openclaw/project/activate

Activate a project for the current session.

POST/openclaw/project/deactivate

Deactivate the active project for the current session.

GET/openclaw/project/status

Get the active project and session status.

OpenAPI spec

For the full machine-readable contract, see docs/openclaw/openapi/agentic-memory-openclaw.openapi.json in the repository.