Skip to main content

Memory REST API

Use the REST API to integrate Memory Suite with any HTTP-capable client.

Base URL

https://api.lanonasis.com/api/v1/memory/

Typical operations

  • Create/read/update/delete memory items
  • Search with semantic and metadata filters
  • Manage namespaces and access scopes

Authenticate via the Central Auth Gateway. Avoid long‑lived static keys.

Example outline

  1. Acquire a token with Device Flow or PKCE.
  2. Send authenticated requests to /api/v1/memory/....
  3. Handle 429/401/403 according to gateway semantics.