AI Onboarding
Everything you need to onboard your AI coding assistant to Reflex.
If you are building Reflex apps with AI, combine current docs, structured MCP context, and local skills so the assistant can plan, code, run, and debug with the same assumptions as the Reflex docs.
Docs for Agents
Give your agent current Reflex documentation as Markdown, llms.txt, or structured MCP context.
MCP
Connect supported AI tools to Reflex documentation and component information through MCP.
Skills
Install Reflex Agent Skills so assistants follow Reflex-specific workflows for docs, setup, and process management.
Reflex Build
Use Reflex Build when you want an AI-native environment for creating, editing, previewing, and shipping apps.
Prerequisite: Choose Your Workflow
You do not need an API key to read Reflex documentation. Start by deciding how your assistant will work with Reflex:
- For local app development, use Python 3.10 or newer and a project virtual environment.
- For current documentation context, give the assistant Markdown docs or
llms.txt. - For structured tool access, use the Reflex MCP integration.
- For repeatable agent behavior, install Reflex Agent Skills.
- For a browser-based AI builder, use Reflex Build.
Reflex Docs for Agents
You can give your assistant current Reflex documentation in a few ways.
Every docs page has a Markdown version that agents can read directly. Add .md to the docs path:
Use this when an agent needs one focused page.
Reflex MCP
The Reflex MCP integration gives supported AI tools structured access to Reflex framework docs and component information. Use it when your assistant can connect to an MCP server and benefit from tool-assisted lookup while editing code.
Reflex Agent Skills
Reflex Agent Skills are local instruction packs that teach AI assistants how to work with Reflex projects. They cover:
- Current Reflex docs and concept lookup.
- Python environment setup for Reflex projects.
- Reflex compile, run, restart, and debugging workflows.
Install the skill pack from the reflex-dev/agent-skills repository, or follow the Skills installation guide.
Quick Start Prompts
Use these prompts to give your agent a strong starting point.
Reflex Build
Reflex Build is the AI-native way to create Reflex apps in the browser. Use it when you want to generate, edit, preview, and share apps without setting up a local environment first.
Start with the Reflex Build best practices guide, then use MCP and Skills when you want your local assistant to keep working with the same Reflex concepts.
Recommended Validation
Ask your assistant to validate Reflex changes before it hands work back:
For running apps, pair that with the process-management workflow from Reflex Agent Skills so the assistant restarts only the server process it owns.