API overview

The HTTP surface mnueron.com exposes.

The hosted backend at https://mnueron.com exposes a small REST surface. Every endpoint requires a bearer token (Authorization: Bearer mnu_...) issued at /account-settings/tokens.

MethodPathWhat it does
POST/api/memoriesSave a memory
GET/api/memoriesList + search memories. Supports query, namespace, date range, metadata filter, paging.
GET/api/memories/:idSingle memory
PATCH/api/memories/:idPartial update with history audit
DELETE/api/memories/:idRemove (RLS-scoped)
POST/api/memories/search/bulkMultiple queries in one round-trip
GET/api/namespacesList user namespaces
GET/api/statstotal / namespaces / latest
GET/api/threadsGroup memories by parent_ref
GET/api/webhooksList webhook endpoints
POST/api/webhooksCreate endpoint (returns secret once)
GET/api/auth/tokensList your API tokens
POST/api/auth/tokensIssue a new token
GET/api/healthLiveness probe (no auth)

All responses are JSON. Errors use { "error": "message" } with the appropriate HTTP status code.

Last updated 2026-05-16edit