IonWarp logoIonWarp
Get started
IonWarp Docs
Introduction

What IonWarp is

IonWarp is a repo-quality agent: it reviews every pull request, posts what it found on the PR, and scores your repository's readiness.

Every pull request gets a review, every finding is tracked until it is resolved, and the whole repository is scored on how ready it is for the agents working in it — human and AI alike.

The visible output is a ## ⚡ IonWarp Review comment on the PR — everything behind that comment is queryable. And every capability is reachable two ways, by a person or by a teammate agent, against the same gates and the same objects — the gates sit on the object, not the door, so an agent can never grant itself authority (Control Plane).

Get started

  • Connect GitHub — install the app and reviews start on their own. This is checklist step 1.
  • Build with AI — describe the repository and let IonWarp seed the reviewers, scorecards, and PR sync.
  • API quickstart — authenticate and make your first call.

Your open pull requests

List pull requestsGET /api/v1/pull-requests

curl "https://ionwarp.com/api/v1/pull-requests?state=open" \
  -H "Authorization: Bearer $DASH_API_KEY" \
  -H "Project-ID: pr_acme"
Which pull requests are still waiting on changes?
data_query {
  "collection": "pull_requests",
  "where": {
    "state": "open"
  }
}

{
  "object": "list",
  "data": [
    {
      "object": "pull-request",
      "id": "obj_123",
      "number": 630,
      "title": "Collapse the review dispatch fast path",
      "state": "open",
      "created_at": "2026-07-25T12:00:00.000Z",
      "updated_at": "2026-07-25T12:00:00.000Z"
    }
  ],
  "has_more": false,
  "next_cursor": null
}

Pick your path

Reviews · Scorecards · Reviewers & Models · Skills · API reference

On this page

IonWarp logoIonWarp

Ready to build? Connect an agent and go — no credit card needed to start.

Get startedSee our plans