Docs for AI agents
Machine-readable documentation endpoints for LLMs, coding assistants, and autonomous agents.
Rightbrain publishes documentation in formats built for AI consumption. Point a coding assistant or an autonomous agent at these endpoints and it gains accurate, current knowledge of the platform and of your specific tasks, without you pasting context by hand.
Documentation endpoints
The llms.txt index is generated from the docs on every update, so agents always read the current version.
Use with coding assistants
Add the index to your assistant’s project context so it follows Rightbrain’s real patterns instead of guessing.
Use with autonomous agents
An agent can fetch the index at runtime and use it as context:
Per-task documentation
To teach an agent how to call one specific task, fetch that task’s Markdown docs. Replace {project_key} and {task_id} with your values:
The response describes the task’s inputs, output schema, and how to invoke it, formatted for an LLM to act on directly.