Run the complete CI rescue workflow

Run redaction, root-cause triage, duplicate fingerprinting, focused rerun selection, repair planning, and reviewer-ready Markdown handoff in one call. This is the complete build-failure workflow for an autonomous coding agent.

$0.05 USDC   POST /v1/ci-rescue-pack

developer-tools · ci-cd · logs

Use it for

Example input

{
  "log": "FAILED tests/test_math.py::test_total - AssertionError: assert 1 == 2",
  "step_name": "pytest"
}

Example output

{
  "success": true,
  "diagnosis": {
    "failure_type": "pytest",
    "error_message": "AssertionError: assert 1 == 2",
    "stack_trace": [
      "tests/test_math.py:8: AssertionError"
    ],
    "suggested_fix_category": "test_failure",
    "confidence": 0.96
  },
  "repair_plan": {
    "rerun_command": "pytest -q tests/test_math.py::test_total"
  },
  "markdown_handoff": "# CI failure handoff\n\n## Root cause\nA test assertion failed."
}

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.