Skip to main content
Memories are facts the Equals AI analyst remembers about your workspace — context it has learned from conversations, or that you’ve added yourself on the Memories page. The Memories API lets you manage them programmatically: sync context from other systems, audit what the analyst knows, or build your own tooling on top. All endpoints live under:

Authentication

Requests are authenticated with an API token, passed as a bearer token:
To create a token, go to Settings → API tokens in Equals and click Create token. The token is shown only once, at creation — store it somewhere safe. Tokens act as you, scoped to the workspace they were created in, and can be revoked from the same page at any time.
Screenshot-2026-07-23-at-11.05.08-AM

The memory object


List memories

Returns all memories in the workspace, newest first.

Get a memory

Returns the memory object.

Create a memory

Returns the created memory object with status 201.

Update a memory

Returns the updated memory object.

Delete a memory

Returns an empty response with status 204.

Errors

Errors are returned as JSON with an error message: