Create a reviewer-ready Markdown CI failure handoff

Convert a raw failing build or test log into concise secret-redacted Markdown containing the root cause, evidence, fingerprint, reproduction command, repair checklist, and confidence for an issue, pull request, or human reviewer.

$0.004 USDC   POST /v1/markdown-handoff

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,
  "markdown": "# 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.