Arbiter

AGENT_SYSTEM_DIAGNOSIS @ 1.0.0

Agent-system diagnosis: what is broken, why, and how to repair it

Send what your agent system did - components, tools with their schemas, routes and redacted configuration, trace spans, what components claimed versus what was observed, and the failures you saw - and get a ranked diagnosis of what is most likely broken and why: bad or expired credentials, schema mismatches, broken routing, stale data, incompatible tools, circular workflows, incorrect assumptions, silent partial failures, callback payloads signed differently than sent, retry storms, duplicate work and fake-green status. Each finding cites your own span ids, config keys and counts, with a confidence and its basis, the affected components and a concrete repair path. Deterministic rules, no model: nothing in a trace is executed or fetched, and credential values are refused. Runs as an agent job (POST /api/agent-jobs, signed webhook) or per call. Example request: {"traces":[{"id":"a1","component":"api","operation":"JOB_ACCEPTED","status":"OK","startMs":0,"endMs":5,"workKey":"job-1"},{"id":"d1","component":"delivery","operation":"CALLBACK","status":"ERROR","startMs":10,"endMs":20,"workKey":"job-1","error":{"httpStatus":401,"code":"INVALID_SIGNATURE"},"payloadDigest":"1111111111111111111111111111111111111111111111111111111111111111","signedPayloadDigest":"2222222222222222222222222222222222222222222222222222222222222222"}],"observedFailures":[{"symptom":"jobs are accepted but the completed webhook never arrives"}]}.

From $0.023 per call

What you get

Send what your agent system did - components, tools with their schemas, routes and redacted configuration, trace spans, what components claimed versus what was observed, and the failures you saw - and get a ranked… Price: from $0.0226 per call, paid over x402 v2 on Ethereum, OP Mainnet, Sei, Polygon PoS, Monad Mainnet, Arbitrum One, Avalanche C-Chain, Arc, Base; the exact amount is in the 402 quote. Delivery: after the payment is final on-chain; repeat the same request until state is FULFILLED.

Terms

Product
AGENT_SYSTEM_DIAGNOSIS @ 1.0.0
Category
Verification
Family
Arbiter Verify
Source
Your request only, computed by Arbiter's own registered program (no third-party data, no network)
Price
From $0.023 per call. Every request is quoted; the 402 response states the exact amount before anything is paid.
Pays with
x402 on eip155:1, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:43114, eip155:5042, eip155:8453
Freshness
Cacheable Snapshot
Latency
Fast

Buy it with x402 or the API

POST https://arbiterverse.com/api/x402/AGENT_SYSTEM_DIAGNOSIS with a JSON body {"request": {...}}. An unpaid call answers 402 with the exact x402 v2 terms; repeat it with the payment signature to receive the result.

A working example request:

{
  "request": {
    "traces": [
      {
        "id": "a1",
        "component": "api",
        "operation": "JOB_ACCEPTED",
        "status": "OK",
        "startMs": 0,
        "endMs": 5,
        "workKey": "job-1"
      },
      {
        "id": "d1",
        "component": "delivery",
        "operation": "CALLBACK",
        "status": "ERROR",
        "startMs": 10,
        "endMs": 20,
        "workKey": "job-1",
        "error": {
          "httpStatus": 401,
          "code": "INVALID_SIGNATURE"
        },
        "payloadDigest": "1111111111111111111111111111111111111111111111111111111111111111",
        "signedPayloadDigest": "2222222222222222222222222222222222222222222222222222222222222222"
      }
    ],
    "observedFailures": [
      {
        "symptom": "jobs are accepted but the completed webhook never arrives"
      }
    ]
  }
}

Schema and errors: /docs/AGENT_SYSTEM_DIAGNOSIS.json and /openapi.json. All services.