Back to Documentation

Getting Started with Memphora

Memphora is a fully managed SaaS platform. Get started in minutes with just your API key.

Quick Start

✨ Memphora is fully managed SaaS. No servers to configure, no databases to manage, no LLM keys to set up. Just get your API key and start building!

1

Sign Up & Get Credentials

Sign up at memphora.ai and get your API key from the API Key Management page in your dashboard.

Your API key will look like:

memphora_live_abc123xyz789...

Your user_id will look like:

usr_AbC123XyZ456QwE789
2

Install the SDK

pip install memphora
3

Initialize & Use

from memphora_sdk import Memphora

memory = Memphora(
    user_id="user123",
    api_key="your-api-key-here"
)

memory.store("User loves Python programming")
results = memory.search("What does the user love?")

✅ That's it! Memphora handles everything automatically. You just focus on building.

What's Included

✅ Fully Managed Infrastructure

No servers, databases, or infrastructure to manage. Memphora handles everything for you.

✅ Automatic Scaling

Scales automatically with your usage. No need to worry about capacity planning.

✅ Enterprise Security

HIPAA, GDPR, and SOC2 compliant with automatic encryption and audit trails.

API Key Management

Manage your API keys from the dashboard. You can create multiple API keys for different applications or environments.

  • Create unlimited API keys for different projects
  • Set usage limits and rate limits per key
  • Monitor usage and analytics in real-time
  • Revoke keys instantly if needed