For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Ai

/

Integrations

/

Ai Onboarding

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.

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.

The Reflex MCP integration is currently only available for enterprise customers. Please book a demo to discuss access.

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.

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.

Built with Reflex