InputPOST /api/v1/x402/openapi-breaking-change
{
"old_spec": {
"openapi": "3.1.0",
"paths": {
"/jobs": {
"get": {}
}
}
},
"new_spec": {
"openapi": "3.1.0",
"paths": {}
}
}
Agent reliability and security · agent-reliability-security
Detect removed OpenAPI paths and methods before an agent deploys a client-breaking change. Use it before an autonomous workflow acts on untrusted input, changes an API, retries a request, or evaluates production reliability. Returns bounded machine-readable JSON for $0.002 USDC via x402 on Base. Execution is deterministic, first-party, local-only, stateless, and does not call an upstream provider; structured validation failures are not billed.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/openapi-breaking-change -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"old_spec":{"openapi":"3.1.0","paths":{"/jobs":{"get":{}}}},"new_spec":{"openapi":"3.1.0","paths":{}}}'
{
"old_spec": {
"openapi": "3.1.0",
"paths": {
"/jobs": {
"get": {}
}
}
},
"new_spec": {
"openapi": "3.1.0",
"paths": {}
}
}
{
"schema": "delx/openapi-breaking-change/v1",
"breaking": true,
"removed_operations": [
"/jobs"
],
"removed_count": 1,
"old_version": "",
"new_version": "",
"scope": "removed paths and methods; semantic schema compatibility requires a deeper review"
}
Machine-readable evidence