EverOS Cloud provides a set of APIs for building AI agents with persistent memory:Documentation Index
Fetch the complete documentation index at: https://docs.evermind.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Memories — Store, retrieve, search, and delete memories for personal, group, and agent contexts. Trigger memory extraction with flush operations.
- Groups — Create and manage group resources for multi-party memory spaces.
- Senders — Create and manage sender identities within conversations.
- Tasks — Track the status of asynchronous memory processing tasks.
- Storage — Upload multimodal content (images, files, video) via pre-signed URLs.
- Settings — Configure global memory space settings including LLM providers and extraction behavior.
Base URL
All endpoints are served from:https://api.evermind.ai
Authentication
All endpoints are authenticated using a Bearer token. You can obtain your API key from everos.evermind.ai. Send your API key in theAuthorization header:
v0 API Deprecation
The v0 API (/api/v0/...) has been deprecated and replaced by the v1 API. All new integrations should use the v1 endpoints documented in this reference.
If you are still using v0 endpoints, please refer to the API v0 (Deprecated) documentation.