Triage up to 25 CI failure logs
Analyze as many as twenty-five CI, compiler, dependency, container, lint, and test logs in one paid call. Return a consistent secret-redacted diagnosis for every input so an agent can process a failed build matrix efficiently.
$0.01 USDC POST /v1/batch-triage
developer-tools · ci-cd · batch · logs
Use it for
- batch CI triage
- analyze multiple build logs
- process CI failure matrix
Example input
{
"logs": [
{
"log": "E AssertionError: assert 1 == 2",
"step_name": "pytest"
}
]
}Example output
{
"count": 1,
"results": [
{
"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
}
]
}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.