{
  "format": "delx/intent-card/v1",
  "id": "openapi-operation-index-api",
  "intent": "OpenAPI Operation Index for an agent workflow",
  "title": "OpenAPI Operation Index API for agents",
  "description": "Turn an OpenAPI document into a compact operation index for planning and tool selection. 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 Operation Index API",
    "OpenAPI Operation Index for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/openapi-operation-index-api",
  "machine_url": "https://commerce.delx.ai/intents/openapi-operation-index-api.json",
  "recommendation": {
    "tool_name": "util_openapi_operation_index",
    "service_name": "Delx OpenAPI Operation Index",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/openapi-operation-index",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "spec": {
          "type": "object",
          "description": "OpenAPI JSON document."
        }
      },
      "required": [
        "spec"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "spec": {
        "openapi": "3.1.0",
        "info": {
          "title": "Jobs API"
        },
        "paths": {
          "/jobs": {
            "get": {
              "operationId": "listJobs",
              "summary": "List jobs"
            }
          }
        }
      }
    },
    "example_output": {
      "schema": "delx/openapi-operation-index/v1",
      "title": "Jobs API",
      "operation_count": 1,
      "operations": [
        {
          "method": "GET",
          "path": "/jobs",
          "operation_id": "listJobs",
          "summary": "List jobs",
          "tags": [],
          "deprecated": false
        }
      ],
      "truncated": false
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/openapi-operation-index -m POST -H 'x-delx-source: intent-card-openapi-operation-index-api' --max-amount 0.002 -b '{\"spec\":{\"openapi\":\"3.1.0\",\"info\":{\"title\":\"Jobs API\"},\"paths\":{\"/jobs\":{\"get\":{\"operationId\":\"listJobs\",\"summary\":\"List jobs\"}}}}}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-openapi-operation-index-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-operation-index"
  }
}
