Machine-readable docs
- llms.txt: the documentation index. Every model with its connect slug and typed SDK package, plus the core guides. The standard first fetch for an agent.
- llms-full.txt: the entire documentation in one file. Large; prefer the index or a specific page.
- Any page as Markdown: append
.mdto any docs URL (for example /quickstart.md), or send anAccept: text/markdownheader to the normal URL.
Docs search over MCP
An MCP server athttps://docs.reactor.inc/mcp exposes docs search and a read-only filesystem
view of every page.
Claude Code
Bootstrap prompt
Paste this into your agent to go from nothing to a running app:Bootstrap prompt
What agents should know
- Every model has its own command and event schema. The model catalog links each model’s schema, prompt guide, and tutorial.
- Model slugs are not guessable from names: some models are namespaced differently, and some expose one slug per experience. Always read the slug off the model’s own pages.
create-reactor-appscaffolds a complete app for any model in the catalog, with the SDK installed and a secure token route wired up.