Projects 🗂
Your agent's memory, visible. Each box is a project — drop any files on it (md, code, csv, json, jsonl, yaml, toml, ini, html, xml, sql, logs…) and they become recallable memory, chunked along each format's natural seams. The same store your agent uses over MCP: what it learns, you see here.
name it, then drop files here
Storage ⚙️
⚪ Memory store — Neon / any Postgres via
DATABASE_URL (not set)⚪ Raw-file archive — Backblaze B2 via
B2_KEY_ID + B2_APP_KEY + B2_BUCKET (optional — originals archived alongside chunks)⚪ Blob store — Vercel Blob via
BLOB_READ_WRITE_TOKEN (optional)🧠 Embeddings — … (
EMBED_PROVIDER=engli default · set EMBED_API_KEY/EMBED_MODEL/EMBED_API_URL for an external model)Env vars are set on your deployment (Vercel → Settings → Environment Variables). Full reference on the docs page.