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
- Acquire a token with Device Flow or PKCE.
- Send authenticated requests to
/api/v1/memory/.... - Handle 429/401/403 according to gateway semantics.
Related docs
- Overview: MaaS Overview
- SDK: Memory SDK
- CLI: Memory CLI