Add Agents
Read the reviewer catalog and curate the roster your automatic reviews plan from.
Checklist step
add_agents of the onboarding checklist the product shows you, told API-first.Every project starts with the catalog's default roster — the reviewers on the Reviewers & Models page, each with the model it runs on and how often it has run lately:
curl --fail-with-body "https://ionwarp.com/api/v1/reviewers?limit=5" \
-H "Authorization: Bearer $IONWARP_API_KEY" \
-H "Project-ID: $PROJECT_ID"Make the roster yours: enable the reviewers that match your codebase and
disable the ones that do not. Over the API that is PATCH /reviewers/{id}
with {"enabled": true} or false; in the product it is the switch on each
catalog card. Automatic reviews plan from the enabled roster; a lineup you
name on a review by hand runs regardless.
The checklist step goes green when the roster changes from its seeded
defaults — enabling or disabling any reviewer counts, because each row
carries the default_enabled it was seeded with and the delta is what proves
you curated it.