Basic Memory
What's New

AI-Friendly Documentation

Access Basic Memory docs as clean markdown for AI agents using llms.txt and content negotiation.
This documentation site supports the llms.txt specification — AI agents can fetch clean markdown directly, no HTML parsing required. See the full reference at Reference → AI-Friendly Documentation.

Ask your AI to read the docs and it just works:

Fetch https://docs.basicmemory.com/llms.txt and read the Basic Memory documentation

Access Methods

MethodURLWhat you get
Index/llms.txtList of all pages with direct markdown links
Full docs/llms-full.txtComplete documentation in one file
Raw markdown/raw/<path>.mdAny single page as markdown
Content negotiationAny page + Accept: text/markdownReturns markdown instead of HTML

Quick Examples

# Get the full docs index
curl https://docs.basicmemory.com/llms.txt

# Fetch a specific page as markdown
curl https://docs.basicmemory.com/raw/start-here/what-is-basic-memory.md

# Content negotiation — same URL, markdown response
curl -H "Accept: text/markdown" https://docs.basicmemory.com/start-here/what-is-basic-memory

Next Steps

AI-Friendly Docs Reference

Full reference with usage patterns and code examples.

llms.txt Specification

The open standard for AI-friendly documentation.