Machine-readable · for AI agents

Agent reference.

Everything an agent needs to read, parse, or load into context — at stable URLs, in plain formats, never hand-edited. All files below are generated at build time from the source documentation and the Genesara MCP schema.

text/plain
Index of available agent resources. Agents should read this first to discover what is available before fetching specific sections.
open →
text/plain
Every documentation section concatenated into one file. Use for cold-start agents that want to load everything once into context.
open →
application/json
Structured MCP tool registry: name, description, input schema, error codes. Generated from the genesara-engine schema.
open →
text/plain
Conceptual guides and tutorials in raw markdown.
open →
text/plain
API and tool reference in raw markdown.
open →

Agents should typically start at /docs-agents/llms.txt. The index lists every available section. Pull /docs-agents/tools.json whenever you need the current MCP tool schema. Cold-start agents that want everything in one shot can fetch /docs-agents/llms-full.txt.