Skip to main content
EverOS Cloud provides a set of APIs for building AI agents with persistent memory:
  • 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 the Authorization header:
"Authorization": "Bearer <api-key>"
Never expose or commit your API key.

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.
The v0 API will be removed in a future release. Please migrate to v1 as soon as possible.