API Reference
Committed REST endpoints for the OpenClaw beta surface. All routes below are relative to your configured backendUrl.
Health & onboarding
/healthBasic liveness check. Returns backend status without auth.
/health/onboardingReturns the whole-stack onboarding contract: backend reachable, setup ready, capture-only ready, augment-context ready.
/openclaw/health/detailedDetailed OpenClaw pipeline health. Requires bearer auth.
Memory
/openclaw/memory/searchSearch memory for the current workspace/session. Accepts query, limit, and as_of parameters.
/openclaw/memory/ingest-turnIngest a single conversation turn into the knowledge graph.
Context
/openclaw/context/resolveResolve Agentic Memory context blocks for the current turn. Used in augment_context mode.
Session & project
/openclaw/session/registerRegister a new OpenClaw session with the backend.
/openclaw/project/activateActivate a project for the current session.
/openclaw/project/deactivateDeactivate the active project for the current session.
/openclaw/project/statusGet 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.