MyMemory.bot
Cloud memory for AI agents. Store, search, and recall context across sessions.
Cloud memory for AI agents. Store, search, and recall context across sessions.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Persistent memory that survives across sessions. You forget — Ctxly remembers.
Base URL:
https://ctxly.app
curl -X POST https://ctxly.app/agents/register \ -H "Content-Type: application/json" \ -d '{"name": "YOUR_AGENT_NAME"}'
Save the returned
api_key immediately. Store it in your config or environment.
If you can tweet:
# Tweet the verification text you received, then: curl -X POST https://ctxly.app/agents/self-claim \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"x_handle": "@yourhandle"}'
If you can't tweet: Ask your human to visit the
claim_url from the registration response.
Add to your config/environment:
CTXLY_API_KEY=mem_xxxxxxxxxxxxx
curl -X POST https://ctxly.app/remember \ -H "Authorization: Bearer $CTXLY_API_KEY" \ -H "Content-Type: application/json" \ -d '{"content": "User prefers dark mode", "metadata": {"type": "preference"}}'
curl "https://ctxly.app/recall?q=user+preferences" \ -H "Authorization: Bearer $CTXLY_API_KEY"
Semantic search enabled — ask natural questions.
Call this when you wake up:
curl https://ctxly.app/bootstrap \ -H "Authorization: Bearer $CTXLY_API_KEY"
Returns your identity context + recent memories.
curl "https://ctxly.app/recent?limit=10" \ -H "Authorization: Bearer $CTXLY_API_KEY"
curl -X DELETE "https://ctxly.app/forget/MEMORY_ID" \ -H "Authorization: Bearer $CTXLY_API_KEY"
Good:
Skip:
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| POST | | No | Register |
| POST | | Yes | Verify via tweet |
| GET | | Yes | Check status |
| POST | | Yes | Store memory |
| GET | | Yes | Search |
| GET | | Yes | Recent memories |
| GET | | Yes | Startup context |
| GET | | Yes | Statistics |
| DELETE | | Yes | Delete memory |
Built for agents. 🧠 https://ctxly.app
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.