Skip to main content
The API splits into two planes. Base URL: https://api.anonalabs.com
https://memory.anonalabs.com also works and always will. If that is what your code already uses, nothing needs to change. api.anonalabs.com is simply the recommended host for new integrations. The one exception is the remote MCP endpoint, which stays at https://memory.anonalabs.com/mcp.
Every endpoint returns errors in a single envelope. See Errors.

Data plane

Runtime memory operations. See Authentication for how to pass your API key.
Record
Retrieve
See Memories and Retrieve for the full request and response shapes.

Control plane

Account and workspace management. Most of these back the dashboard; the workspace, key, and usage endpoints are also useful programmatically.
List spaces
Check usage
See Spaces and Usage for the full request and response shapes.
Account sign-in (/auth/...) and MCP OAuth (/oauth/...) are browser flows used by the dashboard and by MCP clients. See Authentication and MCP rather than calling them directly.