FishMem Cloud
The managed FishMem memory API and control plane.
FishMem Cloud is the managed version of the fishmem
engine. It runs the same engine code you can read on GitHub, behind a
REST API, so you get memory without operating a database, vector
index, key management, metering, or billing yourself.
What the cloud adds on top of the open-source engine:
- A memory REST API (
add/search/get/update/delete/history). - API keys scoped per project, hashed at rest.
- Workspace isolation — every memory is tenant-scoped automatically.
- Usage metering & credits with a transparent, auditable ledger.
- Webhooks for memory and request events.
- A dashboard to browse memories, inspect requests, and manage billing.
Start here
Quickstart
Write and recall your first memory in minutes.
Authentication
Create an API key and call the API securely.
Memory operations
The full add / search / update / delete loop.
Migrate from mem0
Map mem0 operations to FishMem deliberately.
Migrate from Zep or Graphiti
Preserve graph evidence, time, and rollback.
Platform
Dashboard
Browse memories, entities, requests, and settings.
Usage & credits
How operations are metered and what they cost.
Webhooks
Subscribe to memory and request events.
Billing
Plans, subscriptions, and the customer portal.
Same engine, no lock-in
The cloud pins a published revision of the open engine instead of maintaining a second memory implementation. If you outgrow the hosted plan — or want to keep data on your own infrastructure — you can export the namespace and run the open-source engine yourself. Hosted authentication, billing, organizations, queues, and managed file extraction are separate Cloud concerns, so verify the target deployment contract rather than assuming every control plane endpoint transfers unchanged. See Platform vs. open source.