DRAFTThis page is not published. Only visible in development mode.
Resources

For AI Agents

Machine-readable entry points for coding assistants working with ReifyDB and RQL.

llms.txt

A curated index of these docs lives at /llms.txt, and the full text of every page is concatenated at /llms-full.txt:

bash
curl https://reifydb.com/llms.txt
curl https://reifydb.com/llms-full.txt

Ground rules for generated RQL

RQL is not SQL: there is no SELECT, projection is map, filtering is filter, grouping is aggregate ... by, and the missing value is none, never null. Pointing an agent at the RQL section of these docs prevents most invented syntax.