memoturn.ai
Terms of use
The software and the service
Memoturn is open-source software — a real-time memory and context substrate for AI coding agents. The full source is available at github.com/blakebauman/memoturn under the MIT license. You can deploy it however you want.
Memoturn also operates a hosted instance at api.memoturn.ai with a dashboard at memoturn.ai. These terms cover the hosted service. By creating an account or calling the hosted API with credentials, you agree to them. They do not apply to self-hosted deployments — those are governed by the MIT license alone.
License
All Memoturn source code (apps, packages, SDK, CLI, dashboard, docs) is licensed under the MIT license. You can use it commercially, modify it, redistribute it, run it on your own infrastructure — no restrictions beyond the MIT notice requirements.
Acceptable use
When using the hosted service, you agree not to:
- Use the service to store or transmit content that is unlawful, infringing, or harmful to others.
- Attempt to reverse engineer, probe, or disrupt the infrastructure beyond your own project's scope.
- Share API keys publicly or use another tenant's credentials.
- Resell or proxy the service to third parties without a written agreement.
API limits
The default rate limit is 600 requests per minute per project on the hosted service. Limits exist to keep the service stable for every tenant; persistent abuse may result in throttling or suspension of the offending project. Self-hosted deployments configure their own limits in wrangler.jsonc.
Disclaimers and liability
The hosted service is provided as-is, without warranty of any kind, express or implied, including merchantability, fitness for a particular purpose, or non-infringement. Memoturn does not guarantee uninterrupted availability, durable retention against upstream provider outages, or correctness of any model output derived from your stored content.
To the maximum extent permitted by law, Memoturn is not liable for indirect, incidental, special, or consequential damages arising from use of the service. The MIT license terms govern liability for the open-source software itself.
Termination
You may close your account at any time by emailing the contact below; project content is deleted on a reasonable schedule after closure. Memoturn may suspend or terminate accounts that violate these terms or that present a security risk to other tenants. If you'd prefer to keep operating on your own infrastructure, the source code is yours to deploy under MIT.
Contact
Questions about these terms, the hosted service, or the source code: legal@memoturn.ai. For bugs and feature requests, please open an issue on GitHub.