Generate a focused command to rerun a CI failure
Infer a safe, non-executed rerun command from pytest, Jest, Vitest, ESLint, TypeScript, npm, pip, Docker, Go, Rust, Maven, or Gradle failure output so an agent can reproduce the smallest failing unit.
$0.002 USDC POST /v1/rerun-command
developer-tools · ci-cd · logs
Use it for
- generate CI rerun command
- reproduce failed test
- focused build retry command
Example input
{
"log": "FAILED tests/test_math.py::test_total - AssertionError: assert 1 == 2",
"step_name": "pytest"
}Example output
{
"framework": "pytest",
"command": "pytest -q tests/test_math.py::test_total",
"confidence": 0.95
}Call it
Use an x402 v2 payment-aware client from the quickstart. An unpaid request safely returns the exact payment challenge before any work runs.