{
  "format": "delx/intent-card/v1",
  "id": "openapi-breaking-change-api",
  "intent": "OpenAPI Breaking Change for an agent workflow",
  "title": "OpenAPI Breaking Change API for agents",
  "description": "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.",
  "keywords": [
    "OpenAPI Breaking Change API",
    "OpenAPI Breaking Change for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/openapi-breaking-change-api",
  "machine_url": "https://commerce.delx.ai/intents/openapi-breaking-change-api.json",
  "recommendation": {
    "tool_name": "util_openapi_breaking_change",
    "service_name": "Delx OpenAPI Breaking Change",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/openapi-breaking-change",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "old_spec": {
          "type": "object",
          "description": "Previous OpenAPI JSON document."
        },
        "new_spec": {
          "type": "object",
          "description": "Candidate OpenAPI JSON document."
        }
      },
      "required": [
        "old_spec",
        "new_spec"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "old_spec": {
        "openapi": "3.1.0",
        "paths": {
          "/jobs": {
            "get": {}
          }
        }
      },
      "new_spec": {
        "openapi": "3.1.0",
        "paths": {}
      }
    },
    "example_output": {
      "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"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/openapi-breaking-change -m POST -H 'x-delx-source: intent-card-openapi-breaking-change-api' --max-amount 0.002 -b '{\"old_spec\":{\"openapi\":\"3.1.0\",\"paths\":{\"/jobs\":{\"get\":{}}}},\"new_spec\":{\"openapi\":\"3.1.0\",\"paths\":{}}}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-openapi-breaking-change-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/openapi-breaking-change"
  }
}
