Simple tools. Zero setup.
Your agents call the unix verbs every model already knows. No query language, no schema, no framework glue.
List a workspace tree — directories and files, one level at a time.
Match paths by glob pattern across the whole workspace.
policies/returns.md …41 more
Read a file by path — clean markdown, extracted on ingest.
Items may be returned within 30 days…
Search content across the workspace, ranked, with line numbers.
Built to get out of the agent's way.
No cold starts
Reads hit a hot, per-workspace index — never a container that has to boot first.
Least privilege
Mint a token per session. What it can't see doesn't exist to it — invisible, not forbidden.
Nothing off the record
Every read your agents make lands in an append-only audit trail. Export the raw log anytime.
Faster and more accurate than RAG.
Three lines into your agent loop.
A typed SDK over the /v1 API, a ready-made tool set for the Vercel AI SDK, and a drop-in /mcp endpoint for any client.
├─ policies/ │ ├─ returns.md grep "refund" ×3 │ └─ privacy.md ├─ support/ │ └─ faq.md cat └─ contracts/ └─ msa.md find **/*.md
Give your agents a filesystem.
Create a workspace, push your files, and your agents can ls, find, cat, and grep in minutes. Free to start.