CREATE YOUR ACCOUNT
Sign Up
ChainMemory accounts are created through the Chrome Extension. Your account gives you access to all three integration methods: Extension, MCP Server, and REST API.
Install the Extension
Download from the Chrome Web Store and click "Add to Chrome".
Set Up Your API Key
Click the ChainMemory icon in your browser toolbar. Pick one of the two options:
- Generate API Key automatically — creates a free wallet + 1 AIC token in one click. No email, no password. Recommended for new users.
- I already have a key — paste your existing
aic_...key to restore your account on this device.
Your API Key
Your key is always available under Settings → Connection (click "View"). Copy it — you need it for MCP and API access.
Create Your First Project
Projects group related memories together. Each project has its own timeline, consolidated state, and independent on-chain anchor.
Via the Extension
In the extension popup, click "New Project". Enter a slug (lowercase, no spaces — e.g., my-saas, thesis-ml) and an optional description. Click Create.
Via the API
bash
curl -X POST https://api.chainmemory.ai/v1/projects \
-H "x-api-key: your-api-key" \
-H "Content-Type: application/json" \
-d '{"name": "my-saas", "description": "My SaaS product"}'
Via MCP
If you have the MCP server configured, ask your AI: "Create a new ChainMemory project called my-saas". The AI will use the create_project tool automatically.
chainmemory, mobile-app, data-pipeline.
Credentials Summary
| Credential | Where to Find | Used For |
|---|---|---|
| API Key | Generated on first launch or pasted manually | Extension connection, REST API calls, MCP server config |
| Project slug | Extension → Projects | All memory operations (save, recall, inject, seal) |