GoodMem Cloud

# Managed memory that optimizes itself.

Source: <https://goodmem.ai/cloud>

Title: GoodMem Cloud | Goodmem

> GoodMem Cloud is the fully managed, self-optimizing memory layer for AI agents — instant provisioning, a built-in auto-optimizer, and usage-based pricing. Start a free 14-day trial, no credit card required.

GoodMem Cloud runs the whole stack for you — instant provisioning, a built-in auto-optimizer that continuously fine-tunes your instance, and usage-based pricing. Same GoodMem, zero ops.

[Start free](https://cloud.goodmem.ai/login?loc=cloud-hero) [Prefer to self-host?](https://goodmem.ai/quick-start)

Free 14-day trial · no credit card · sign in with Google or GitHub

## Why GoodMem Cloud

Everything you love about GoodMem, fully managed — plus an optimizer that keeps your memory tuned to your data over time.

### Auto-Optimizer

Continuous fine-tuning on your own data automatically maximizes recall and relevance — the managed advantage you can't get self-hosting.

[See the fine-tuning benchmark](https://goodmem.ai/resources/agent-optimization-architecture#retrieval-models)

### Instant provisioning

A ready-to-use GoodMem instance in seconds. Sign in with Google or GitHub and start storing memories immediately — no infrastructure to set up.

[Start free](https://cloud.goodmem.ai/login?loc=cloud-benefit)

### Fully managed

We run, monitor, scale, and upgrade your instance. No servers, databases, or version upgrades to babysit.

### Secure & isolated

Every workspace is provisioned with a separate GoodMem application instance and database, with encrypted credentials.

[Read the security model](https://goodmem.ai/security)

### Usage-based pricing

Pay only for the compute and storage you actually use. No seats, no surprise overages — see exact rates in the console.

[See pricing](https://goodmem.ai/pricing)

### Same GoodMem, zero ops

The full GoodMem API, SDKs, and web console you already know — without the overhead of running it yourself.

[Explore the full feature set](https://goodmem.ai/features)

## Your first memory in under a minute

No infrastructure and nothing to configure: sign in, get your instance, point your agent at the API.

### Sign in

Google, GitHub, or an emailed magic link. No credit card and nothing to install.

[Start free](https://cloud.goodmem.ai/login?loc=cloud-steps)

![GoodMem Cloud sign-in: continue with Google or GitHub, or request a magic link](https://goodmem.ai/assets/cloud-login-CDmQqf1L.webp)

### Get your instance

A managed GoodMem instance is provisioned for you in seconds. Teams, instances, usage, and billing live in one dashboard.

See how usage-based pricing works

![GoodMem Cloud dashboard showing two teams, recent instances, and month-to-date costs](https://goodmem.ai/assets/cloud-dashboard-maRQi4l5.webp)

### Connect your data

Store and retrieve memories from any language over the REST API, or use the Python, JavaScript, Java, .NET, and Go SDKs.

[Build your first RAG flow](https://docs.goodmem.ai/docs/how-to/basic-rag/)

```
import requests

BASE = "https://<your-instance>"   # shown in your console
HEADERS = {"x-api-key": "your-api-key"}

# Store a memory
requests.post(f"{BASE}/v1/memories", headers=HEADERS, json={
    "spaceId": "your-space-id",
    "contentType": "text/plain",
    "originalContent": "User prefers dark mode and Python",
})
```

## Cloud or self-host — your call

Same GoodMem either way. Choose managed convenience or full control.

### GoodMem Cloud

Fully managed and self-optimizing.

- Fully managed and auto-scaled
- Auto-Optimizer included
- Instant setup — sign in with Google or GitHub
- Usage-based pricing, pay for what you use
- Free 14-day trial, no credit card

[Start free](https://cloud.goodmem.ai/login?loc=cloud-compare)

### Self-host

Run it yourself, anywhere.

- Free for commercial use
- Run on your own infrastructure
- Full control over your data
- No usage fees — your hardware, your limits
- Ships in Docker, VMs, and on-prem installers

[Read the Quick Start](https://goodmem.ai/quick-start)

## Start building on GoodMem Cloud

Spin up a managed, self-optimizing memory layer in seconds. Free for 14 days, no credit card required.

[Start free](https://cloud.goodmem.ai/login?loc=cloud-final)
