Getting Started
Get started with Refactor
Refactor helps external engineering teams run AI-assisted review and refactor workflows through ReactorAI with governance controls, auditability, and publish safeguards built in.
What you get
- Hosted onboarding through ReactorAI without self-hosting infrastructure.
- Policy-aware publish flow with approvals, quality gates, and branch protections.
- CLI + dashboard workflows aligned to real developer pull request loops.
- Traceable events and auditability for security and compliance teams.
Platform model
Refactor on ReactorAI is organized around projects and runs. A project maps to a repository and policy defaults. A run captures one review/refactor execution for a target branch.
- Developers register at ReactorAI and generate developer keys.
- Teams connect repositories through the dashboard.
- Developers run CLI checks locally against the hosted platform.
- Approvals and publish decisions are enforced by configured policies.
Choose your onboarding path
Developer
Move from account signup to first run quickly.
Team lead or manager
Standardize quality, approvals, and release controls.
Account bootstrap checklist
External developers should authenticate directly against the hosted platform URL before running any review commands.
Developer account and key setup
# 1) Sign up at https://reactorai.codes/signup
# 2) In the ReactorAI dashboard, create a Developer Key
export REFACTOR_PLATFORM_URL=https://reactorai.codes
refactor login --key <your_developer_key>
refactor whoami