Build with AI
One call creates the project on your repository and runs setup; one id tells you when it is done.
Once the GitHub App is installed, you do not configure IonWarp field by field.
Create the project with the repository and setup: true, and setup reads the
repository, seeds the reviewer roster, the scorecards and the pull-request
sync, and reports what it created. The exact call is the first step of the
API quickstart; over MCP it is projects_create with
the same repository and setup fields, plus an optional prompt such as
"Next.js monorepo; review for security and test coverage first".
What gets created.
- Pull-request sync — open PRs become
pull_requestsrows with state, preview URLs and review status. - Reviewers — the catalog reviewers become the project's roster, curated on Add Agents.
- AI Readiness — the first scorecard appears in its honest PENDING shape; the scan runs on demand.
How to verify. Poll the setup task by its id until run.status is
terminal, then read the setup projection: status: "complete", the checks it
passed, and created — the ids it wrote, per collection. Then start your
first review.