Skip to content

Documentation

The full record. Read what your agents will.

Quick starts for every runtime, an API reference for every primitive, and integration recipes for the agents you already run. Start with whichever interface or client you're connecting from.

Base URL
platform.octamem.com
Auth
Bearer API key
Primitives
details / search / add

OctaMem is the long-term memory layer for AI assistants like Claude and Cursor, served as a remote MCP server (no local install). Grab an API key and pick the surface that matches your stack.

Interfaces

Surfaces you call from your own code. Each returns the same memory record shape, pick whichever fits your runtime.

Connect a client

These are the tools where you’ll see OctaMem appear as memory. Same memory layer, different way in.

Reference

Three primitives, recall, remember, forget, plus account management and policy. Full method-by-method reference on each interface page.

  • recall()

    Typed query for memory records by scope, type, time.

  • remember()

    Capture a decision back as memory with provenance.

  • forget()

    Granular deletion with cryptographic erasure.