Compare two CI failure logs
Compare a previous and current build or test failure after secret redaction and noise normalization. Report whether the root-cause fingerprint changed, new and removed error evidence, similarity, and diagnosis before and after.
$0.003 USDC POST /v1/log-diff
developer-tools · ci-cd · diff · logs
Use it for
- compare CI logs
- detect changed build failure
- diff test errors
Example input
{
"before": "error TS2322 at src/a.ts:10",
"after": "error TS2307 at src/b.ts:20"
}Example output
{
"success": true,
"same_failure": false,
"similarity": 0.41,
"new_error_lines": [
"error TS2307 at src/b.ts:20"
]
}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.