JavaScript / TypeScript SDK
Anona Memory’s officially supported client library is Python (pip install anona) - see the Python SDK docs.
There is no dedicated JavaScript/TypeScript SDK yet. From Node.js or the browser, call the REST API directly.
Using the REST API from Node.js
Browser Usage
Never call the API directly from client-side JavaScript - your API key would be exposed. Route calls through your own backend:Full Endpoint Reference
See the API Reference for every available endpoint, request/response shape, and error format.Next Steps
Python SDK
Officially supported client library
API Reference
Full REST API documentation