Skip to main content
Everything on this site is built to be read by coding agents as well as people. This page collects the machine-readable surfaces in one place, so you can hand your agent one link and let it work.

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 .md to any docs URL (for example /quickstart.md), or send an Accept: text/markdown header to the normal URL.

Docs search over MCP

An MCP server at https://docs.reactor.inc/mcp exposes docs search and a read-only filesystem view of every page.
Claude Code
In Cursor or VS Code, use the contextual menu on any docs page (the buttons next to the page title) for one-click MCP install.

Bootstrap prompt

Paste this into your agent to go from nothing to a running app:
Bootstrap prompt
Get an API key from the Reactor dashboard. For token scoping, see Authentication.

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-app scaffolds a complete app for any model in the catalog, with the SDK installed and a secure token route wired up.