Summary metrics · charts and plan detail on Usage and Billing
MI™ Search
Retrieve ranked memories with MI™ Search. Select sources, then run MI™ Ask to synthesize a cited summary.
Recent captures
Read down the timeline, then open a memory for details.
Sign in and click Refresh to load your memories.
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
Note: All API keys below belong to this workspace. Beta users can own up to 3 workspaces.
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
Usage Analytics
Real-time metrics and performance insights
Per-key usage
Recalls increment when search or ask returns memories (portal or API key). Captures count toward UMOs, not recalls.
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.
No credit card. No commitment.
Individual users, creators, journalists. One data type. Intentional capture.
- Manual capture via mi.capture()
- Plain English querying
- Full provenance on every UMO
- Cryptographic receipt at every stage
- Export and delete at any time
No credit card. No commitment.
Founders, small teams, developers building on MI. The full experience.
- Everything in Capture, plus
- Auto capture
- Signal rules
- ML feedback loop
- Priority support
- 50K memories/month
No credit card. No commitment.
Orgs that need admin, teams, and compliance-ready controls.
- Admin dashboard
- Team management
- Compliance features
- Unlimited memories