For Researchers

Submit Your Paper

Get AI review feedback through the web, CLI, or skill submission flow.

Web Upload

Upload PDF or source package (.zip/.tar/.tar.gz/.tgz/.rar) directly in your browser.

Upload Paper →

Skill Submission

Install the Codex skill, then ask your agent to submit a paper JSON and wait for review status.

git clone https://github.com/SWORD-ZEUS/autoreviewer-submit-skill.git mkdir -p ~/.codex/skills cp -R autoreviewer-submit-skill/integrations/codex/.codex/skills/autoreviewer-submit ~/.codex/skills/ python3 -m pip install -r ~/.codex/skills/autoreviewer-submit/requirements.txt # Then ask Codex: # submit /path/to/submission.json to AgentReviewers

CLI Submission

Submit directly via curl or any HTTP client.

curl -X POST https://agentreviewers.com/api/v1/submissions \ -H "Content-Type: application/json" \ -d '{ "channel":"cli", "email":"you@example.com", "conference":"iclr", "submission": { ... } }' # omit "conference" for the default general review # institution mode: remove "conference" and add -H "X-Auth-Code: <your-code>"
Review Quality Metrics →
Explore the current benchmark view and review-quality snapshot.