memable
DocsGet Started
For Partners & Platforms

Embed Semantic Memory
Into Your Product

Give your users persistent, intelligent memory without building it yourself. Provision teams via API, manage billing your way.

Talk to UsView Open Source

How It Works

1. Provision via API

Call our Admin API when a team signs up. Get an API key instantly.

2. Store Memories

Use the API key to store and recall memories on behalf of that team.

3. Bill Your Way

You handle billing with your users. We give you usage stats.

Admin API

Full lifecycle management for provisioned teams

Provision

Create a team instantly. Idempotent — safe to retry.

Suspend

Pause access when payment fails. Data preserved.

Reactivate

Resume access when payment resumes.

Transfer

Let users claim their data if they leave your platform.

Rotate Keys

Security rotation with zero downtime.

Delete

GDPR-compliant hard delete when needed.

Why Memable

Semantic Search

Not keyword matching — true meaning-based retrieval with embeddings.

Isolated Namespaces

Each team's data is completely isolated. No cross-contamination.

Built for Teams

Spaces, roles, and sharing built-in. Not bolted on.

# Provision a team
POST /api/admin/provision
# Request
{
  "external_id": "your-team-123",
  "name": "Acme Corp",
  "owner_email": "admin@acme.com"
}
# Response
{
  "org_id": "mem_xxx",
  "api_key": "mbl_prov_xxx",
  "created": true
}

Ready to integrate?

We'd love to learn about your use case and help you get started.

Contact Partners TeamRead the Docs
memable
HomeDocsGitHub