Skip to content
MagickMind
PRICINGABOUT USBLOGDOCS
PRICINGABOUT USBLOGDOCSGET STARTED

MAGICKMIND · MYTHOLOGY

Personal AI, agent by agent.

Memory, personas, knowledge base, and real-time chat, all built in. Stop rebuilding infrastructure. Start shipping AI that actually knows your users.

Get StartedRead the docs
$cargo add mindroid

Pay as you go · Free during beta · No credit card required

WebSocket Connection
// Connect to WebSocket
> {"id": 1, "connect": {"token": "eyJhbGciOiJSI..."}}
// Subscribe to user events
> {"id": 2, "rpc": {"method": "subscribe", "data": {"enduser_id": "694bab27..."}}}
// Connected ✓
>

Features

Everything Your AI Needs

Production-ready building blocks. Drop them into any app and skip months of infrastructure work.

01

Per-User Relationships

Each user gets a unique relationship. The AI adapts to individuals, not just conversations.

02

Advanced Memory System

Episodic and semantic memory built in. Your AI remembers conversations, learns patterns, and retains context across sessions.

03

Knowledge Base

Connect your docs and data. Your AI retrieves relevant information automatically without complex RAG setup.

04

Personality System

Define personality traits with boundaries. Characters grow from interactions while staying true to their core identity.

05

Multi-Model Synthesis

Fast brain responds instantly. Smart brain runs a council of frontier models in parallel, then aggregates. You get the best of both.

06

Zero Infrastructure

Memory, RAG, personas, chat, and billing, all handled. No subscriptions, no commitments. Pay only for what you use.

SDK & APIs

Works With Your Stack

Mindroid in Rust for edge and robotics, Python SDK for cloud, or direct REST in any language. Golang SDK coming soon.

MindroidRust · Available
PythonAvailable
GolangComing Soon
REST APIAny language

SSL Encrypted · REST + WebSocket

quickstart.pyPython SDK
from magick_mind import MagickMind
from magick_mind.models.v1.chat import ConfigSchema

client = MagickMind(
    base_url="https://api.magickmind.ai",
    email="[email protected]",
    password="secret",
)

response = client.chat.send(
    api_key="sk-...",
    magickspace_id="magick-123",
    message="What were we working on?",
    enduser_id="user-456",
    config=ConfigSchema(fast_model_id="gpt-4o-mini"),
)

# AI remembers every user
print(response.content.content)

Ready

Give Your Users AI That Remembers Them

Memory, personas, and real-time chat, all built in. Start shipping in minutes.

Get StartedRead the docs

Free during beta · no credit card required

MagickMind

Product

  • Documentation
  • Pricing

Open Source

  • Mindroid
  • Python SDK

Company

  • Blog
  • Team
  • Magick Mind Community

© 2026 MagickMind. All rights reserved.