MemoryIntelligence developer portal

Sign in to your account

Enter your email and password to access the developer portal.

Forgot password?

MemoryIntelligence developer portal

Enter your verification code

We sent a 6-digit code to your email. Enter it below to get your API key.

Already have a passcode? Sign in instead

MemoryIntelligence developer portal

Reset your password

Enter your email and we'll send you a link to reset your password.

Remember your password? Sign in instead

MemoryIntelligence developer portal

Set new password

Choose a strong password. Minimum 12 characters, mixed case, and at least one number.

MI
MemoryIntelligenceTM
API Docs ›
📁 —
— members — keys

Dashboard

Search and review your captured memories

0
Memories
0 / 10k
UMOs this month
0
Searches
0 / 100k
Search queries

Summary metrics · charts and plan detail on Usage and Billing

My Workspaces

All workspaces you own or are a member of. Click to switch.

Beta limit: 0 / 3 workspaces. Delete unused ones from API Keys → Settings.

Capture your first memory.

Ask once. Never explain again. MI structures the data — search, recall, and verification just work once a memory is in.

Need your key? It's on the Keys tab.

Memory scope

    MI™ Search

    Retrieve ranked memories with MI™ Search. Select sources, then run MI™ Ask to synthesize a cited summary.

    Clear search, results, and selections?
    Select memories, then run MI™ Ask
    Filter

    Build summary

    0
    ▣
    Check memories on the left to add them here
    Select at least 1 memory

    MI™ Ask

    Memory synthesis
    Select memories and run MI™ Ask.
    MI retrieved · AI synthesized · verify before sharing

    Recent captures

    Read down the timeline, then open a memory for details.

    Sign in and click Refresh to load your memories.

    UMOs created
    0 / 1,000
    0%
    Active sessions
    0
    Searches
    0
    🔑

    Your API Key

    Copy this and save it somewhere safe. You can always reveal it again in the Keys tab.

    API Keys

    Your active keys (name and prefix only — the full secret is shown once at creation). Revoke any key you do not recognize or after a leak, then create a new one.

    Current Workspace

    Loading...
    — API keys · — members · —

    Note: All API keys below belong to this workspace. Beta users can own up to 3 workspaces.

    Loading... —
    ••••••••••••••••••••
    —
    —
    —
    0

    Security Best Practices

    • Never commit API keys to version control or share them publicly
    • Use environment variables to store keys in your application
    • Rotate keys regularly and immediately revoke compromised keys
    • Use separate keys for development, staging, and production environments

    Team Members

    Manage who can access this workspace

    Loading members...

    Usage Analytics

    Real-time metrics and performance insights

    Memories recalled
    0
    Search & ask hits
    Avg response
    —
    Telemetry pending
    Active sessions
    0
    ● Live now
    UMOs created
    0
    Quota tracked

    Per-key usage

    Recalls increment when search or ask returns memories (portal or API key). Captures count toward UMOs, not recalls.

    Usage telemetry
    Click Refresh to load workspace usage. Charts stay hidden until we have verified per-request logs.

    API Quickstart

    cURL only. Copy your key from the Keys tab into MI_KEY.

    Responses use the standard envelope — read data for payloads.

    1 — Health check

    curl -s https://api.memoryintelligence.io/health | python3 -m json.tool

    2 — Configure

    export MI_KEY="mi_sk_beta_your_key_here"
    export MI_URL="https://api.memoryintelligence.io"

    3 — Capture

    curl -X POST "$MI_URL/v1/memories" \
      -H "Authorization: Bearer $MI_KEY" \
      -H "Content-Type: application/json" \
      -d '{"content":"Had coffee with Sarah. She mentioned a seed round.","source":"portal-quickstart"}'

    4 — Search

    curl -X POST "$MI_URL/v1/memories/query" \
      -H "Authorization: Bearer $MI_KEY" \
      -H "Content-Type: application/json" \
      -d '{"query":"What do I know about funding?","limit":5}'

    5 — Explain & verify

    export UMO_ID="paste_data.umo_id_from_capture"
    curl -s "$MI_URL/v1/memories/$UMO_ID/explain" -H "Authorization: Bearer $MI_KEY" | python3 -m json.tool
    curl -s "$MI_URL/v1/memories/$UMO_ID/proof" -H "Authorization: Bearer $MI_KEY" | python3 -m json.tool

    Plans & Pricing

    Where we are headed. All tiers free during beta.

    📢

    Our offer to all Beta Users: Stay with us through beta, give us feedback, help us build it right. When we launch publicly you get 6 months free on whatever tier you use most. That is up to $600 of value for showing up early.

    Where we are headed, launch pricing All tiers free during beta
    TIER 01 Available now
    Capture
    Free in beta $29/mo at launch

    No credit card. No commitment.

    Best for

    Individual users, creators, journalists. One data type. Intentional capture.

    What you get
    • Manual capture via mi.capture()
    • Plain English querying
    • Full provenance on every UMO
    • Cryptographic receipt at every stage
    • Export and delete at any time
    500 UMOS 1 USER MANUAL ONLY
    TIER 02, MOST POPULAR Available now
    Automate
    Free in beta $49/mo at launch

    No credit card. No commitment.

    Best for

    Founders, small teams, developers building on MI. The full experience.

    What you get
    • Everything in Capture, plus
    • Auto capture
    • Signal rules
    • ML feedback loop
    • Priority support
    • 50K memories/month
    5,000 UMOS 3 SOURCES 1 USER
    TIER 03 Coming soon
    Control
    Free in beta $99/mo at launch

    No credit card. No commitment.

    Best for

    Orgs that need admin, teams, and compliance-ready controls.

    What you get
    • Admin dashboard
    • Team management
    • Compliance features
    • Unlimited memories
    Unlimited UMOS Unlimited sources Team access

    Create API Key

    New API Key

    Give this key a name and configure its settings.

    Scope: —

    API Key Created

    ✓ Key Created Successfully

    Copy your secret key now. You won't be able to see it again.

    Create Workspace

    New Workspace

    Create a new workspace to organize API keys and team members. Beta users can own up to 3 workspaces.

    Workspace Settings

    Workspace

    Rename this workspace or permanently delete it. Only owners can change these settings.

    Danger zone

    Deleting this workspace permanently removes all members, revokes all API keys, and soft-deletes all memories captured in it. This cannot be undone.

    Type the workspace name — to confirm:

    Rotate API Key

    Rotate Key:

    This will invalidate the current secret and generate a new one. Any applications using this key will stop working until updated.

    Revoke API Key

    Revoke:

    Permanently removes this key from your account. You do not need the full secret — use the name or prefix in the list. If you lost the key or suspect a leak, revoke it here, then create a new key.

    Add Team Member

    Add to Workspace

    Enter the email of an existing MI user. They'll be added immediately and can create their own workspace-scoped API key.

    Beta limitation: the person must already have an MI account. Email-invite flow for new users ships in PRD-2026-014.

    Account Settings

    Change Password

    Enter your current password and choose a new one.

    Account Settings

    Update Profile

    Update your display name.

    Danger Zone

    Delete Account

    This action is permanent and irreversible. All your data, API keys, and memories will be deleted.

    Ask from memory

    Session

    Grounded in your library · template synthesis · sessions saved on this device

    Memory detail

    Loading…

    !

    Hold on — this contains PII

    How would you like to handle this?

    Redacting replaces each value with a marker like <EMAIL>. The original never leaves your browser. Keeping sends the content as-is; the server still records that PII was detected.